Merge: app.nit: fix issues in examples and calculator
authorJean Privat <jean@pryen.org>
Thu, 23 Nov 2017 16:13:00 +0000 (11:13 -0500)
committerJean Privat <jean@pryen.org>
Thu, 23 Nov 2017 16:13:00 +0000 (11:13 -0500)
commitbb81d7dead258d3c17b86d95efaf4c1abc9faea6
treefed37428fc6fa411412370208e4a2e35a8f0bdd8
parent99e69f4f33ff9ea541be5ed9111194300936d792
parent10a8a64120e51ecda8e2910dc7039753723d48db
Merge: app.nit: fix issues in examples and calculator

- Fix missing Makefile dependencies by correctly using the -m options in calls to nitls. It would work without the -m for simple programs but misses some files when there are conditional importations.
- Fix crash in `http_request_example` by updating the latest app.nit UI API from #2547. Closes #2577.
- Compile the scientific desktop variant of the calculator with the `all` rule.

Pull-Request: #2579