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

Nested @ingredients throw error #8

Open
karlwessel opened this issue Feb 24, 2022 · 2 comments
Open

Nested @ingredients throw error #8

karlwessel opened this issue Feb 24, 2022 · 2 comments

Comments

@karlwessel
Copy link

When I try to nest @ingredients, meaning I have a file A.jl that is used by B.jl as ingredient which in turn is used by C.jl as ingredient i get the an error:

However, the ingredients seems to work flawless.

Btw: how could I copy and paste an error message like the above without having to take a screenshot?

@Pangoraw
Copy link
Member

Pangoraw commented Mar 2, 2022

Thanks for the report! This is fixed when updating to [email protected] (automatically with a reinstall of PlutoLinks). However, the file watching is not recursive.

@fonsp
Copy link
Member

fonsp commented Mar 8, 2022

Thanks Paul! Let's make a new issue about the recursive file watching in @ingredients?

Julia has a include_dependency function which the @ingredients macro could call. If there is API to ask Julia for dependent files, maybe we could use that?

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

3 participants