-
Notifications
You must be signed in to change notification settings - Fork 59
add scala-newtype and fast-string-interpolator #697
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
Conversation
test run queued: https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/2687/ |
fdf5191
to
9ef8edc
Compare
since it also came up at scala/scala-dev#480, attempting to add fast-string-interpolator as well. fyi @Sizmek @estatico |
76f4eac
to
655315d
Compare
"set every bintrayReleaseOnPublish := false" | ||
] | ||
// Missing dependency: com.dongxiguo#fastring | ||
extra.exclude: ["benchmark"] |
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.
I have isolated 3rd party interpolators in this module, to reproduce bug with macros compilation in benchmark-core
: plokhotnyuk/fast-string-interpolator@346b61d
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! I'll do at least one more run before merging, in order to test that change.
@plokhotnyuk at https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/2693/consoleFull I'm seeing
? |
Sorry, have fixed it by plokhotnyuk/fast-string-interpolator@a961515 It looks like cross-module dependencies are allowed, while wasn't declared... Should I report it to SBT team? |
👍 thank you for your early testing of 2.12.5! |
No description provided.