-
Notifications
You must be signed in to change notification settings - Fork 696
Comparing changes
Open a pull request
base repository: vimeo/psalm
base: 6.6.1
head repository: vimeo/psalm
compare: 6.6.2
- 19 commits
- 19 files changed
- 4 contributors
Commits on Jan 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f4e4dc4 - Browse repository at this point
Copy the full SHA f4e4dc4View commit details
Commits on Jan 27, 2025
-
Fix false positives for UnusedIssueHandlerSuppression
UnusedIssueHandlerSuppression would be emitted for any issue handler rather than just suppressions. For example, this would trigger it, even if it was used: ``` <UndefinedClass errorLevel="info" /> ``` This fixes up an if statement so that the issue is only emitted for `errorLevel="suppress"`.
Evan Shaw committedJan 27, 2025 Configuration menu - View commit details
-
Copy full SHA for e870b67 - Browse repository at this point
Copy the full SHA e870b67View commit details
Commits on Feb 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e481094 - Browse repository at this point
Copy the full SHA e481094View commit details
Commits on Feb 16, 2025
-
Merge pull request #11157 from MoonE/missing-reset-context-inside-gen…
…eral-use Add missing reset of context inside_general_use
Configuration menu - View commit details
-
Copy full SHA for e3fe092 - Browse repository at this point
Copy the full SHA e3fe092View commit details -
Merge pull request #11212 from edsrzf/unused-issue-handler-false-posi…
…tive Fix false positives for UnusedIssueHandlerSuppression
Configuration menu - View commit details
-
Copy full SHA for a322e56 - Browse repository at this point
Copy the full SHA a322e56View commit details -
Merge pull request #11252 from VincentLanglet/nonEmptyString
Fix condition on literal-string
Configuration menu - View commit details
-
Copy full SHA for c8c2ae0 - Browse repository at this point
Copy the full SHA c8c2ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61f6328 - Browse repository at this point
Copy the full SHA 61f6328View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ec8e6 - Browse repository at this point
Copy the full SHA e5ec8e6View commit details -
Allow running generate_testsuites.php from a different dir
Now the script uses its own location as a basis instead of the current working dir.
Configuration menu - View commit details
-
Copy full SHA for 4af423a - Browse repository at this point
Copy the full SHA 4af423aView commit details -
Merge pull request #11291 from MoonE/object-property-types
Object property types
Configuration menu - View commit details
-
Copy full SHA for 87eaaf2 - Browse repository at this point
Copy the full SHA 87eaaf2View commit details -
Merge pull request #11155 from MoonE/generate-testsuites-form-anywhere
Allow running generate_testsuites.php from a different dir
Configuration menu - View commit details
-
Copy full SHA for 77669de - Browse repository at this point
Copy the full SHA 77669deView commit details -
Fix some more tests when running phpunit with args
e.g: ./vendor/bin/phpunit --filter 'Psalm\\Tests\\VariadicTest'
Configuration menu - View commit details
-
Copy full SHA for 41f644a - Browse repository at this point
Copy the full SHA 41f644aView commit details -
Call parent setUpBeforeClaass method instead of duplicating code. Use the VersionUtils class also in AsyncTest instead of hard-coded values.
Configuration menu - View commit details
-
Copy full SHA for e104983 - Browse repository at this point
Copy the full SHA e104983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab652e - Browse repository at this point
Copy the full SHA 4ab652eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ffc49 - Browse repository at this point
Copy the full SHA a3ffc49View commit details -
Merge pull request #11153 from MoonE/fix-variadic-test-when-run-with-…
…args Fix some more tests when running phpunit with args
Configuration menu - View commit details
-
Copy full SHA for d24ebc5 - Browse repository at this point
Copy the full SHA d24ebc5View commit details -
Merge pull request #11152 from MoonE/fix-property-get-coalesce-type
Fix type of property-get with coalesce
Configuration menu - View commit details
-
Copy full SHA for be5dded - Browse repository at this point
Copy the full SHA be5ddedView commit details -
Configuration menu - View commit details
-
Copy full SHA for f99ea06 - Browse repository at this point
Copy the full SHA f99ea06View commit details -
Merge pull request #11293 from VincentLanglet/lowercaseString
Fix condition on lowercase-string
Configuration menu - View commit details
-
Copy full SHA for 5c44c5b - Browse repository at this point
Copy the full SHA 5c44c5bView commit details
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 6.6.1...6.6.2