Skip to content

ParmParse: Remove two Aborts #4576

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

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

WeiqunZhang
Copy link
Member

ParmParse now supports names containing special characters such as /, (, ), and , except for white space and = (e.g., dAx_x/dx(x,y,t,zeval) = 12). In fact, even before this PR, such names were already supported as long as they are not the first entry, due to the way input parsing was implemented. With this PR, these names are now allowed as the first entry as well.

ParmParse now supports names containing special characters such as `/`, `(`,
`)`, and `,` except for white space and `=` (e.g., `dAx_x/dx(x,y,t,zeval) =
12`). In fact, even before this PR, such names were already supported as
long as they are not the first entry, due to the way input parsing was
implemented. With this PR, these names are now allowed as the first entry as
well.
@WeiqunZhang WeiqunZhang requested a review from ax3l July 19, 2025 03:20
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