Fixes and tests for remappings passed to Node actions #137
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
wjwwood
approved these changes
Sep 13, 2018
Thanks for the quick review @wjwwood. I added two simple commits since then. Standard CI (for launch packages): Repeated tests looking for flakiness: |
wjwwood
approved these changes
Sep 13, 2018
4042907
to
4a628a7
Compare
4a628a7
to
5524f14
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.