Skip to content
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

Unify cli and script parsers #617

Closed
wants to merge 1 commit into from
Closed

Conversation

foresterre
Copy link
Owner

This parser is intended to replace both sic_parser and sic_cli_ops, unifying the parsing experience. This is intended to make it easier to add new image operations, removing duplication through the code base.
As a disadvantage, we'll need to deal with two different input methods, which was the original reason two parsers exist: scripts in text form and cli ops through the cli interface.

This commit has removed the cli_ops_parser, but the sic_parser is still in. Eventually, that one should also be removed. We will simultaneously develop and test both user facing interfaces, and should setup compatibility testing against the latest version which uses the old parsers.

This parser is intended tp replace both sic_parser and sic_cli_ops, unifying the parsing experience. This is intended to make it easier to add new image operations, removing duplication through the code base.
As a disadvantage, we'll need to deal with two different input methods, which was the original reason two parsers exist: scripts in text form and cli ops through the cli interface.

This commit has removed the cli_ops_parser, but the sic_parser is still in. Eventually, that one should also be removed. We will simultaneously develop and test both user facing interfaces, and should setup compatibility testing against the latest version which uses the old parsers.
@foresterre foresterre changed the title Unify parsers with a new parser named **duo** Unify parsers with a new parser named duo Oct 7, 2020
Base automatically changed from master to main January 20, 2021 17:43
@foresterre foresterre changed the title Unify parsers with a new parser named duo Unify cli and script parsers Feb 12, 2021
@foresterre foresterre closed this Feb 14, 2021
@foresterre foresterre deleted the experimental/duo-parser branch February 20, 2021 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant