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

Haxe 4.2.3 #7

Open
paulushub opened this issue Sep 26, 2021 · 3 comments
Open

Haxe 4.2.3 #7

paulushub opened this issue Sep 26, 2021 · 3 comments

Comments

@paulushub
Copy link

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?

@barisyild
Copy link

I think the optimization of this port is not very good, I'm sure that if haxe.io.Bytes is used, it will give very good results on every platform.

@HughPH
Copy link

HughPH commented May 28, 2024

Compiling to C# with 4.2.3 it just tells me:

Type not found : Main

@HughPH
Copy link

HughPH commented May 28, 2024

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.

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

3 participants