-
Notifications
You must be signed in to change notification settings - Fork 111
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
Revise won't compile with PackageCompiler on Julia 1.10.1 #803
Comments
I was wondering if anyone had a moment to look at this? This relates to this code: const basebuilddir = begin
sysimg = filter(x->endswith(x[2], "sysimg.jl"), Base._included_files)[1][2]
dirname(dirname(sysimg))
end while building a sysimg - the I'm not 100% sure what might have changed here. There was a recent change in PackageCompiler that might be somewhat relevant, but I have no idea? JuliaLang/PackageCompiler.jl#912 |
I have basically never used PackageCompiler, so I don't know. Can you insert a debugging statement to print every item in |
Same error here. @andyferris did you get a fix? |
Workaround: cloned external package depending on Revise, removed Revise, and |
Yes, I made it an optional dependency and only use Revise for hot reloading in dev. It worked out OK - the dev Project.toml and Manifest.toml can have other packages (e.g. Plots.jl) for debugging and so-on. |
Since upgrading to Julia v1.10.1 (from v1.10.0) I now get the following during compilation with PackageCompiler.jl:
I'm using the Julia 1.10.1 amd64 linux docker container, Revise 3.5.13, PackageCompiler 2.1.17 and I'm compiling a bunch of proprietary code. Sorry, I don't have a lot more to go on at this point!
The text was updated successfully, but these errors were encountered: