We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UndefVarError: collect_registries not defined
I am running this line on Julia 1.7-rc2 and it throws an error:
Stacktrace: [1] getproperty @ ./Base.jl:35 [inlined] [2] tag_internal(package_name::String, pkg_uuid::String, pkg_path::String, version::Nothing; registry::Nothing, release_notes::Nothing, credentials::String, github_username::String) @ PkgDev ~/.julia/packages/PkgDev/7hlxi/src/tag.jl:58 [3] tag(package_path::FilePathsBase.PosixPath, version::Nothing; kwargs::Base.Pairs{Symbol, String, Tuple{Symbol, Symbol}, NamedTuple{(:credentials, :github_username), Tuple{String, String}}}) @ PkgDev ~/.julia/packages/PkgDev/7hlxi/src/tag.jl:37
Julia Version 1.7.0-rc2 Commit f23fc0d27a (2021-10-20 12:45 UTC) Platform Info: OS: macOS (x86_64-apple-darwin19.5.0) CPU: Intel(R) Xeon(R) W-2140B CPU @ 3.20GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)
The text was updated successfully, but these errors were encountered:
Should be fixed now.
Sorry, something went wrong.
No branches or pull requests
I am running this line on Julia 1.7-rc2 and it throws an error:
The text was updated successfully, but these errors were encountered: