Merge: src/nitlight: Updated client to avoid crashes on unparsed modules
authorJean Privat <jean@pryen.org>
Tue, 17 May 2016 11:20:22 +0000 (07:20 -0400)
committerJean Privat <jean@pryen.org>
Tue, 17 May 2016 11:20:22 +0000 (07:20 -0400)
Since the loader has been upgraded, `nitlight` crashed when using the `--full` option since some modules were recognized by the model but left unparsed, causing the program to crash when fetching the `AModule` from `modelbuilder.mmodule2node`.

This PR fixes the issue by rendering only loaded and parsed modules from the importation chain.

Pull-Request: #2088
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge