nitc: first_real_mmodule is now explicitly set.
authorJean Privat <jean@pryen.org>
Tue, 31 Jan 2017 18:54:26 +0000 (13:54 -0500)
committerJean Privat <jean@pryen.org>
Thu, 2 Feb 2017 18:51:14 +0000 (13:51 -0500)
commitead0ff0f556cb6505d63f61f6a5fe53b78c05995
treef810fb1be0181c69a4296f10eea4120dca7aeea3
parenteb56644e6254978f32bb7d46a06aa9ac2e83a5be
nitc: first_real_mmodule is now explicitly set.

This solve the issue where `nitc foo.nit -m subfoo.nit` program
is named `subfoo` instead of `foo`.

Signed-off-by: Jean Privat <jean@pryen.org>
src/mixin.nit
src/model/mmodule.nit
src/modelbuilder.nit