-
Notifications
You must be signed in to change notification settings - Fork 150
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
Lazy load sources #59
Conversation
All tests successful. Files=94, Tests=20844, 25 wallclock secs Result: PASS All database related tests was skipped when running this test suite.
All tests successful. Files=94, Tests=20848, 51 wallclock secs Result: PASS
|
See also #32 for old discussion. |
|
Tests failing in new and exciting ways. I'll work on fixing them, so this can be merged. Not ignoring, either, riba's comment that this can't be merged until the substrate it's landing in is settled, unless we accept responsibility for ensuring it works both before and after significant changes in the undergrowth it's trying to live in. |
Checking the file simply won't work, but even if it would, this wasn't the module name. The source_registrations gives us a better handle on "has this been vivified or not"
7254a7e
to
5ff4f94
Compare
Also noted that it's after namespace autoclean!
|
👍 for this feature 😄 |
|
@gbjk did you have any more ideas on how to make this work? Thanks |
|
I stopped sniffing at this as it felt like the substrate we'd built upon was unsettled. For what it's worth, we've actually been running this in production for well over a year now. |
|
Nice! Thanks for the update @gbjk |
|
Am busy getting things into shape for 0.082830. Will make sure to post an update / future plan / holdup description for my successor before I sign off. |
|
StaleAF. |
Same as jhthorsen's original PR.
Rebased and fixed for changes since.
I'll be going through testing of this in the coming week.