Procházet zdrojové kódy

[macro] Update cache dependencies for macro types too

Rudy Ges před 1 rokem
rodič
revize
342b1387e2
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/typing/macroContext.ml

+ 1 - 0
src/typing/macroContext.ml

@@ -636,6 +636,7 @@ and flush_macro_context mint mctx =
 		FiltersCommon.remove_generic_base;
 		Exceptions.patch_constructors mctx;
 		(fun mt -> AddFieldInits.add_field_inits mctx.c.curclass.cl_path (RenameVars.init mctx.com) mctx.com mt);
+		Filters.update_cache_dependencies mctx.com;
 		minimal_restore;
 	] in
 	let ready = fun t ->