-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
Move List to haxe.ds.List #6610
Conversation
Seems to me that the question what to do with |
Right, Lambda... How about this:
|
Also: I totally forgot about haxelib... oh man |
Added PR in haxelib |
Nice, thanks! ... so how do we CI this properly? Or should I just merge both and hope for the best? |
Run on your machine? 😀 |
There's a bit of a problem in this case, which depends on the class name on quite a few platforms: https://github.com/HaxeFoundation/haxe/blob/development/std/haxe/Serializer.hx#L291 I guess matching against "haxe.ds.List" would work just fine. |
Merged both PRs, let's see how it goes... and thanks! |
And you will have to update the haxelib ref |
Right, done! |
#6586