-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorpriorityThis should be addressed urgentlyThis should be addressed urgentlyregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versiontypes and dispatchTypes, subtyping and method dispatchTypes, subtyping and method dispatch
Description
Steps to reproduce:
julia> versioninfo()
Julia Version 1.8.1
Commit afb6c60d69a (2022-09-06 15:09 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 32 × AMD Ryzen 9 3950X 16-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, znver2)
Threads: 1 on 32 virtual cores
(v1.8) pkg> activate .
Activating new project at `/export/stefanos/work/projects/test-code/test-atomic-structure`
(test-atomic-structure) pkg> add AtomicStructure
Updating registry at `~/.julia/registries/General.toml`
Resolving package versions...
Updating `/export/stefanos/work/projects/test-code/test-atomic-structure/Project.toml`
[e24b7630] + AtomicStructure v0.1.2
Updating `/export/stefanos/work/projects/test-code/test-atomic-structure/Manifest.toml`
⋮
(test-atomic-structure) pkg> test AtomicStructureThe same test suite works fine on 1.6 and 1.8.0. Will endeavour to produce MWE.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorpriorityThis should be addressed urgentlyThis should be addressed urgentlyregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous versiontypes and dispatchTypes, subtyping and method dispatchTypes, subtyping and method dispatch