forked from doctrine/common
-
Notifications
You must be signed in to change notification settings - Fork 0
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
ProxyGenerator: Update regex pattern to match simple id getters with custom id type #1
Open
simPod
wants to merge
54
commits into
3.3.x
Choose a base branch
from
id-pattern
base: 3.3.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.
Conversation
This file contains 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
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 3.3.x #1 +/- ##
==========================================
+ Coverage 93.42% 94.38% +0.95%
==========================================
Files 10 10
Lines 654 712 +58
==========================================
+ Hits 611 672 +61
+ Misses 43 40 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
….x_8Xwejl36 Merge release 3.3.1 into 3.4.x
Support new in initializers
It has been removed in 81a028c
The file was added in b4b6403, without a CI command to use it.
There should be no IDE-specific ignore rules. People can and should have global ignore rules for this instead of adding them to each and every project they touch.
…ference Remove external tool references
…sion Remove reference to version file
It should have been removed in 4167060.
Remove reference to submodule
It does not appear to serve any purpose.
The referenced issue is fixed, but the fix is not released yet. However, since the "tests" directory is not currently analyzed, the ignore rule is useless. Also, the rule about ignoring the vendor directory is useless.
Remove useless ignore rule
Remove Ant config
Remove test suite bootstrap file
This should make it easier to use a fuzzy matcher.
Use a shallower tree
Update metadata
Upgrade dependencies
Co-authored-by: Nicolas Grekas <[email protected]>
…efaults Use var_export for scalar default values
Don't allow generating proxies for readonly classes
Test of missing aliases
…dentifier-lazy-load Fix nullable union type identifier lazy load
simPod
force-pushed
the
id-pattern
branch
3 times, most recently
from
April 13, 2023 20:55
3ddda32
to
ad16d6a
Compare
Add phpstan.neon.dist and psalm.xml to .gitattributes
Generate explicit nullable types for proxies
Setup dependabot for Github Actions
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 1.4.0 to 5.0.1. - [Release notes](https://github.com/doctrine/.github/releases) - [Commits](doctrine/.github@1.4.0...5.0.1) --- updated-dependencies: - dependency-name: doctrine/.github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ons/doctrine/dot-github-5.0.1 Bump doctrine/.github from 1.4.0 to 5.0.1
… with custom id type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
doctrine#878