-
Notifications
You must be signed in to change notification settings - Fork 142
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
Fixes and tests for remappings passed to Node actions #137
Conversation
this can be reviewed but there might be duplicate comments from #135 since they have similar approaches; if review comments are added on that PR I will propagate the changes to this one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks for fixing that up!
Thanks for the quick review @wjwwood. I added two simple commits since then. Standard CI (for launch packages): Repeated tests looking for flakiness: |
4042907
to
4a628a7
Compare
4a628a7
to
5524f14
Compare
Some issues I noticed while working on #135 (kept as separate commits).
Most significant change is that, without this PR, something like:
would not remap properly, and would output:
whereas now it evaluates the substitutions and gives:
This PR currently targets the branch used for #135 because it builds on top of it; will be retargeted at master once that PR's merged.