Merge: Improve ini
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 16:43:50 +0000 (12:43 -0400)
committerJean Privat <jean@pryen.org>
Fri, 28 Aug 2015 16:43:50 +0000 (12:43 -0400)
commit1d16c38117990885067f11228bf41ce0a0c7c614
treed27dc6b1022bbe7f19e2152b3e443f9c36903cd7
parent6578be63c27039976b8a44d483d2d1619ae4fc6d
parent70334daa10c6b0398c96009ec97a52ad4ecc0166
Merge: Improve ini

Small improvements and fixes for the ini files.

The most important change is how to associate ini file with singleton projects (no dir, only one nit file).
The proposal, from @xymus, is just to add a `.ini` file named like the `.nit`. so `lib/counter.ini` for the project `lib/counter.nit`.

I'm not sure that this feature should be official, consider it just as an easy path to update existing code.

Pull-Request: #1665
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
src/loader.nit