Skip to content

Conversation

@olhotak
Copy link
Contributor

@olhotak olhotak commented Feb 5, 2015

Based on #345.

This fixes #347.

When Config.cacheImplicitScopes == false or an implicit scope is
requested for a type for which it cannot be cached, this change
causes the same computation to be applied as if the scope were
looked up in the implicit scope cache and not found.

This fixes scala#347.

When Config.cacheImplicitScopes == false or an implicit scope is
requested for a type for which it cannot be cached, this change
causes the same computation to be applied as if the scope were
looked up in the implicit scope cache and not found.
@olhotak
Copy link
Contributor Author

olhotak commented Feb 5, 2015

Rebased to current master.

odersky added a commit that referenced this pull request Feb 7, 2015
Fix #347 implicitScope for the case when implicit scopes cannot be cached
@odersky odersky merged commit 3ce904f into scala:master Feb 7, 2015
tgodzik added a commit to tgodzik/scala3 that referenced this pull request Apr 29, 2025
Backport "pc: Properly adjust indentation when inlining blocks" to 3.3 LTS
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.

dotc_core test fails when Config.cacheImplicitScopes == false

2 participants