HaxeFlixel / flixel-ui

GUI library for HaxeFlixel
171 stars 63 forks source link

QUESTION: Haxe Version #273

Closed gamerbross closed 5 months ago

gamerbross commented 5 months ago

I'm planning doing a big pull request that refactors old code and fixes some stuff, do I to keep old haxe versions support or I can just use new features like null safety operators without checking the version

Geokureli commented 5 months ago

Make an issue describing the problems you see and the solutions you have for them. After we discuss them you can make individual PRs to change specific issues. Large PRs swith sweeping changes for various issues rarely get accepted. especially if they contain any "style" changes along with functional ones

but to answer your question we currently support haxe 4.2.5, meaning we do not allow features introduced in 4.3 or higher. if you wanna discuss that, you can add do so, here: https://github.com/HaxeFlixel/flixel/issues/2803

gamerbross commented 5 months ago

ok thx!