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

Upgrade to Scala.js 1.0.0-M6. #460

Merged
merged 2 commits into from
Feb 27, 2019
Merged

Conversation

sjrd
Copy link
Contributor

@sjrd sjrd commented Feb 27, 2019

Resubmission of #459, with a first commit not to use the deprecated TestUtils anymore.

@sjrd
Copy link
Contributor Author

sjrd commented Feb 27, 2019

Review by @ashawley?

Don't hesitate to tell me if the coding style is off. I usually look around in the repo to find out the proper coding style, but I didn't have much time to dedicate to this today.

libraryDependencies += "org.scala-js" %% "scalajs-test-interface" % scalaJSVersion,
// because Scala.js deprecated TestUtils but we haven't worked around that yet,
// see https://github.com/rickynils/scalacheck/pull/435#issuecomment-430405390
scalacOptions ~= (_ filterNot (_ == "-Xfatal-warnings"))
Copy link
Contributor

Choose a reason for hiding this comment

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

If there are no deprecation warnings or warnings of any type in Platform.scala, then sure, -Xfatal-warnings can be re-enabled.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup, there are no warnings of any kind anymore, thanks to this change. :)

@ashawley
Copy link
Contributor

LGTM. If the build is green, I have no objections.

@sjrd
Copy link
Contributor Author

sjrd commented Feb 27, 2019

Yeah, the CI is green :D

@rickynils rickynils merged commit 36a5376 into typelevel:master Feb 27, 2019
@sjrd sjrd deleted the scalajs-1.0.0-M6 branch February 28, 2019 09:55
@ashawley ashawley mentioned this pull request Mar 4, 2019
18 tasks
@sjrd sjrd mentioned this pull request Apr 8, 2019
@ashawley ashawley mentioned this pull request May 20, 2019
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