This morning I get the following error:
julia> using Revise
Precompiling Revise
Info Given Revise was explicitly requested, output will be shown live
ERROR: LoadError: UndefVarError: `is_GotoIfNot` not defined
Output of versioninfo():
julia> versioninfo()
Julia Version 1.10.0-rc1
Commit 5aaa9485436 (2023-11-03 07:44 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 32 Γ AMD Ryzen 9 7950X 16-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 on 32 virtual cores
Environment:
LD_LIBRARY_PATH = /lib:/usr/lib:/usr/local/lib
Output of Pkg.status():
Status `~/repos/EstPitchOffset/Project.toml`
β
[aaaaaaaa] ControlSystemsBase v1.9.5
[a93c6f00] DataFrames v1.6.1
[82cc6244] DataInterpolations v4.5.0
[864edb3b] DataStructures v0.18.15
[39dd38d3] Dierckx v0.5.3
[ffbed154] DocStringExtensions v0.9.3
[4e289a0a] EnumX v1.0.4
[7a1cc6ca] FFTW v1.7.1
[cf66c380] FastChebInterp v1.2.0
β
[a98d9a8b] Interpolations v0.14.7
[033835bb] JLD2 v0.4.38
[b964fa9f] LaTeXStrings v1.3.1
[23992714] MAT v0.10.6
[33e6dc65] MKL v0.6.1
β
[961ee093] ModelingToolkit v8.72.2
β
[1dea7af3] OrdinaryDiffEq v6.58.1
β
[9b87118b] PackageCompiler v2.1.11
[438e738f] PyCall v1.96.2
[d330b81b] PyPlot v2.11.2
β
[295af30f] Revise v3.5.9
β
[f2b01f46] Roots v2.0.20
β
[9672c7b4] SteadyStateDiffEq v1.16.1
[21f18d07] Timers v0.1.5
[ddb6d928] YAML v0.4.9
Info Packages marked with β
have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated`
Any idea?