-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Replace machinist macros by plain forwarders #2925
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for going through these :)
Codecov Report
@@ Coverage Diff @@
## master #2925 +/- ##
==========================================
- Coverage 94.24% 94.19% -0.06%
==========================================
Files 367 366 -1
Lines 7002 7026 +24
Branches 195 185 -10
==========================================
+ Hits 6599 6618 +19
- Misses 403 408 +5
Continue to review full report at Codecov.
|
697d910
to
7290b37
Compare
Forgot to actually remove it from the build. |
7290b37
to
11d972b
Compare
Partial fix for typelevel#2553. After removing the machinist dependency, the build failed on simulacrum annotations because scala-reflect wasn't on the classpath anymore, so we add it as an explicit dependency. Co-authored-by: drdozer <turingatemyhamster@gmail.com>
11d972b
to
59cc818
Compare
Partial fix for #2553.
Co-authored-by: drdozer turingatemyhamster@gmail.com