-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Fix compatibility with PHP 8 after "Treat namespaced names as single token" RFC #229
Comments
Merged, thanks |
dg
pushed a commit
that referenced
this issue
Jul 30, 2020
dg
pushed a commit
that referenced
this issue
Jul 30, 2020
dg
pushed a commit
that referenced
this issue
Jul 30, 2020
dg
pushed a commit
that referenced
this issue
Jul 31, 2020
dg
pushed a commit
that referenced
this issue
Aug 3, 2020
dg
pushed a commit
that referenced
this issue
Nov 5, 2020
dg
pushed a commit
that referenced
this issue
Nov 5, 2020
dg
pushed a commit
that referenced
this issue
Nov 5, 2020
dg
pushed a commit
that referenced
this issue
Nov 5, 2020
dg
pushed a commit
that referenced
this issue
Nov 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: nette/utils master on PHP 8 nightly
This RFC breaks Reflection class: https://wiki.php.net/rfc/namespaced_names_as_token
This is how the tests fail: https://github.com/ondrejmirtes/utils/runs/924516761?check_suite_focus=true#step:5:54
This is a proof-of-concept fix: ondrejmirtes@e55a8da
I'd send a PR but there are other build failures I'm not sure how you want fixed. Feel free to check out my branch: https://github.com/ondrejmirtes/utils/commits/php-8
The text was updated successfully, but these errors were encountered: