HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit

Home Page:https://haxe.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

luv 0.5.13 broke our Windows builds again

Simn opened this issue · comments

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