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

#992: added design doc for script options #477

Merged
merged 26 commits into from
Jan 20, 2025

Conversation

tomuben
Copy link
Collaborator

@tomuben tomuben commented Nov 15, 2024

@tomuben tomuben force-pushed the doc/992_add_design_doc_for_script_options branch from 3522853 to 0a2684d Compare November 15, 2024 14:59
@tomuben tomuben force-pushed the doc/992_add_design_doc_for_script_options branch from b6dca79 to 207e27f Compare November 22, 2024 16:15
### Java %jar Option Collection
`dsn~java-jar-option-collection~1`

Implement an algorithm in class `ConverterV2` to split the given Jar option value by colon (':') and then collect the found Jar options in a list.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add our links about what are legal classpaths

Copy link
Collaborator Author

@tomuben tomuben Jan 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link is already mentioned in the covered requirement: req~java-jar-option-handling-multiple-options~1.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

someone might not read the requirement and only the design

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the link

@@ -161,7 +178,7 @@ The following diagram shows how the scripts are collected in the recursive algor

### Parser Implementation V1

The legacy parser (V1) parser searches for one specific script option. The parser starts from beginning of the script code. If found, the parser immediately removes the script option from the script code and returns the option value. It validates the
The legacy parser (V1) parser searches for one specific script option. The parser starts from the beginning of the script code. If found, the parser immediately removes the script option from the script code and returns the option value. It validates the
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It validates the
Incomplete sentence

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

Fix from review

Co-authored-by: Torsten Kilias <[email protected]>
@tomuben tomuben merged commit 5fe0fbe into master Jan 20, 2025
25 checks passed
@tomuben tomuben deleted the doc/992_add_design_doc_for_script_options branch January 20, 2025 14:03
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.

2 participants