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

Preliminary Munit port #3538

Merged
merged 17 commits into from
Aug 1, 2020
Merged

Preliminary Munit port #3538

merged 17 commits into from
Aug 1, 2020

Conversation

LukaJCB
Copy link
Member

@LukaJCB LukaJCB commented Jul 28, 2020

Should resolve #3534

Copy link
Member

@djspiewak djspiewak left a comment

Choose a reason for hiding this comment

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

Took a quick look. Search/replace seems to have gone a bit awry. Also it would be nice if we didn't have the unnecessary parentheses around the === operand.

tests/src/test/scala-2.13+/cats/tests/ArraySeqSuite.scala Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Jul 29, 2020

Codecov Report

Merging #3538 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3538      +/-   ##
==========================================
- Coverage   91.34%   91.32%   -0.02%     
==========================================
  Files         386      386              
  Lines        8592     8592              
  Branches      241      269      +28     
==========================================
- Hits         7848     7847       -1     
- Misses        744      745       +1     

@LukaJCB LukaJCB marked this pull request as ready for review July 29, 2020 14:34
Copy link
Contributor

@larsrh larsrh left a comment

Choose a reason for hiding this comment

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

I only took a very cursory look

@@ -126,6 +127,7 @@ lazy val commonJsSettings = Seq(
jsEnv := new org.scalajs.jsenv.nodejs.NodeJSEnv(),
// batch mode decreases the amount of memory needed to compile Scala.js code
scalaJSLinkerConfig := scalaJSLinkerConfig.value.withBatchMode(isTravisBuild.value),
scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule)),
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this change necessary?

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 honestly don't know, but the error message I got when running the tests without it pointed me to this. 😄

core/src/main/scala/cats/Traverse.scala Outdated Show resolved Hide resolved
Copy link
Contributor

@barambani barambani left a comment

Choose a reason for hiding this comment

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

I leave just few minor comments. Practically just style.

tests/src/test/scala-2.13+/cats/tests/ArraySeqSuite.scala Outdated Show resolved Hide resolved
tests/src/test/scala/cats/tests/NonEmptyChainSuite.scala Outdated Show resolved Hide resolved
tests/src/test/scala/cats/tests/NonEmptyChainSuite.scala Outdated Show resolved Hide resolved
tests/src/test/scala/cats/tests/NonEmptySetSuite.scala Outdated Show resolved Hide resolved
tests/src/test/scala/cats/tests/NonEmptySetSuite.scala Outdated Show resolved Hide resolved
tests/src/test/scala/cats/tests/NonEmptySetSuite.scala Outdated Show resolved Hide resolved
tests/src/test/scala/cats/tests/SortedMapSuite.scala Outdated Show resolved Hide resolved
tests/src/test/scala/cats/tests/SortedMapSuite.scala Outdated Show resolved Hide resolved
LukaJCB and others added 9 commits July 29, 2020 23:29
Co-authored-by: Filippo Mariotti <barambani@users.noreply.github.com>
Co-authored-by: Filippo Mariotti <barambani@users.noreply.github.com>
Co-authored-by: Filippo Mariotti <barambani@users.noreply.github.com>
Co-authored-by: Filippo Mariotti <barambani@users.noreply.github.com>
Co-authored-by: Filippo Mariotti <barambani@users.noreply.github.com>
Co-authored-by: Filippo Mariotti <barambani@users.noreply.github.com>
Co-authored-by: Filippo Mariotti <barambani@users.noreply.github.com>
Co-authored-by: Filippo Mariotti <barambani@users.noreply.github.com>
Co-authored-by: Filippo Mariotti <barambani@users.noreply.github.com>
@LukaJCB
Copy link
Member Author

LukaJCB commented Jul 30, 2020

Thanks for those, I think unblocking the dotty work is more important than fixing all the style issues for now, but I'm sure some regex master could fix this for us at some point 😄

@larsrh
Copy link
Contributor

larsrh commented Aug 1, 2020

I think unblocking the dotty work is more important than fixing all the style issues for now

For sure. Let's ship this 🚀

@LukaJCB
Copy link
Member Author

LukaJCB commented Aug 1, 2020

Alright, merging this :)

@LukaJCB LukaJCB merged commit 6973ad3 into master Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider migrating to Munit
7 participants