Uh oh!
There was an error while loading. Please reload this page.
Use own psalm instead of a global one - #23401
Conversation
95a4445 to
5d3808cCompare| "require-dev": { | ||
| "nextcloud/coding-standard": "^0.3.0", | ||
| "psalm/phar": "^3.12" | ||
| "vimeo/psalm": "^3.17" |
There was a problem hiding this comment.
An advantage of the phar version is less troubles with dependencies (in lib/composer)
There was a problem hiding this comment.
It is indeed. But so far there are no conflicts so I'd use the "real" one as long as possible 😉
There was a problem hiding this comment.
Good ;) We install a lot of dependencies (like symfony/console) which are already part of 3rdparty. But lib/composer is ignored so this should work.
I would suggest to migrate the composer dev-dependencies to phive (https://phar.io/) at some point. That's more convenient to setup.
5d3808c to
bcd8a91CompareMorrisJobke
commented
Oct 13, 2020
Both are merged ✅ |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
bcd8a91 to
081e9acCompare🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 34094: failuremysql8.0-php7.4
|
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
MorrisJobke
commented
Oct 15, 2020
Backport to stable20? It started failing in https://github.com/nextcloud/server/pull/23466/checks?check_run_id=1258325103 😢 |
MorrisJobke
commented
Oct 15, 2020
I'm also fine with adding more stuff to the baseline in stable20, but it should not fail. |
MorrisJobke
commented
Oct 15, 2020
/backport to stable20 |
ChristophWurst
commented
Oct 15, 2020
/backport to stable20 |
Our CI used a global psalm and not one we install via composer. Hence this is waiting for random CI failure when the one in the docker image updates. We should have control over the version and use Dependabot for updates to make the manageable.