You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling with the current compiler fails with the following messages
src/FunctionMalloc.hx:10: characters 3-30 : Warning : Structures with new are deprecated, use haxe.Constraints.Constructible instead
src/FunctionMalloc.hx:14: characters 3-49 : Warning : Structures with new are deprecated, use haxe.Constraints.Constructible instead
src/FunctionMalloc.hx:18: characters 3-51 : Warning : Structures with new are deprecated, use haxe.Constraints.Constructible instead
src/decode/Transforms.hx:140: character 22 : Invalid escape sequence \x. Values greater than \x7f are not allowed. Use \u00c2 instead.
Any help or updates?
The text was updated successfully, but these errors were encountered:
I'd like to see what Haxe 4.x produces, but I'm not sure I have the inclination to dig into it. In the code produced by 3.x it's not easy to see where Haxe ends and where Brotli begins - and there are some places where I wonder if generics would have been useful.
Compiling with the current compiler fails with the following messages
Any help or updates?
The text was updated successfully, but these errors were encountered: