JuliaPluto / PlutoDependencyExplorer.jl

Pluto's dependency sorting algorithm
https://plutojl.org/en/docs/plutodependencyexplorer/
MIT License
8 stars 2 forks source link

Make sure that parsedcode is of type Expr #10

Open JackDevine opened 6 months ago

JackDevine commented 6 months ago

Fixes #8

Sorry for the delay and thanks again for your advice in the linked issue.

JackDevine commented 6 months ago

Thanks for making those changes @fonsp ! Doing a few local tests, I can see that the results are different if you always wrap the expressions.

Do you think that the CI failures on Julia latest are unrelated?