-
Notifications
You must be signed in to change notification settings - Fork 14
2.12 community build omnibus ticket #203
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
Comments
Not sure the _1/_2 members are needed, but this is least impact. You do lose pattern matching with , though. Consider name-based pattern matching or making this a case class to regain more efficient matching (that goes straight to the fields). see scala/scala-dev#203
probably needs more work see scala/scala-dev#203
https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/477/consoleFull:
|
The ValDef of a trait val/deferred val in class/lazy val has a method symbol, with the accessor DefDef following later, in the fields phase see scala/scala#5294 Community build follow-up: scala/scala-dev#203
... to be considered during implicit search before the position of said implicit val. Revealed by: scala/scala#5294 Community build follow-up: scala/scala-dev#203
Akka has added a dependency on scala-java8-compat in the meantime, so we need to add that to the community build: scala/community-build#262 |
... to be considered during implicit search before the position of said implicit val. Revealed by: scala/scala#5294 Community build follow-up: scala/scala-dev#203
…before the position of said implicit val. Revealed by: scala/scala#5294 Community build follow-up: scala/scala-dev#203 (cherry picked from commit dfb2c99)
some additional old notes from Adriaan:
|
If there's anything you'd like me to do wrt shapeless to make your life easier please let me know. |
the only remaining unchecked boxes here were macro-paradise (I opened scala/community-build#302 on it) and ScalaTest (which is now #230) and there's sbinary, but I'm less concerned about that one. maybe it'll get picked up in a future sweep |
override
keywords to address failures in https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/475/console
tests/src/test/scala/annotations/run/Kase*scala
annotation tests) /cc @xeno-bysubmit PRs based on forks (see commit mentions below)
The text was updated successfully, but these errors were encountered: