-
Notifications
You must be signed in to change notification settings - Fork 482
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
Unsatisfiable requirements detected for package REPL #2474
Comments
I compared this failure with a success for another packages and saw this with version 1.1 for the failure and 1.9.4 for the success. This just started happening within the last couple days. How could the two packages be different in this way?
|
The problem was that in the
seemed to have loaded version 1.1. When I changed it to the one in the working repo
the problem went away. Is this supposed to happen? I'd been using that docs.yml file for weeks with no problems until today. |
That seems weird. Maybe REPL got moved out of the stdlib and now has a lower version number than it used to be? Documenter may have to change its compat spec for REPL to “1” You might have better luck asking about this on Slack or Discourse |
I asked here because it seemed that it was a problem or bug with Documenter. In hindsight, Discourse might have been better. |
That sounds to me maybe like a bug in Pkg? |
I’d still ask in a more general forum. This is either an issue with the Julia 1.10 release as the first one with a double digit minor version or an issue with the move of stdlib moving to independent versioning. It would be good to get to the bottom of this, even if it’s not directly Documenter-related. I actually think I have seen this problem before in some other context. |
In YAML, you have to use the string |
Just tried
and that worked. Those of us who pattern match on other people's YAML files will get surprised by this. It suspect that's most users of Julia. |
Ah, I didn't account for the possibility that CI was actually running Julia 1.1! Good catch! 👍 |
@ctkelley If you can confirm that putting quotes around Edit: ah, you already did. Great! |
I wonder if the |
I'm getting strange failures with Documenter. I fixed it, but something strange is happening. See the last message.
My Project.toml in /docs is
and the errors look like the dump below.
I'm running Julia 1.10.2 on a Mac with the latest OS.
The text was updated successfully, but these errors were encountered: