Nicolas Cannasse

Results 78 issues of Nicolas Cannasse

When using the software, I find it's hard to categorize some tasks because the title will change often. For instance a web browser will display the title of the app...

Allow to select a datatype that is one of the groups of a reference sheet

The following tests might give different results depending on platforms: ```haxe function shl( x, y ) return x

platform-eval

The first goal is to have the compiler written in Haxe and generating the corresponding OCaml code, allowing for a more familiar syntax for potential contributors and compiler team. At...

We have disabled checks for files modifications in display mode, which is good for hx files since they are sent by VSHaxe. However this cause some problems for registerModuleDependency, when...

test-needed

The following fails to compile with `haxe.Int64 should be Int` which is a bit weird: ```haxe static function foo(v:Int,b:Bool) : haxe.Int64 { return v

I was looking at how allow an abstract of function to be called, this is implemented with `@:callable` but does not seem to be documented atm. Maybe @Simn you could...

help wanted
content

Document @:structInit

help wanted

https://heaps.io/api/h2d/ObjectFollower.html#new The constructor is generated as `new(obj:Object, ?parent:Object)` but its real type is `new(obj:h3d.scene.Object, ?parent:h2d.Object)` I think we should generate explicit package name in documentation when there is such a...