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

Add ability to "save" NLI sessions #48

Open
GoogleCodeExporter opened this issue May 30, 2015 · 1 comment
Open

Add ability to "save" NLI sessions #48

GoogleCodeExporter opened this issue May 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Two thoughts: 

Replay:
one is to "save" the incrementally emitted assemblies "as is"... this means 
"loading" would be more like a replay (go through each type's static 
constructor, each field will be set anew -- has implications for side-effects 
code).

Snapshot:
the other is to "save" a snapshot of all of the fields in all the emitted 
assemblies. we'd need to think of another strategy than here; perhaps just go 
through all the fields of the emitted assemblies and gather into a dictionary 
and then serialize and save to disc. 

Original issue reported on code.google.com by [email protected] on 21 Dec 2011 at 8:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant