Skip to content
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

Add compats for standard libraries #2305

Merged
merged 8 commits into from
Oct 23, 2023
Merged

Add compats for standard libraries #2305

merged 8 commits into from
Oct 23, 2023

Conversation

mortenpi
Copy link
Member

Project.toml Outdated Show resolved Hide resolved
@mortenpi
Copy link
Member Author

Getting

ERROR: LoadError: Unsatisfiable requirements detected for package SHA [ea8e919c]:
 SHA [ea8e919c] log:
 ├─possible versions are: 0.7.0 or uninstalled (package in sysimage!)
 └─restricted to versions 1.6.0 - 1 by Documenter [e30172f5] — no versions left
   └─Documenter [e30172f5] log:
     ├─possible versions are: 1.1.1 or uninstalled
     └─Documenter [e30172f5] is fixed to version 1.1.1

when setting SHA = "1.6". It looks like SHA only has up to 0.7.0 in the registry.

Project.toml Outdated Show resolved Hide resolved
@mortenpi
Copy link
Member Author

Okay, SHA definitely seems broken, because if I set SHA = "0.7", I get

ERROR: LoadError: Unsatisfiable requirements detected for package SHA [ea8e919c]:
 SHA [ea8e919c] log:
 ├─possible versions are: 1.6.7 or uninstalled
 └─restricted to versions 0.7 by Documenter [e30172f5] — no versions left
   └─Documenter [e30172f5] log:
     ├─possible versions are: 1.1.1 or uninstalled
     └─Documenter [e30172f5] is fixed to version 1.1.1

on 1.6.

Project.toml Outdated Show resolved Hide resolved
Project.toml Show resolved Hide resolved
Project.toml Outdated Show resolved Hide resolved
Project.toml Outdated Show resolved Hide resolved
@mortenpi mortenpi merged commit 46bf067 into master Oct 23, 2023
21 checks passed
@mortenpi mortenpi deleted the mp/stdlib-compat branch October 23, 2023 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant