-
-
Notifications
You must be signed in to change notification settings - Fork 946
Comparing changes
Open a pull request
base repository: phpstan/phpstan
base: 0.12.10
head repository: phpstan/phpstan
compare: 0.12.11
- 19 commits
- 7 files changed
- 1 contributor
Commits on Feb 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 64a79c3 - Browse repository at this point
Copy the full SHA 64a79c3View commit details
Commits on Feb 14, 2020
-
Updated PHPStan to commit 54eb9ce
phpstan/phpstan-src@54eb9ce Try fixing Windows "child process error" issue
Configuration menu - View commit details
-
Copy full SHA for 2f226f0 - Browse repository at this point
Copy the full SHA 2f226f0View commit details -
Updated PHPStan to commit bb56211
phpstan/phpstan-src@85683bb CI - run PHPStan on Windows phpstan/phpstan-src@96d8202 Do not use recursive mkdir() - it's not thread-safe phpstan/phpstan-src@e50b31a Revert "Enhancement: Use ergebnis/composer-root-version-action" phpstan/phpstan-src@656ac49 setup-php - install mbstring phpstan/phpstan-src@6c55f6a Passing memory limit the right way phpstan/phpstan-src@3ffae98 CI - run tests on Windows and allow failures phpstan/phpstan-src@a1f9597 Newer actions/cache version phpstan/phpstan-src@bb56211 Different way of allowing a failure for tests on Windows
Configuration menu - View commit details
-
Copy full SHA for e45361e - Browse repository at this point
Copy the full SHA e45361eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a4c75 - Browse repository at this point
Copy the full SHA a9a4c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d70731 - Browse repository at this point
Copy the full SHA 6d70731View commit details -
Updated PHPStan to commit 0464d0f
phpstan/phpstan-src@ed0b3a8 Fix phpstan/phpstan-src@0464d0f Fix Hoa prefixing
Configuration menu - View commit details
-
Copy full SHA for 6370b07 - Browse repository at this point
Copy the full SHA 6370b07View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8636e7 - Browse repository at this point
Copy the full SHA c8636e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f3c0df - Browse repository at this point
Copy the full SHA 4f3c0dfView commit details
Commits on Feb 15, 2020
-
Updated PHPStan to commit 0a5cd64
phpstan/phpstan-src@0a5cd64 Fixed running parallel analysis via shortcut command
Configuration menu - View commit details
-
Copy full SHA for cf596b9 - Browse repository at this point
Copy the full SHA cf596b9View commit details -
Updated PHPStan to commit bc5c80a
phpstan/phpstan-src@2905d86 Use php -d memory_limit=X for worker processes phpstan/phpstan-src@bc5c80a Revert "Passing memory limit the right way"
Configuration menu - View commit details
-
Copy full SHA for 7a4d112 - Browse repository at this point
Copy the full SHA 7a4d112View commit details -
Updated PHPStan to commit ebe779c
phpstan/phpstan-src@ebe779c Parallel - process timeout made configurable
Configuration menu - View commit details
-
Copy full SHA for d63ecb4 - Browse repository at this point
Copy the full SHA d63ecb4View commit details -
Updated PHPStan to commit a293802
phpstan/phpstan-src@a293802 Fix return type of fpassthru()
Configuration menu - View commit details
-
Copy full SHA for 0a4243e - Browse repository at this point
Copy the full SHA 0a4243eView commit details
Commits on Feb 16, 2020
-
Updated PHPStan to commit 16b2d72
phpstan/phpstan-src@e8bb833 StubPhpDocProvider - cannot cache methods because of varying $positionalParameterNames phpstan/phpstan-src@16b2d72 Fixed potential cache issue
Configuration menu - View commit details
-
Copy full SHA for 144eb80 - Browse repository at this point
Copy the full SHA 144eb80View commit details -
Updated PHPStan to commit 71bda09
phpstan/phpstan-src@a98b908 SchedulerTest - easier assert phpstan/phpstan-src@71bda09 Scheduler - configurable maximum number of processes (threads to use)
Configuration menu - View commit details
-
Copy full SHA for af17c47 - Browse repository at this point
Copy the full SHA af17c47View commit details -
Updated PHPStan to commit 7e28fb8
phpstan/phpstan-src@7e28fb8 Scheduler - configurable minimum number of jobs per process
Configuration menu - View commit details
-
Copy full SHA for d707790 - Browse repository at this point
Copy the full SHA d707790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a90d78 - Browse repository at this point
Copy the full SHA 0a90d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for c39b628 - Browse repository at this point
Copy the full SHA c39b628View commit details -
Updated PHPStan to commit cbd06eb
phpstan/phpstan-src@cbd06eb Compiler tests moved to GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 83a2873 - Browse repository at this point
Copy the full SHA 83a2873View commit details -
phpstan/phpstan-src@765cef4 Fix: Remove workflow phpstan/phpstan-src@3e92394 Fix: Set COMPOSER_ROOT_VERSION environment variable phpstan/phpstan-src@d1452fb Enhancement: Use ergebnis/composer-root-version-action phpstan/phpstan-src@d5348d7 NeonAdapter: throw more meaningful error which contains the filename phpstan/phpstan-src@d9c7365 Moved manual including of Composer's autoload.files to phpstan-dist bootstrap phpstan/phpstan-src@775aee8 Revert "Moved manual including of Composer's autoload.files to phpstan-dist bootstrap" phpstan/phpstan-src@c0cb3a6 Use AutoloadSourceLocator to see existing classes in memory for static reflection phpstan/phpstan-src@9c773cd Fix build phpstan/phpstan-src@21da33f Fix build phpstan/phpstan-src@bdea059 Add support for iterator_to_array() phpstan/phpstan-src@089d24a Add Vector::map() phpstan/phpstan-src@e39baa7 Scheduler - moved jobSize to constructor phpstan/phpstan-src@cedc99f Fix traits issue in parallel analysis phpstan/phpstan-src@58135c0 Debuggable mkdir() phpstan/phpstan-src@cb13ded Debug child process error phpstan/phpstan-src@cf05c26 {Inc,dec}rement operators did not change type of union of int ranges phpstan/phpstan-src@2c5ca8d Try solve mkdir() concurrent issue phpstan/phpstan-src@5152086 Our own RobotLoader fork phpstan/phpstan-src@b0596e7 Ignore RobotLoader::saveCache() issue on Windows phpstan/phpstan-src@63de866 Fixed build phpstan/phpstan-src@0a19bdb Fixed --memory-limit=-1 for parallel analysis phpstan/phpstan-src@1ea1a96 Do not warn about unreadable /proc/cpuinfo phpstan/phpstan-src@f83240f Fixed methods caching issue because of same cache key for implicit/explicit mixed phpstan/phpstan-src@199ca67 Revert "Our own RobotLoader fork" This reverts commit b0596e7. phpstan/phpstan-src@f01b5e1 Use dev version of RobotLoader that uses file locking phpstan/phpstan-src@769669d FileCacheStorage - ignore concurrent save issues on Windows phpstan/phpstan-src@54eb9ce Try fixing Windows "child process error" issue phpstan/phpstan-src@85683bb CI - run PHPStan on Windows phpstan/phpstan-src@96d8202 Do not use recursive mkdir() - it's not thread-safe phpstan/phpstan-src@e50b31a Revert "Enhancement: Use ergebnis/composer-root-version-action" phpstan/phpstan-src@656ac49 setup-php - install mbstring phpstan/phpstan-src@6c55f6a Passing memory limit the right way phpstan/phpstan-src@3ffae98 CI - run tests on Windows and allow failures phpstan/phpstan-src@a1f9597 Newer actions/cache version phpstan/phpstan-src@bb56211 Different way of allowing a failure for tests on Windows phpstan/phpstan-src@6d4f708 Fix build phpstan/phpstan-src@34769d6 Fix build phpstan/phpstan-src@ed0b3a8 Fix phpstan/phpstan-src@0464d0f Fix Hoa prefixing phpstan/phpstan-src@0a5cd64 Fixed running parallel analysis via shortcut command phpstan/phpstan-src@2905d86 Use php -d memory_limit=X for worker processes phpstan/phpstan-src@bc5c80a Revert "Passing memory limit the right way" phpstan/phpstan-src@ebe779c Parallel - process timeout made configurable phpstan/phpstan-src@a293802 Fix return type of fpassthru() phpstan/phpstan-src@e8bb833 StubPhpDocProvider - cannot cache methods because of varying $positionalParameterNames phpstan/phpstan-src@16b2d72 Fixed potential cache issue phpstan/phpstan-src@a98b908 SchedulerTest - easier assert phpstan/phpstan-src@71bda09 Scheduler - configurable maximum number of processes (threads to use) phpstan/phpstan-src@7e28fb8 Scheduler - configurable minimum number of jobs per process phpstan/phpstan-src@cbd06eb Compiler tests moved to GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for ca5f2b7 - Browse repository at this point
Copy the full SHA ca5f2b7View 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 0.12.10...0.12.11