Skip to content

Commit

Permalink
[macro] Update cache dependencies for macro types too
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Feb 21, 2024
1 parent d92f08b commit 342b138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/typing/macroContext.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down

0 comments on commit 342b138

Please sign in to comment.