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

argument list is currently on right order #287

Open
StephanWald opened this issue Apr 7, 2023 · 0 comments
Open

argument list is currently on right order #287

StephanWald opened this issue Apr 7, 2023 · 0 comments
Labels
Type: Bug The issue documents broken, incorrect, or confusing behavior.

Comments

@StephanWald
Copy link
Member

Describe the bug
If you want to set DEBUG and class= in EM, it's currently important to do DEBUG first, otherwise class= will be ignored.

Reason is the fragmented check for the ARGV list, in
https://github.com/DwcJava/engine/blob/974c14575432a7a39d4a3499b84ceb3802c3d159/dwcj-engine/src/main/resources/bbj/dwcj.bbj#L15-L25
which evaluates only the last item after the program had been sent to
https://github.com/DwcJava/engine/blob/974c14575432a7a39d4a3499b84ceb3802c3d159/dwcj-engine/src/main/resources/bbj/dwcj.bbj#L52-L63

@StephanWald StephanWald added the Type: Bug The issue documents broken, incorrect, or confusing behavior. label Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The issue documents broken, incorrect, or confusing behavior.
Projects
None yet
Development

No branches or pull requests

1 participant