Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

targets not rebuilt with create_bindings() when source edited #154

Closed
fmichonneau opened this issue Feb 22, 2017 · 1 comment
Closed

targets not rebuilt with create_bindings() when source edited #154

fmichonneau opened this issue Feb 22, 2017 · 1 comment

Comments

@fmichonneau
Copy link
Contributor

With the current version (902ec7a) on GitHub , if using create_bindings(), I noticed that if a function on which a target depends on is edited, the function is not re-evaluated automatically. In the past, it used to be the case.

@krlmlr
Copy link
Collaborator

krlmlr commented Feb 22, 2017

Yes, this is #145. The previous approach is very brittle, because some IDEs access the active bindings during tasks like autocompletion. Please call make() to recreate, you should be able to access the updated values after that.

@krlmlr krlmlr closed this as completed Aug 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants