Reduce frequency of re-lookup of Base.loaded_modules_array#707
Reduce frequency of re-lookup of Base.loaded_modules_array#707BioTurboNick wants to merge 2 commits intoJuliaIO:masterfrom
Base.loaded_modules_array#707Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #707 +/- ##
==========================================
+ Coverage 87.37% 87.40% +0.02%
==========================================
Files 37 37
Lines 4587 4596 +9
==========================================
+ Hits 4008 4017 +9
Misses 579 579 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @BioTurboNick , Annoyingly, i don't think this approach will actually remove the issue though. Iirc the find_type code path is hit while trying to load data and not while opening a file handle. |
jldopenBase.loaded_modules_array
|
Good points. How about this EDIT: And it occurs to me I'm not confident that this is a safe way to use world age... |
Fixes #706