You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #651, I bumped the 2.13 used for compiler bridge testing to 2.13.0-RC1, but the extractor output have changed.
For example:
acme.Tupler (where acme is a package name) doesn't extract acme as used name.
spurious names like package, Class, and Sealed are extracted.
These would lead to either under compilation or over compilation since name hashing uses these information to determine where incremental compilation is necessary.