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 an issue with dune virtual library implementations
The way dune compiles implementations of virtual libraries means that there
isn't a digest of the interface. We only use this for a convenient unique
key, so this commit adds a fallback to using the source hash intead, and
if _that_ doesn't exist, just use the name.
0 commit comments