nit: Add `run_global_phases` call
authorFlorian Deljarry <deljarry.florian@gmail.com>
Wed, 1 Jul 2020 19:54:28 +0000 (15:54 -0400)
committerFlorian Deljarry <deljarry.florian@gmail.com>
Wed, 1 Jul 2020 19:59:39 +0000 (15:59 -0400)
Signed-off-by: Florian Deljarry <deljarry.florian@gmail.com>

src/nit.nit

index be6c665..6441b1a 100644 (file)
@@ -75,6 +75,7 @@ else
 end
 
 modelbuilder.run_phases
 end
 
 modelbuilder.run_phases
+toolcontext.run_global_phases(modelbuilder.parsed_modules)
 
 if toolcontext.opt_only_metamodel.value then toolcontext.quit
 
 
 if toolcontext.opt_only_metamodel.value then toolcontext.quit