Transform external interface to a modular and extensible design - #579
Draft
Krzmbrzl wants to merge 89 commits into
Draft
Transform external interface to a modular and extensible design#579Krzmbrzl wants to merge 89 commits into
Krzmbrzl wants to merge 89 commits into
Conversation
This ensures that the registration is only performed once instead of every time the corresponding header file is included somewhere.
This object serves as a unique identification of elements in a potentially nested expression tree.
Krzmbrzl
force-pushed
the
revamp-ext-intface-design
branch
from
August 20, 2026 13:48
4ca3388 to
a7fa362
Compare
Krzmbrzl
force-pushed
the
revamp-ext-intface-design
branch
from
August 21, 2026 14:06
b60b779 to
9540686
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All processing is now performed in terms of individual processing steps and the flow across those is completely defined in the JSON driver. This replaces the C++ code that drove the processing and only took options from the JSON file.
This changes makes it much simpler to extend the external interface to add new types of processing steps or to adapt existing ones as the required changes will be quite localized to the associated step implementations.