Skip to content

Update to v0.14.0-rc3 #24

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
merged 4 commits into from
Nov 5, 2020
Merged

Conversation

paluh
Copy link
Contributor

@paluh paluh commented Oct 15, 2020

@JordanMartinez
Copy link
Contributor

CI failed because npm run -s test failed. However, it seems that CI failed because there isn't a test script in packages.json. Do we add a test script that calls pulp test? Or something else?

@JordanMartinez
Copy link
Contributor

@paluh Please update the package.json file to include the test script. CI will fail until we add this:

  "scripts": {
    "test": "pulp test"
  },

Copy link
Contributor

@JordanMartinez JordanMartinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI builds now.

@@ -17,6 +17,7 @@ import Data.TraversableWithIndex (class TraversableWithIndex, traverseWithIndex)
import Data.Tuple (Tuple, curry)

-- | `Compose f g` is the composition of the two functors `f` and `g`.
newtype Compose ∷ ∀ k1 k2. (k2 → Type) → (k1 → k2) → k1 → Type
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use ascii syntax here please?

@hdgarrood
Copy link
Contributor

I’m happy to merge this once we’re using ascii syntax everywhere.

@paluh
Copy link
Contributor Author

paluh commented Nov 4, 2020

@hdgarrood Yeah, sure - once again sorry for this mess. I'm going to review all my 0.14 related PR's soon to ensure that I didn't make this mistake anywhere else.

@hdgarrood
Copy link
Contributor

No worries at all ❤️ thanks again for your PRs!

@paluh
Copy link
Contributor Author

paluh commented Nov 4, 2020

grep claims that I don't have any more unicode syntax in this or any other 0.14 PRs. I hope that is true :-)

@JordanMartinez JordanMartinez merged commit 02708f0 into purescript:master Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants