-
Notifications
You must be signed in to change notification settings - Fork 233
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
Fix corner case in handling of short syntax in CaSH #139
Comments
@dubex this is the fix we discussed last week. Just adding it here for tracking purposes |
Please describe the test case for which it got reopened. Thanks. |
@dubex same test case, i think i just accidentally closed it the first time and that is why i reopened it |
Same as #465 |
jtnelson
added a commit
that referenced
this issue
Mar 5, 2022
jtnelson
added a commit
that referenced
this issue
Mar 5, 2022
… short syntax (#465) * GH-463: Fixed a bug that caused Concourse Shell to fail to parse short syntax within statements containing an open parenthesis * upgrade groovy-all dependency to prevent version conflict with concourse-commons * fix failing unit tests and update unit test for GH-139 * use list instead of stream * update changelog
Fixed with f813cd6 |
jtnelson
added a commit
that referenced
this issue
Mar 5, 2022
… short syntax (#465) * GH-463: Fixed a bug that caused Concourse Shell to fail to parse short syntax within statements containing an open parenthesis * upgrade groovy-all dependency to prevent version conflict with concourse-commons * fix failing unit tests and update unit test for GH-139 * use list instead of stream * update changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to GH-135, SyntaxTools is not converting "diff" to concourse.diff in the following input
To fix this, we need to modify the regex in
SyntaxTools#parseShortInvokedMethods
to match any word followed by a paren OR spaceThe text was updated successfully, but these errors were encountered: