HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit
https://haxe.org
6.03k stars 648 forks source link

luv 0.5.13 broke our Windows builds again #11575

Open Simn opened 4 months ago

Simn commented 4 months ago
File "src/macro/eval/evalLuv.ml", line 1951, characters 29-37:
1951 |          FS_event.start event path callback
                                    ^^^^^^^^
Error: This expression has type
         (string * Luv.FS_event.Event.t list, Luv.Error.t) Result.t -> unit
       but an expression was expected of type
         (string option * Luv.FS_event.Event.t list, Luv__.Error.t) result ->
         unit
       Type
         (string * Luv.FS_event.Event.t list, Luv.Error.t) Result.t =
           (string * Luv.FS_event.Event.t list, Luv.Error.t) result
       is not compatible with type
         (string option * Luv.FS_event.Event.t list, Luv__.Error.t) result 
       Type string is not compatible with type string option 
make: *** [Makefile:81: haxe] Error 1