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

Handle haxe 4.0.0 rc4 for other BuddySuite functions #81

Merged
merged 1 commit into from Sep 9, 2019

Conversation

kLabz
Copy link
Contributor

@kLabz kLabz commented Sep 9, 2019

Following #80, this fixes the other similar cases.

The issue is due to haxe 4.0.0 rc4 breaking change on function AST, with which pattern matching cannot be use with reification to match both function() {} and () -> {}.

Current fix is ugly.. another way to do that would be to stop using function reification in pattern matching.

@ciscoheat ciscoheat merged commit dbdb06c into ciscoheat:master Sep 9, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants