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

regression in backtrace printing during precompile #49919

Closed
vtjnash opened this issue May 22, 2023 · 1 comment
Closed

regression in backtrace printing during precompile #49919

vtjnash opened this issue May 22, 2023 · 1 comment
Labels
compiler:precompilation Precompilation of modules

Comments

@vtjnash
Copy link
Sponsor Member

vtjnash commented May 22, 2023

I introduced a random error into a package (ignore the error itself). Observe that the 'Some type information was truncated' line is printing, which should not be present here and the {...} which is irrecoverably discarding information. Caused by #49795.

(@v1.8) pkg> precompile OrdinaryDiffEq
Precompiling OrdinaryDiffEq
  ✗ OrdinaryDiffEq
  0 dependencies successfully precompiled in 21 seconds. 124 already precompiled.

ERROR: The following 1 direct dependency failed to precompile:

OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed]

Failed to precompile OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed] to "/home/vtjnash/.julia/compiled/v1.10/OrdinaryDiffEq/jl_5X8d7m".
ERROR: LoadError: syntax: invalid let syntax around /home/vtjnash/.julia/packages/FastClosures/3LNoZ/src/FastClosures.jl:51
Stacktrace:
 [1] top-level scope
   @ ~/.julia/packages/OrdinaryDiffEq/EQy59/src/initialize_dae.jl:356
 [2] include(mod::Module, _path::String)
   @ Base ./Base.jl:488
 [3] include(x::String)
   @ OrdinaryDiffEq ~/.julia/packages/OrdinaryDiffEq/EQy59/src/OrdinaryDiffEq.jl:4
 [4] top-level scope
   @ ~/.julia/packages/OrdinaryDiffEq/EQy59/src/OrdinaryDiffEq.jl:164
 [5] include(mod::Module, _path::String)
   @ Base ./Base.jl:488 [inlined]
 [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{…}, dl_load_path::Vector{…}, load_path::Vector{…}, concrete_deps::Vector{…}, source::Nothing)
   @ Base ./loading.jl:2126
 [7] top-level scope
   @ stdin:3
Some type information was truncated. Use `show(err)` to see complete types.
in expression starting at /home/vtjnash/.julia/packages/OrdinaryDiffEq/EQy59/src/initialize_dae.jl:356
in expression starting at /home/vtjnash/.julia/packages/OrdinaryDiffEq/EQy59/src/OrdinaryDiffEq.jl:1
in expression starting at stdin:3
@brenhinkeller brenhinkeller added the compiler:precompilation Precompilation of modules label Aug 5, 2023
@vtjnash
Copy link
Sponsor Member Author

vtjnash commented Feb 20, 2024

Fixed by #50598

@vtjnash vtjnash closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:precompilation Precompilation of modules
Projects
None yet
Development

No branches or pull requests

2 participants