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
Fix#442: Name hash of value class should include underlying type
Quoting from 1e7e99e:
If the underlying type of a value class change, its name hash
doesn't change, but the name hash of <init> change and since every
class uses the name <init>, we don't need to do anything special to
trigger recompilations either
This was true until aca8dfa where we
started giving unique names to constructors. This broke the
value-class-underlying type but this wasn't noticed because the test was
broken in the same commit (and has now been fixed in the previous commit in
this PR).
0 commit comments