nitpretty: use parse_full to allow groups and cie
authorJean Privat <jean@pryen.org>
Fri, 24 Apr 2015 16:10:43 +0000 (23:10 +0700)
committerJean Privat <jean@pryen.org>
Mon, 4 May 2015 20:08:12 +0000 (16:08 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/nitpretty.nit

index e86e373..17cc649 100644 (file)
@@ -87,7 +87,7 @@ var arguments = toolcontext.option_context.rest
 # build model
 var model = new Model
 var mbuilder = new ModelBuilder(model, toolcontext)
-var mmodules = mbuilder.parse(arguments)
+var mmodules = mbuilder.parse_full(arguments)
 mbuilder.run_phases
 
 if mmodules.is_empty then