A new implementation of the parse/read/gen phases was added in #412, but was disabled by default and could only be enabled with a temporary SDE_NONPUBLIC_USE_NEW_PARSE environment variable. We have been using this new code path for a while when building En-ROADS and C-ROADS, and Todd has verified that EPS builds/runs fine using the new code path, so I think we should enable the new implementation by default (make it opt-out instead of opt-in).
We can leave the old code in place for another month or so, in case any other projects run into an issue with the new code path.
A new implementation of the parse/read/gen phases was added in #412, but was disabled by default and could only be enabled with a temporary
SDE_NONPUBLIC_USE_NEW_PARSEenvironment variable. We have been using this new code path for a while when building En-ROADS and C-ROADS, and Todd has verified that EPS builds/runs fine using the new code path, so I think we should enable the new implementation by default (make it opt-out instead of opt-in).We can leave the old code in place for another month or so, in case any other projects run into an issue with the new code path.