Nicolas Cannasse

Results 375 comments of Nicolas Cannasse

Instead of requiring a libhljit installed locally, why not simply distributing the required files as part of the haxelib projet, then packing them together into a single .c file (with...

> A single main.c that includes everything would be quite a bit slower to compile. I don't think so, C is very fast to compile and there's only few files...

A bit more than I was expecting, I guess O3 has big cost. Given it's nice to have a single C code for distribution I think it's still worth the...

One nice thing could also be to compile the exe entirely statically as we do on consoles so we have a single binary with no libhl dependency Le sam. 18...

> > One nice thing could also be to compile the exe entirely statically as we do on consoles so we have a single binary with no libhl dependency >...

I think that is not correct. You shouldn't set sheet lines as most of subsheets have empty lines data because their actual data is split into several objects and we...

Could we start by listing the actual problems to solve before discussing the actual solutions ? we want to make sure solutions are fixing actual problems ;)

Problem **P1** : being able to install side by side several haxe compiler versions and be able to specifiy at compile time which version to use.

For fully reproducible builds we need to be able to : - P1 select compiler version - P2 pin the haxelib libraries P1 can be handled with haxelib : if...

Been discussed extensively today on Slack, with the following document as result https://github.com/HaxeFoundation/haxe/wiki/Haxe-haxec-haxelib-plan This is WIP , please discuss there and don't edit directly ;)