softwaremill / magnolia

Easy, fast, transparent generic derivation of typeclass instances
https://softwaremill.com/open-source/
Apache License 2.0
754 stars 116 forks source link

Removing ThreadLocals on finish to clean up CompileTimeStack. #448

Closed Caparow closed 1 year ago

Caparow commented 1 year ago

This change fixes the issue with the Scala compiler server OOM mentioned in #216 .

adamw commented 1 year ago

Thank you!