-
Notifications
You must be signed in to change notification settings - Fork 3
Convert to PHP 8.2+ with native attributes and remove annotation dependencies #124
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
Open
koriym
wants to merge
10
commits into
ray-di:1.x
Choose a base branch
from
koriym:php82
base: 1.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
28793f7
Use native PHP 8 reflection for attribute reading in InjectionPoint
koriym cf93d59
Convert test fixtures from annotations to attributes for PHP 8.2 comp…
koriym 4d809e5
Update CI to test PHP 8.2+ only
koriym 9329fb1
Whitelist deprecated annotation symbols for ComposerRequireChecker
koriym 1f4a755
Add test coverage for InjectionPoint qualifier attribute reading
koriym 16bee8f
Update PHP version requirement to 8.2+
koriym b1308a2
Add codeCoverageIgnore to autoloader callback in CompiledInjector
koriym 073f243
Update vendor-bin/tools dependencies
koriym c266e23
Remove abandoned dependencies for PHP 8.2
koriym 1c4483d
Remove koriym/printo and update PHPUnit requirement
koriym File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🧩 Analysis chain
Critical: Pipeline failure — unknown symbol
Koriym\Printo\Printo.ComposerRequireChecker reports
Koriym\Printo\Printoas an unknown symbol, indicating thatkoriym/printowas removed from the dependencies but is still used somewhere in the codebase. This is a blocker that prevents the build from passing.Run the following script to identify where
Koriym\Printo\Printois referenced:Expected results:
koriym/printoback torequireif still needed, or🏁 Script executed:
Length of output: 560
Add
Koriym\Printo\Printoto the symbol-whitelist incomposer-require-checker.json.ComposerRequireChecker uses
composer-require-checker.jsonby default, and symbols can be whitelisted via thesymbol-whitelistconfiguration. Printo is used only insrc-deprecated/GraphDumper.php, which contains deprecated code. Per the project's deprecation policy, add"Koriym\\Printo\\Printo"to thesymbol-whitelistarray to allow this deprecated code to remain without requiring the removed dependency.🤖 Prompt for AI Agents