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

TypeError on v1.8.0-RC1 when TestEnv is in default environment #47

Open
oschulz opened this issue Jun 23, 2022 · 1 comment
Open

TypeError on v1.8.0-RC1 when TestEnv is in default environment #47

oschulz opened this issue Jun 23, 2022 · 1 comment

Comments

@oschulz
Copy link

oschulz commented Jun 23, 2022

On Julia v1.8.0-RC1 I run into this (using the release-1.8 branch of TestEnv) when TestEnv is in my default "v1.8" instead of my active environment:

julia> TestEnv.activate()
ERROR: TypeError: in typeassert, expected Pkg.Types.PackageSpec, got a value of type Nothing
Stacktrace:
 [1] current_pkg_name
   @ /user/.julia/packages/TestEnv/FG4R3/src/common.jl:10 [inlined]
 [2] activate()
   @ TestEnv /user/.julia/packages/TestEnv/FG4R3/src/activate_set.jl:10
 [3] top-level scope
   @ REPL[5]:1

julia> versioninfo()
Julia Version 1.8.0-rc1
Commit 6368fdc656 (2022-05-27 18:33 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: 16 × Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, skylake)
@nickrobinson251
Copy link
Contributor

maybe same as #35

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

No branches or pull requests

2 participants