-
-
Notifications
You must be signed in to change notification settings - Fork 657
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
Using not found/more limited in Haxe4 #8890
Comments
Sad I used this a lot it's kind of like a feature in Nim. Is there anyway to get hold of haxe4 with the webgl fix applied for mac ( more recent then v5 ), as I probably should check all my git stuff, most of my code does not break much with haxe changes but think haxe4 is going to break a lot of my stuff :( I set up dune and updated to opam 2 but seemed to not find extc ( or similar ) was not really sure on the workflow. I looked on s3 for builds but did not find any way to get to the automatic generated ones. Anyone got very recent nightly mac build I can download? |
Nightly builds are hosted here: https://build.haxe.org/builds/haxe/ |
@ncannasse this is breaking libraries updated by the most professional Haxer's even when the libraries have unit tests - libraries which I thought would be tested against prior to a release, I think this is a regression in usability so I feel I should flag my concern, certainly I will now avoid using completely in my own code, perhaps using should be removed from Haxe? |
I also find I admit, though, that the usage of static extensions over |
Ironically, you can blame the author of tink.pure.List for that: #5924 And me of course. |
One way would be to still allow using on |
Let's not do that, we broke this for a reason. It's a fringe feature which nobody even knew about and which could lead to wacky resolution in some cases. There's also no Haxe 3/4 compatibility problem here because it can be completely fixed by using an explicit |
Using does not seem to work as well in Haxe4, perhaps it's intentional but reporting incase it's relevant.
Specifically this case breaks see try Haxe:
http://try-haxe.mrcdk.com/#De813
This use case was adapted from divtastic3 so has been working fine this way for many years within Haxe with many releases since Using was added to Haxe, please clarify if this change is intentional. Many Thanks.
The text was updated successfully, but these errors were encountered: