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

Set LazyArtifactsCompat to 1 #95448

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Set LazyArtifactsCompat to 1 #95448

merged 2 commits into from
Nov 16, 2023

Conversation

vchuravy
Copy link
Member

@vchuravy vchuravy commented Nov 16, 2023

@giordano
Copy link
Member

I tried to compress the compat bounds with

julia> for (root, dirs, files) in walkdir(".") # "." was the top directory of the repository
           if "Compat.toml" in files
               compat = joinpath(root, "Compat.toml")
               RegistryTools.Compress.save(compat, RegistryTools.Compress.load(compat))
           end
       end

I have no idea whether it was right, I had to literally read the source code of https://github.com/JuliaRegistries/RegistryTools.jl/blob/77e2a02e62185ce865653bdae95203a3a40510f0/src/Compress.jl because RegistryTools.jl comes with zero documentation: JuliaRegistries/RegistryTools.jl#94

@giordano giordano merged commit 5315e9d into master Nov 16, 2023
9 checks passed
@giordano giordano deleted the vc/lazyartifacts_all branch November 16, 2023 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants