-
Notifications
You must be signed in to change notification settings - Fork 23
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
Vector3 is now immutable #90
Conversation
This requires a PHP 8.2 minimum |
Yes but pocketmine now support PHP 8.2 |
Supporting 8.2 != minimum 8.2 |
When pocketmine will oblige PHP 8.2? |
Not before PM6. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is doing a ton of unnecessary changes
may be add in this pr immutable for Vector2, AABB... because the changes of this pr is light |
No. Making a PR 101: Do not do multiple changes at once. |
ok |
You need to drop PHP 8.1 from composer.json and GitHub Actions |
Like this ? |
Yep |
Complete #88 just for Vector3