-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Snapshot creator in Rust #2617
Snapshot creator in Rust #2617
Conversation
aa2f271
to
0a2a24c
Compare
This looks very good to me, I have a couple of questions though:
|
I changed the libdeno tests to construct its snapshot at runtime rather than compile time, to simplify the GN deps. This allows removing core/libdeno/snapshot_creator.cc and other code.
This is another refactor that should be done separately. There's more to it than just renaming. |
1dd94e9
to
49961d3
Compare
556dfde
to
919c5a1
Compare
c39d905
to
f60518e
Compare
d2f08a5
to
1e28f41
Compare
This fixes an appveyor issue that arrises when implementing snapshot_creator in Rust.
18f3915
to
4239f8b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
9450635
to
f74bc3f
Compare
cc @bartlomieju