You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
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?
The text was updated successfully, but these errors were encountered: