Skip to content
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

Unfreeze scalacheck #931

Closed
wants to merge 1 commit into from
Closed

Unfreeze scalacheck #931

wants to merge 1 commit into from

Conversation

ashawley
Copy link
Member

@ashawley ashawley commented Jun 28, 2019

@@ -139,7 +139,7 @@ vars.uris: {
scala-xml-quote-uri: "https://github.com/allanrenucci/scala-xml-quote.git#bintray"
scala-xml-uri: "https://github.com/scala/scala-xml.git#1.x"
scalacheck-shapeless-uri: "https://github.com/alexarchambault/scalacheck-shapeless.git#294ff5ce33dddc82" # was master
scalacheck-uri: "https://github.com/scalacommunitybuild/scalacheck.git#community-build-2.13" # was rickynils, master; was ricknyils, 1.14.0_sonatype
scalacheck-uri: "https://github.com/rickynils/scalacheck.git"
Copy link
Member Author

Choose a reason for hiding this comment

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

I compared the community-build branch with current master, and there are few if any changes, now.

${vars.base} {
name: "scalacheck"
uri: ${vars.uris.scalacheck-uri}
extra.projects: ["jvm"] // no Scala.js please
extra.commands: ${vars.base.extra.commands} [
"set jvm/Test/unmanagedSources/excludeFilter := HiddenFileFilter || \"SerializabilitySpecification.scala\""
]
Copy link
Member Author

Choose a reason for hiding this comment

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

There isn't any evidence that this test is disabled. Appears to run, and run successfully.

Copy link
Member

Choose a reason for hiding this comment

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

I think the way we filter out some tests stopped working in sbt 1.3.0-RCx. I'm going to dig into it later, but anyway, good to know that we don't need to filter the test anymore.

@ashawley
Copy link
Member Author

Oh, was this originally an issue only with 2.12? Should I check that first?

@SethTisue
Copy link
Member

(hey, I've been on vacation, and now I'm behind on community build stuff. I will definitely get to this)

@SethTisue SethTisue closed this Jul 9, 2019
@SethTisue
Copy link
Member

I cherry-picked this onto 2.12.x as aefa2e6 and also merged it onto 2.13.x. if any problems ensue, we'll deal with them then :-)

thanks for bringing this up.

@SethTisue
Copy link
Member

@ashawley I'm seeing SOEs in circe and kittens at e.g. https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/4665/ , do you make anything of the errors? I think I might need to just revert this

@ashawley
Copy link
Member Author

I didn't experience that for 2.13. Is it only for 2.12?

@SethTisue
Copy link
Member

@ashawley
Copy link
Member Author

Well, Travis Brown was able to merge a fix quickly in circe/circe#1199.

Looks like a 2.13 build kicked off https://scala-ci.typesafe.com/job/scala-2.13.x-integrate-community-build/2336/

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.

2 participants