nitlang / nit

Nit language
http://nitlanguage.org
Apache License 2.0
242 stars 67 forks source link

loader: fix module exclusion from `source.exclude` ini key #2690

Closed Morriar closed 6 years ago

Morriar commented 6 years ago

Before this PR excluded modules where actually loaded in the model.

This PR add the missing return so they are effectively ignored.

I also add to fix the CmdCatalogSearch command to avoid diff in tests (packages where not sorted first).