-
-
Notifications
You must be signed in to change notification settings - Fork 76
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: symfony/serializer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.0-RC1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/serializer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 6 files changed
- 6 contributors
Commits on Nov 14, 2024
-
prevent failures around not existing TypeInfo classes
Having a getType() method on an extractor is not enough. Such a method may exist to be forward-compatible with the TypeInfo component. We still must not call it if the TypeInfo component is not installed to prevent running into errors for not-defined classes when the TypeInfo component is not installed.
Configuration menu - View commit details
-
Copy full SHA for c210d2b - Browse repository at this point
Copy the full SHA c210d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7afcfbb - Browse repository at this point
Copy the full SHA 7afcfbbView commit details -
bug #58870 [Serializer][Validator] prevent failures around not existi…
…ng TypeInfo classes (xabbuh) This PR was merged into the 7.1 branch. Discussion ---------- [Serializer][Validator] prevent failures around not existing TypeInfo classes | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Having a `getType()` method on an extractor is not enough. Such a method may exist to be forward-compatible with the TypeInfo component. We still must not call it if the TypeInfo component is not installed to prevent running into errors for not-defined classes when the TypeInfo component is not installed. Commits ------- 386453ee77b prevent failures around not existing TypeInfo classes
Configuration menu - View commit details
-
Copy full SHA for 39ec8be - Browse repository at this point
Copy the full SHA 39ec8beView commit details -
* 7.1: Removed body size limit prevent failures around not existing TypeInfo classes fix version check to include dev versions
Configuration menu - View commit details
-
Copy full SHA for 6a16000 - Browse repository at this point
Copy the full SHA 6a16000View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fff3ab - Browse repository at this point
Copy the full SHA 5fff3abView commit details
Commits on Nov 23, 2024
-
Signed-off-by: wanxiangchwng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81f032d - Browse repository at this point
Copy the full SHA 81f032dView commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9a49af - Browse repository at this point
Copy the full SHA c9a49afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5ed9f - Browse repository at this point
Copy the full SHA 3f5ed9fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.2.0-RC1...v7.2.0