Fix failing precompilation related to Glossaries.jl#567
Fix failing precompilation related to Glossaries.jl#567kellertuer merged 7 commits intoJuliaManifolds:masterfrom
Conversation
|
I'm setting this into draft mode until the other issue is also fixed. |
|
Ah, it even happens here, sorry for that. The short answer is, there are a few For best of cases it is just a cherry pick commit/PR of will check tomorrow (my work laptop is chilling...at work) and release that as a patch. Thanks for the note and sorry for any inconvenience caused. edit: Ah yes and the c is cases; not sure why that never errored before. |
|
Yes, that sounds reasonable. I figured there is something wrong with calling |
|
I checked the one commit above and that should actually fix it. For those errors I am not sure why they did not appear before, they are nearly unrelated to the Glossaries patch; but well ;) Sure feel free to cherry pick that commit here, it also fixes a few more typos I had in code/docs (so they were not seen by typos) |
…s a bit more. Fixes a typo.
|
Ok, I |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #567 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 91 91
Lines 9975 9975
=========================================
Hits 9975 9975 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Currently, Manopt.jl is failing to precompile for me, see https://github.com/JoshuaLampert/SummationByPartsOperatorsExtra.jl/actions/runs/21038116912/job/60491873127?pr=67#step:7:577. I think is is somehow related to v0.1.1 of Glossaries.jl and therefore JuliaManifolds/Glossaries.jl#8 because I verified locally that Manopt.jl precompiles fine with Glossaries.jl v0.1.0 and fails with v0.1.1. However, to me this looks like a bug in Manopt.jl rather than Glossaries.jl because
cis indeed undefined and should probably becases. However, even after this fix I cannot precompile Manopt.jl with the following error:This looks very much related to JuliaManifolds/Glossaries.jl#8, but there I do not see a quick fix other than reverting that PR.
Edit: We are also seeing that error in CI.