Nicolas Cannasse

Results 285 comments of Nicolas Cannasse

Another order related issues: ![image](https://user-images.githubusercontent.com/1022912/67944846-c4d2bc00-fbdd-11e9-8130-97ceefc6dc28.png) We should get `init` before `initVisual` here. (tested with Suggestions:first mode in VSCode)

https://github.com/Microsoft/vscode/issues/55120

One easy way to reproduce : have a class with an invalid type in one of the methods arguments. You will get this error and other errors where the class...

What about Zoo.hx ? Le jeu. 26 juil. 2018 13:41, Jens Fischer a écrit : > So... like this? > > class Main { > public static function main() {...

I mean, what if `Foo.hx` is instead named `Zoo.hx` ?

You can group and still keep the file order based on compiler errors order, so at least the first file / first error will correspond to the first compiler error....

It's not very heaps specific, just we have several projects at shiro and we often name the hxml with the name of the project, and we have some other hxml...

I have another version of my proposal : select the first hxml that has an actual output ( -js / -hl etc. ) , other hxmls are most likely parameters...

I'm fine with it if there's several hxml having an actual ouput :)

>Wouldn't it be easier for Haxe to try and locate the library? I guess this depends on whether or not Haxe will still depend on Haxelib in the future. I...