Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luv 0.5.13 broke our Windows builds again #11575

Open
Simn opened this issue Feb 13, 2024 · 0 comments
Open

luv 0.5.13 broke our Windows builds again #11575

Simn opened this issue Feb 13, 2024 · 0 comments

Comments

@Simn
Copy link
Member

Simn commented Feb 13, 2024

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
Simn added a commit that referenced this issue Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant