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

Don't use the deprecated @:enum abstract. #49

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

qlambert-pro
Copy link
Contributor

I am trying to remove warnings when compiling my project.

@deepnight
Copy link
Owner

Hi!
Thanks for PR fix. However, this lib is a legacy one, which means it's intended to work with older versions of Haxe or libs. Therefore, could you please update the PR to include support of older Haxe versions?

#if haxe4
enum
#else
@:enum
#end
abstract PadKey(Int) {
 // ...
}

@deepnight deepnight self-assigned this Oct 11, 2023
@qlambert-pro
Copy link
Contributor Author

qlambert-pro commented Oct 11, 2023

Done.

@deepnight
Copy link
Owner

Amazing, thank you 🙂

@deepnight deepnight merged commit 3695ffb into deepnight:master Oct 11, 2023
1 check passed
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.

2 participants