Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip a problematic test on 1.6 (#848)
On Windows, Julia 1.6, the signatures test fails with ``` Base signatures: Error During Test at D:\a\Revise.jl\Revise.jl\test\runtests.jl:3851 Got exception outside of a @test LoadError: invalid redefinition of constant RandomDevice Stacktrace: [1] do_assignment!(frame::Frame, lhs::Any, rhs::Any) @ JuliaInterpreter C:\Users\runneradmin\.julia\packages\JuliaInterpreter\cxlKp\src\interpret.jl:352 in expression starting at D:\a\Revise.jl\Revise.jl\test\sigtest.jl:106 ``` Since this only happens on a soon-to-be-unsupported Julia release, let's just ignore the test.
- Loading branch information
33ee1c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
33ee1c8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/115940
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.
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: