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

ParmParse: Line Continuation #3437

Merged

Conversation

WeiqunZhang
Copy link
Member

In #3433, we added an option to disable multi-line support to avoid certain types of errors. Since multi-line support seems to be desirable feature, we add a new feature that uses \ as line continuation. To avoid confusion, we have decided to stop supporting the old style of multi-line values and make it a runtime error. Hopefully it does not cause too much trouble for users.

@WeiqunZhang WeiqunZhang requested a review from atmyers July 21, 2023 01:39
In AMReX-Codes#3433, we added an option to disable multi-line support to avoid certain
types of errors. Since multi-line support seems to be desirable feature, we
add a new feature that uses `\` as line continuation. To avoid confusion, we
have decided to stop supporting the old style of multi-line values and make
it a runtime error. Hopefully it does not cause too much trouble for users.
@WeiqunZhang WeiqunZhang merged commit 587542a into AMReX-Codes:development Jul 21, 2023
66 checks passed
@WeiqunZhang WeiqunZhang deleted the parmparse_continuation branch July 21, 2023 03:21
mirenradia added a commit to GRTLCollaboration/GRTeclyn that referenced this pull request Aug 4, 2023
Following AMReX-Codes/amrex#3433 and AMReX-Codes/amrex#3437, line
continuation is only supported with a '\' character.
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