-
Notifications
You must be signed in to change notification settings - Fork 132
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: bail if purs exits non-ok #1285
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
641641f
fix: bail if purs exits non-ok
cakekindel 2ce7e9f
oops :)
cakekindel 51615fb
refactor
cakekindel 87383a3
rm comment
cakekindel 1ed3560
re-add comment
cakekindel 127d3e3
the last branch could be point-free as well
cakekindel 59b746d
format
cakekindel 7b47e88
test: add test for bad purs exit
cakekindel 4f16b32
windows makes me sad :(
cakekindel cbb29d2
Update test/Spago/Build.purs
f-f 7ba30d7
Merge branch 'master' into master
f-f bab00b5
I love you windows
f-f 9561f44
fix: test accounts for stderr being separated by crlf on windows.
cakekindel 7b5a704
revert "fix: test accounts for stderr being separated by crlf on wind…
cakekindel bf117b8
fix: replaceAll, render non-printing when strings not equal
cakekindel 3ac5d90
rerun macos job (apparently module build order can be nondeterministic?)
cakekindel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Reading Spago workspace configuration... | ||
|
||
✓ Selecting package to build: aaa | ||
|
||
Downloading dependencies... | ||
No lockfile found, generating it... | ||
Lockfile written to spago.lock. Please commit this file. | ||
Building... | ||
Invalid option `--non-existent' | ||
|
||
Usage: purs COMMAND | ||
|
||
The PureScript compiler and tools | ||
|
||
✘ purs exited with non-ok status code: Normally 1 |
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 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
Oops, something went wrong.
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.
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.
If this is contentious i can undo, just thought it would be a good unobtrusive addition to catch failures early in CI
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.
Ah yeah, I like it! (for now, let's see how it fares over time 😂)