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

fix: interpolated scripts couldn't contain single-quotes #41

Merged
merged 2 commits into from
Aug 10, 2021
Merged

Conversation

erikmd
Copy link
Member

@erikmd erikmd commented Dec 15, 2020

Summary:

  • Improve the moperl function (no need for the previous bash quoting hack)

@Zimmi48 I only did manual unit tests for now :) so I'll merge this and make a point release very soon, after I've done an e2e test.

@erikmd erikmd added the fix label Dec 15, 2020
@erikmd erikmd self-assigned this Dec 15, 2020
* Improve the moperl function (no need for the previous bash quoting hack)
@erikmd erikmd merged commit 8b96bc0 into master Aug 10, 2021
@erikmd erikmd deleted the fix-moperl branch August 10, 2021 16:59
@erikmd
Copy link
Member Author

erikmd commented Aug 10, 2021

Sorry @gares for not merging this sooner 😅 - as the underlying function was a critical part of the parsing for the customizable fields of the action, I really wanted to back-up this change with more tests and ideally some automated tests.

Now, with #60, docker-coq-action also has some dedicated CI, so I was able to directly add a regression test for the bug #40 you had reported, and merge the fix.

Planning to do a point release (docker-coq-action v1.2.4) in a short while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

after_script cannot contain '
1 participant