Merge: compiler: compile_dir can be anywhere
authorJean Privat <jean@pryen.org>
Tue, 30 Sep 2014 10:49:26 +0000 (06:49 -0400)
committerJean Privat <jean@pryen.org>
Tue, 30 Sep 2014 10:49:26 +0000 (06:49 -0400)
Fix an old TODO. Now you can compile where you want and stop having a bunch of fat .nit_compile directories everywhere.

~~~sh
$ nitg --compile-dir /tmp/nit_compile examples/hello_word.nit
~~~

Pull-Request: #789
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>

1  2 
src/compiler/abstract_compiler.nit

Simple merge