marcoonroad / families

Concatenation-based prototypes implementation for Lua. :microscope: :crescent_moon: :family_man_woman_girl_boy: :house_with_garden:
https://marcoonroad.github.io/families/
MIT License
3 stars 0 forks source link

Broken propagation semantics. #2

Closed marcoonroad closed 7 years ago

marcoonroad commented 7 years ago

Further mutations on some prototype's selector don't notify children from previous selector's value. That is, such state propagation only occurs once due a certain conditional on metatable.lua file, inside the __newindex metamethod.

marcoonroad commented 7 years ago

fixed by commit eaeed4c