Skip to content
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

Avoid dotty compiler crash #8422

Merged
merged 1 commit into from Sep 16, 2019
Merged

Avoid dotty compiler crash #8422

merged 1 commit into from Sep 16, 2019

Commits on Sep 16, 2019

  1. Avoid dotty compiler crash

    ```
    [error] 203 |      case hm: mutable.HashMap[K, V] => hm.mapValuesInPlaceImpl(f)
    [error]     |           ^
    [error]     |Recursion limit exceeded.
    [error]     |Maybe there is an illegal cyclic reference?
    [error]     |If that's not the case, you could also try to increase the stacksize using the -Xss JVM option.
    [error]     |A recurring operation is (inner to outer):
    [error]     |
    [error]     |  subtype scala.collection.mutable.HashMap <:< LazyRef(...)
    ```
    lrytz committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    ae3c857 View commit details
    Browse the repository at this point in the history