SciML / RuntimeGeneratedFunctions.jl

Functions generated at runtime without world-age issues or overhead
https://docs.sciml.ai/RuntimeGeneratedFunctions/stable/
MIT License
100 stars 14 forks source link

Fix serialization of RGFs with dropped body expressions #64

Closed c42f closed 1 year ago

c42f commented 1 year ago

Should fix https://github.com/SciML/ModelingToolkit.jl/issues/2181

codecov[bot] commented 1 year ago

Codecov Report

Merging #64 (d41842e) into master (1598da8) will increase coverage by 0.15%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   96.36%   96.52%   +0.15%     
==========================================
  Files           1        1              
  Lines         110      115       +5     
==========================================
+ Hits          106      111       +5     
  Misses          4        4              
Impacted Files Coverage Δ
src/RuntimeGeneratedFunctions.jl 96.52% <100.00%> (+0.15%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

SebastianM-C commented 1 year ago

I can't reproduce the errors with this PR anymore.