modelbuilder_base: Refactor the signature of `resolve_mtype*`
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Fri, 2 Jun 2017 15:04:43 +0000 (11:04 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Fri, 2 Jun 2017 15:05:28 +0000 (11:05 -0400)
commit8ee377f55f23512dea7bd7a24bf188461d30fed7
tree52206c65b678b5c864609544e3d878b923cfd5dc
parent91f30fa460cc592301d688bec7c8730830a70d1a
modelbuilder_base: Refactor the signature of `resolve_mtype*`

Only `modelize_mclass` require support for partial context. Furthermore, in
a future PR, it may need to resolve types just before modeling the class
definition (in a place where the `MClass` is available and must be used).

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
src/metrics/static_types_metrics.nit
src/modelbuilder_base.nit
src/modelize/modelize_class.nit
src/modelize/modelize_property.nit
src/nitni/nitni_callbacks.nit
src/semantize/typing.nit