-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
MethodError in diff print: no method matching stat_rep(::Nothing) #3327
Comments
What's the package it is trying to |
So I guess package |
Nevermind, I can. |
I also encountered this. Here's how I hit the problem: To reproduce: mkdir foo
cd foo
git clone http://github.com/BioJulia/BioSymbols.jl
cd BioSymbols.jl
git clone http://github.com/BioJulia/FASTX.jl
julia --color=yes --project=FASTX.jl Then, in Julia: using Pkg
Pkg.develop(PackageSpec(path=".")) |
It'd be good to fix this. Just hit it dev-ing a dep |
Do we know why this happens? |
Worth noting that this happens with
|
This turns out to be because parts of Pkg weren't aware of the way that weakdeps can be listed in both Fix #3591 |
Julia 1.9 beta3
The text was updated successfully, but these errors were encountered: