-
Notifications
You must be signed in to change notification settings - Fork 51
Update to PureScript v0.15.0 #160
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
Merged
JordanMartinez
merged 9 commits into
purescript-contrib:main
from
JordanMartinez:update-to-0.15
Mar 22, 2022
Merged
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
d21a191
Update to CI to use 'unstable' purescript
JordanMartinez 0955ae5
Add CI test: verify 'bower.json' file works via pulp
JordanMartinez c203951
Ignore spago-based tests (temporarily)
JordanMartinez 14d0fe9
Update Bower dependencies to master or main
JordanMartinez 1c0124c
Update packages.dhall to 'prepare-0.15' package set
JordanMartinez 73f00ff
Installed bower dev dependency: purescript-assert@master
JordanMartinez f115aa4
Drop MonadZero instance
JordanMartinez f5ba479
Added changelog entry
JordanMartinez 4e05899
Update .github/workflows/ci.yml
JordanMartinez 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 hidden or 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 |
---|---|---|
|
@@ -16,6 +16,7 @@ jobs: | |
- name: Set up a PureScript toolchain | ||
uses: purescript-contrib/setup-purescript@main | ||
with: | ||
purescript: "unstable" | ||
purs-tidy: "latest" | ||
|
||
- name: Cache PureScript dependencies | ||
|
@@ -35,8 +36,17 @@ jobs: | |
- name: Install dev dependencies | ||
run: spago -x spago-dev.dhall install | ||
|
||
- name: Run tests | ||
# - name: Run tests | ||
run: spago -x spago-dev.dhall test --no-install | ||
|
||
- name: Check formatting | ||
run: purs-tidy check src test bench | ||
|
||
- name: Verify Bower & Pulp | ||
run: | | ||
npm install bower [email protected] | ||
npx bower install | ||
npx pulp build -- --censor-lib --strict | ||
if [ -d "test" ]; then | ||
npx pulp test | ||
fi |
This file contains hidden or 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 hidden or 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 |
---|---|---|
@@ -1,38 +1,41 @@ | ||
{ | ||
"name": "purescript-parsing", | ||
"license": [ | ||
"BSD-2-Clause" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/purescript-contrib/purescript-parsing.git" | ||
}, | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"output" | ||
], | ||
"dependencies": { | ||
"purescript-arrays": "^v6.0.1", | ||
"purescript-control": "^v5.0.0", | ||
"purescript-either": "^v5.0.0", | ||
"purescript-foldable-traversable": "^v5.0.1", | ||
"purescript-identity": "^v5.0.0", | ||
"purescript-integers": "^v5.0.0", | ||
"purescript-lists": "^v6.0.1", | ||
"purescript-math": "^v3.0.0", | ||
"purescript-maybe": "^v5.0.0", | ||
"purescript-newtype": "^v4.0.0", | ||
"purescript-numbers": "^v8.0.0", | ||
"purescript-prelude": "^v5.0.1", | ||
"purescript-record": "^v3.0.0", | ||
"purescript-strings": "^v5.0.0", | ||
"purescript-tailrec": "^v5.0.1", | ||
"purescript-transformers": "^v5.1.0", | ||
"purescript-tuples": "^v6.0.1", | ||
"purescript-unfoldable": "^v5.0.0", | ||
"purescript-unicode": "^v5.0.0", | ||
"purescript-unsafe-coerce": "^v5.0.0" | ||
} | ||
"name": "purescript-parsing", | ||
"license": [ | ||
"BSD-2-Clause" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/purescript-contrib/purescript-parsing.git" | ||
}, | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"output" | ||
], | ||
"dependencies": { | ||
"purescript-arrays": "master", | ||
"purescript-control": "master", | ||
"purescript-either": "master", | ||
"purescript-foldable-traversable": "master", | ||
"purescript-identity": "master", | ||
"purescript-integers": "master", | ||
"purescript-lists": "master", | ||
"purescript-math": "master", | ||
"purescript-maybe": "master", | ||
"purescript-newtype": "master", | ||
"purescript-numbers": "master", | ||
"purescript-prelude": "master", | ||
"purescript-record": "master", | ||
"purescript-strings": "master", | ||
"purescript-tailrec": "master", | ||
"purescript-transformers": "master", | ||
"purescript-tuples": "master", | ||
"purescript-unfoldable": "master", | ||
"purescript-unicode": "main", | ||
"purescript-unsafe-coerce": "master" | ||
}, | ||
"devDependencies": { | ||
"purescript-assert": "master" | ||
} | ||
} |
This file contains hidden or 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
let upstream = | ||
https://github.com/purescript/package-sets/releases/download/psc-0.14.3-20210722/packages.dhall sha256:1ceb43aa59436bf5601bac45f6f3781c4e1f0e4c2b8458105b018e5ed8c30f8c | ||
https://raw.githubusercontent.com/purescript/package-sets/prepare-0.15/src/packages.dhall | ||
|
||
in upstream |
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.