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

Rerun Simulacrum after rearrangement for Scala.js #3482

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

travisbrown
Copy link
Contributor

@travisbrown travisbrown commented Jun 18, 2020

See this bug and the Simulacrum Scalafix workaround by @joroKr21 here. In short the problem is that defining a lowercase ops after the capitalized Ops trait causes problems on Scala.js 1.x on some platforms. (This bug also affects the macro annotation implementation of Simulacrum.)

This change uses the new 0.5.0 release of Simulacrum Scalafix I just published with that and one other fix (which doesn't affect Cats's usage).

@barambani
Copy link
Contributor

barambani commented Jun 18, 2020

If that's the problem, isn't this change triggering it ?

UPDATE: I just read the original issue. Clear now. 👍

@travisbrown
Copy link
Contributor Author

@barambani Sorry, yes, I wrote "before" where I meant "after". I've edited the description.

@travisbrown
Copy link
Contributor Author

Hmm, the Simulacrum Scalafix release is on Sonatype Releases but doesn't seem to have synced to Maven Central yet. I'll try restarting the build a little later.

@travisbrown
Copy link
Contributor Author

Okay, this should be ready for review now.

Copy link
Member

@LukaJCB LukaJCB left a comment

Choose a reason for hiding this comment

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

on green

@codecov-commenter
Copy link

Codecov Report

Merging #3482 into master will increase coverage by 0.04%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #3482      +/-   ##
==========================================
+ Coverage   91.77%   91.82%   +0.04%     
==========================================
  Files         383      383              
  Lines        8394     8465      +71     
  Branches      205      205              
==========================================
+ Hits         7704     7773      +69     
- Misses        690      692       +2     

@LukaJCB LukaJCB merged commit 76edb10 into master Jun 18, 2020
@travisbrown travisbrown added this to the 2.2.0-RC1 milestone Jun 22, 2020
@larsrh larsrh deleted the topic/simulacrum-scala.js-fix branch September 19, 2020 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants