Skip to content

Add top-level definitions to scope in TreeMapWithImplicits #11520

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

Closed
wants to merge 3 commits into from

Conversation

nicolasstucki
Copy link
Contributor

Fixes #11479

@nicolasstucki nicolasstucki force-pushed the fix-#11479 branch 2 times, most recently from 810ce6d to 3bdedb4 Compare February 25, 2021 12:14
@nicolasstucki
Copy link
Contributor Author

Reproduce current issues with

sbt> testCompilation tests/pos/t3642

or

sbt> testCompilation --from-tasty <test-name>
// were <test-name> is one of
// tests/run/inlineAddDeserializeLambda.scala
// tests/run/inline-param-semantics.scala
// tests/run/rescue.scala
// tests/run/erased-inline-vals.scala
// tests/run/tuple-ops.scala
// tests/run/toList.scala
// tests/run/enum-nat.scala
// tests/run/transparent-object.scala
// tests/run/i8530.scala
// tests/run/inline-override.scala
// tests/run/i8058.scala
// tests/run/i4496b.scala
// tests/run/tuples-empty.scala
// tests/run/i9473.scala
// tests/run/constValueTuple.scala
// tests/run/i10724.scala
// tests/run/i7110.scala
// tests/run/singleton-ops-flags.scala
// tests/run/i8530-b.scala
// tests/run/tuple-product.scala
// tests/run/typelevel-overrides.scala
// tests/run/transparent-foreach.scala
// tests/run/reduce-projections.scala
// tests/run/transparentProtected.scala
// tests/run/summonAll.scala
// tests/run/fragables-extension.scala
// tests/run/inline-override-num.scala
// tests/run/i2360.scala
// tests/run/i4523.scala
// tests/run/dead-code-elimination.scala
// tests/run/typeCheckErrors.scala
// tests/run/implicit-functors2.scala
// tests/pos/t3642

@nicolasstucki
Copy link
Contributor Author

Replaced by #11591

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

summonInline can't deduce summon, passed via type parameter [Regression]
2 participants