The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix additional potential bug in the penv cache

+1 -1
+1 -1
typing/persistent_env.ml
··· 225 225 match !Persistent_signature.load ~allow_hidden ~unit_name:name with 226 226 | Some psig -> psig 227 227 | None -> 228 - Hashtbl.add persistent_structures name Missing; 228 + if allow_hidden then Hashtbl.add persistent_structures name Missing; 229 229 raise Not_found 230 230 in 231 231 add_import penv name;