Nclusion.jl icon indicating copy to clipboard operation
Nclusion.jl copied to clipboard

Registering package (re-attempt)

Open lorinanthony opened this issue 1 year ago • 12 comments

@JuliaRegistrator register()

lorinanthony avatar Feb 13 '24 16:02 lorinanthony

Error while trying to register: "Pre-release version not allowed"

JuliaRegistrator avatar Feb 13 '24 16:02 JuliaRegistrator

@JuliaRegistrator register()

lorinanthony avatar Feb 13 '24 16:02 lorinanthony

Error while trying to register: "Tag with name v1.0.0 already exists and points to a different commit"

JuliaRegistrator avatar Feb 13 '24 16:02 JuliaRegistrator

@JuliaRegistrator register branch=main

lorinanthony avatar Feb 13 '24 16:02 lorinanthony

Error while trying to register: "Tag with name v1.0.0 already exists and points to a different commit"

JuliaRegistrator avatar Feb 13 '24 16:02 JuliaRegistrator

@JuliaRegistrator register

lorinanthony avatar Feb 13 '24 16:02 lorinanthony

Registration pull request created: JuliaRegistries/General/100775

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.1 -m "<description of version>" 0f70155f7a7966d27b27e7506bb5fa8438349405
git push origin v1.0.1

Also, note the warning: This looks like a new registration that registers version 1.0.1. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

JuliaRegistrator avatar Feb 13 '24 16:02 JuliaRegistrator

@JuliaRegistrator register

lorinanthony avatar Feb 14 '24 19:02 lorinanthony

Error while trying to register: "Tag with name v1.0.1 already exists and points to a different commit"

JuliaRegistrator avatar Feb 14 '24 19:02 JuliaRegistrator

@JuliaRegistrator register

lorinanthony avatar Feb 14 '24 19:02 lorinanthony

Registration pull request created: JuliaRegistries/General/100891

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.2 -m "<description of version>" 4ea67ed8541067622ad04d658476a2c8833134ee
git push origin v1.0.2

Also, note the warning: This looks like a new registration that registers version 1.0.2. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

JuliaRegistrator avatar Feb 14 '24 19:02 JuliaRegistrator

Hello upon executing this pkg installation command : ] generate nclusion_demo

I got following error message: (Jupyter_notebooks) pkg> generate nclusion_demo Generating project nclusion_demo: ERROR: GitError(Code:ERROR, Class:SSL, failed to load CA certificates: 0xffffc200 - PK - Read/write of file failed) Stacktrace: [1] set_ssl_cert_locations(cert_loc::String) @ LibGit2 ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/LibGit2/src/LibGit2.jl:1014 [2] initialize() @ LibGit2 ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/LibGit2/src/LibGit2.jl:991 [3] (::LibGit2.var"#161#162")() @ LibGit2 ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/LibGit2/src/LibGit2.jl:977 [4] lock(f::LibGit2.var"#161#162", l::ReentrantLock) @ Base ./lock.jl:229 [5] ensure_initialized @ ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/LibGit2/src/LibGit2.jl:973 [inlined] [6] LibGit2.GitConfig(level::LibGit2.Consts.GIT_CONFIG) @ LibGit2 ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/LibGit2/src/config.jl:50 [7] GitConfig @ ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/LibGit2/src/config.jl:50 [inlined] [8] with @ ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/LibGit2/src/types.jl:1166 [inlined] [9] getconfig @ ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/LibGit2/src/config.jl:160 [inlined] [10] project(io::Base.TTY, pkg::String, dir::String) @ Pkg.API ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/generate.jl:26 [11] generate(path::String; io::Base.TTY) @ Pkg.API ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/generate.jl:9 [12] generate(path::String) @ Pkg.API ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/generate.jl:3 [13] do_cmd!(command::Pkg.REPLMode.Command, repl::REPL.LineEditREPL) @ Pkg.REPLMode ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/REPLMode/REPLMode.jl:409 [14] do_cmd(repl::REPL.LineEditREPL, input::String; do_rethrow::Bool) @ Pkg.REPLMode ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/REPLMode/REPLMode.jl:390 [15] do_cmd @ ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/REPLMode/REPLMode.jl:380 [inlined] [16] (::Pkg.REPLMode.var"#24#27"{REPL.LineEditREPL, REPL.LineEdit.Prompt})(s::REPL.LineEdit.MIState, buf::IOBuffer, ok::Bool) @ Pkg.REPLMode ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/Pkg/src/REPLMode/REPLMode.jl:557 [17] #invokelatest#2 @ ./essentials.jl:892 [inlined] [18] invokelatest @ ./essentials.jl:889 [inlined] [19] run_interface(terminal::REPL.Terminals.TextTerminal, m::REPL.LineEdit.ModalInterface, s::REPL.LineEdit.MIState) @ REPL.LineEdit ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/REPL/src/LineEdit.jl:2656 [20] run_frontend(repl::REPL.LineEditREPL, backend::REPL.REPLBackendRef) @ REPL ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/REPL/src/REPL.jl:1312 [21] (::REPL.var"#62#68"{REPL.LineEditREPL, REPL.REPLBackendRef})() @ REPL ~/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/stdlib/v1.10/REPL/src/REPL.jl:386

Thanks for any help

KarlKaise avatar Feb 15 '24 16:02 KarlKaise