Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

implement non-dynamic deps expressions which can enumerate complete paths #21

Closed
rafaelw opened this issue Jan 16, 2014 · 1 comment
Closed

Comments

@rafaelw
Copy link
Contributor

rafaelw commented Jan 16, 2014

Expressions like 1 > foo.bar will currently generate two addPath() calls. If model.foo is initially null, when model.foo.bar becomes reachable, it must be observed.

Rather than having all expressions reset their dependencies on any change, implement a way for non-dynamic deps expressions to enumerate full paths (in the above example foo.bar)

rafaelw added a commit that referenced this issue Jan 16, 2014
This is required with the current approach because path objects may become reachable.

See: #21

R=arv
BUG=

Review URL: https://codereview.appspot.com/53530043
@rafaelw
Copy link
Contributor Author

rafaelw commented Jan 17, 2014

Fixed: 034e56a

@rafaelw rafaelw closed this as completed Jan 17, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant