Skip to content

Ver0.12#12

Closed
eric-corumdigital wants to merge 3 commits intopaulyoung:masterfrom
eric-corumdigital:ver0.12
Closed

Ver0.12#12
eric-corumdigital wants to merge 3 commits intopaulyoung:masterfrom
eric-corumdigital:ver0.12

Conversation

@eric-corumdigital
Copy link

No description provided.

CHG: Updated project to 0.12
REM: spec-discovery dependency from bower.json
"purescript-spec-discovery": "^2.0.0"
"purescript-psci-support": "^4.0.0",
"purescript-quickcheck": "^5.0.0",
"purescript-spec": "^3.0.0"
Copy link
Owner

Choose a reason for hiding this comment

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

Why was purescript-spec-discovery removed? I'd like to keep using that.

Copy link
Owner

Choose a reason for hiding this comment

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

"strings",
"tuples"
]
}
Copy link
Owner

Choose a reason for hiding this comment

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

I don't know anything about psc-package.

@joneshf since you did something related to that in #9, does this look good to you?

Copy link

Choose a reason for hiding this comment

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

Seems fine to me, but I think the proper way to answer that question is to run it on CI. It's easy for this sort of duplication to get out of sync if it's not checked all the time.

import Data.String (Pattern(..))
import Data.String as String
import Data.Tuple (Tuple(..))
import Prelude
Copy link
Owner

Choose a reason for hiding this comment

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

Could you move this back please?

import Test.QuickCheck (class Arbitrary, arbitrary, (===), quickCheck)
import Test.QuickCheck.Gen (oneOf)
import Test.Spec (Spec, describe, it)
import Test.Spec.QuickCheck (QCRunnerEffects, quickCheck)
Copy link
Owner

Choose a reason for hiding this comment

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

Is purescript-spec-quickcheck redundant in 0.12? cc @owickstrom

describe "text" do
it "is a homomorphism from string concatenation to document concatenation" do
it "is a homomorphism from string concatenation to document concatenation"
$ liftEffect do
Copy link
Owner

Choose a reason for hiding this comment

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

Could you put this onto the same line as it, like the rest?

@paulyoung
Copy link
Owner

We'd also need to use node 10 and purescript@^0.12 on Travis.

@paulyoung
Copy link
Owner

Closing in favor of #13. Thanks anyway @eric-corumdigital!

@paulyoung paulyoung closed this Jun 20, 2018
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.

3 participants