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
flambda-backend: Iterate over all persistent modules in Env.iter_env (#1962)
Currently, `Env.iter_env` doesn't involve `Persistent_env` unless something in
the `Env.t` is bound to a persistent module. This risks missing possibilities
for path shortening, since most persistent modules are only stored in
`Persistent_env`.
0 commit comments