hawkess
|
4fd5093d94
|
Removed pointer to external editor resource in IsolTestOptions, changed TestTool::handleResponse() to get editor value from m_options member variable
|
2021-09-21 14:12:26 -05:00 |
|
hawkess
|
5edabc014d
|
Changed enforce-gas-cost and enforce-via-yul to accept explicit arguments
|
2021-09-20 13:17:35 -05:00 |
|
Sean Hawkes
|
a875d1225a
|
Explicity set default values for program options based on initialized values from constructor
|
2021-09-20 08:34:28 -05:00 |
|
Sean Hawkes
|
f2e59923ab
|
Added call to CommonOptions base class validate method to derived IsolTestOptions validate method to validate against both common and extended options
|
2021-09-18 06:59:37 -05:00 |
|
Sean Hawkes
|
76fa00abed
|
Added invocation of base class addOptions in derived to populate list with common and derived options, fixed errors with editor member variable type mismatch
|
2021-09-18 06:22:27 -05:00 |
|
Sean Hawkes
|
ae7c617711
|
Added call to addOptions virtual helper in CommonOptions::parse to add options from base/derived classes, modified interface of IsolTestOptions to include editor member variable set based on provided parameter in constructor as it is now needed by addOptions helper function
|
2021-09-18 05:43:09 -05:00 |
|
Sean Hawkes
|
f47e918caa
|
Moved program_options add_options to a helper function to allow defaults to be set by derived class constructor before immutable options are created by parent
|
2021-09-18 04:55:50 -05:00 |
|