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

Disable caching of julia modules in julia module storage #1045

Closed
wants to merge 4 commits into from

Conversation

lgoettgens
Copy link
Member

Resolves #1044.

I must admit that I don't really know how the code works and why this now resolves the issue, but it seems to work (according to the added test).

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.51%. Comparing base (e60382d) to head (fcceba2).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1045      +/-   ##
==========================================
- Coverage   75.61%   75.51%   -0.10%     
==========================================
  Files          55       55              
  Lines        4478     4477       -1     
==========================================
- Hits         3386     3381       -5     
- Misses       1092     1096       +4     
Files with missing lines Coverage Δ
pkg/JuliaInterface/gap/JuliaInterface.gi 93.18% <ø> (-0.08%) ⬇️

... and 1 file with indirect coverage changes

@fingolfin
Copy link
Member

Thanks @lgoettgens. Disabling the caching indeed fixes the issue, but it also disables an optimization.

I am working on an alternative fix, we'll see.

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

Successfully merging this pull request may close these issues.

Replacing a Julia module is not handled well
2 participants