-
Notifications
You must be signed in to change notification settings - Fork 8
Generate example epi_archive
on demand.
#125
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
Comments
Originally described in #85 |
The "fix" above seemed to work and avoid the need for Maybe my statement about not needing
Link to the comments on the reason. Added in rlib/pkgload#157. |
To summarize the actual issue here:
Note that This could be pretty surprising while developing. A separate issue with the current implementation is that the memory use is going to be about double what it needs to be, as both |
Resolved with #101. |
archive_cases_dv_subset
needs to be regenerated or reworked to form anepi_archive
from more basic parts on demand; it currently appears to load with the old class definition, missing the extra "\n", plus some bad srcrefs that may make user debugging of tweaked examples harder:The quick fix is to just regenerate the object + file an Issue to later figure out how to generate the example epi_archive on demand or otherwise ensure that it is current with the implementation of epi_archive.
The text was updated successfully, but these errors were encountered: