JuliaMath / JuliaMath/MeasureTheory.jl
`ShiftedExp` not defined
- Dominant language
- Julia
- Stars
- 401
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Precompilation of `MeasureTheory.jl` with `0.19` fails for me with Julia 1.10.10. I get the following error message:
```
Failed to precompile MeasureTheory [eadaa1a4-d27c-401d-8699-e962e1bbc33b] to "...".
WARNING: could not import MeasureBase.≪ into MeasureTheory
ERROR: LoadError: UndefVarError: `ShiftedExp` not defined
Stacktrace:
[1] include(mod::Module, _path::String)
@ Base ./Base.jl:495
[2] include(x::String)
@ MeasureTheory ~/.julia/packages/MeasureTheory/RvKvN/src/MeasureTheory.jl:1
[3] top-level scope
@ ~/.julia/packages/MeasureTheory/RvKvN/src/MeasureTheory.jl:141
[4] include
@ ./Base.jl:495 [inlined]
[5] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
@ Base ./loading.jl:2292
[6] top-level scope
@ stdin:4
```
The cause of this issue seems to be that `ShiftedExp` has now been removed from `TransformVariables.jl`: https://github.com/tpapp/TransformVariables.jl/pull/128/files
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.