-
Notifications
You must be signed in to change notification settings - Fork 34
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
Rollup enable by default #143
Conversation
a090bc7
to
670e3f4
Compare
670e3f4
to
30b2704
Compare
@@ -448,7 +446,13 @@ local init_splash = true | |||
local append_bootargs = "" | |||
local append_init = "" | |||
local append_entrypoint = "" | |||
local rollup | |||
local rollup = { |
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.
This only solves for cartesi-machine.lua
, what about the C API cm_get_default_config
? Shoudn't we also make this the default there? cc @diegonehab
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.
Yes. It should be default in C++ as well.
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.
We do not get the default config in cartesi-machine.lua, right? We build one from scracth. Should we stop doing that?
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.
Victor will create an issue about 'get_default_config' vs. 'cartesi-machine.lua'
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.
e4e0ec5
to
0bca727
Compare
0bca727
to
e6fb69f
Compare
e6fb69f
to
f1c9860
Compare
closes #102