From: Jean Privat Date: Sat, 13 Dec 2014 07:50:08 +0000 (-0500) Subject: Merge: model: register the implicitly injected Bool class in its hierarchy. X-Git-Tag: v0.7~52 X-Git-Url: http://nitlanguage.org Merge: model: register the implicitly injected Bool class in its hierarchy. The model can inject a primitive a Bool class when required. It was a hack which was initially introduced by the interpreter that need to manipulate boolean values even if they where not present in the original program. However, the class was not fully initialized. So fix that. Maybe a future PR will try to remove this hack (it is not the model's job to inject classes) Pull-Request: #989 Reviewed-by: Lucas Bajolet Reviewed-by: Alexandre Terrasa --- 9e5c78f0faedc370144e473e9b795edb77718062