kkmuffme

Results 280 comments of kkmuffme

Ok good, you need to create a psalm.xml and commit it to the repo so we get some consistency and also fix the errors above Check psalm's own (I think...

@paulshryock fyi all the "internal" errors you don't need to fix - in fact I suggest do suppress them via the psalm config file, as they're caused by the plugin's...

Any approx ETA for this?

@paulshryock take your time, there's no rush. I released it like it is now to gather some more feedback and so we're more easily able to distinguish between bugs in...

@zhuizhuhaomeng will there be support for rhel 9 added too? (https://github.com/openresty/openresty/issues/857)

afaik positive-int is being deprecated, should be `int` where you use that in a union with 0

Can you please describe what the issue is in a short text ?

Happens because psalm does not store all evaluations but only variables. I don't think this will ever get fixed, especially since you can just assign `$k = $key ?? '';`...

~~Failing test is bc of an issue already fixed in https://github.com/vimeo/psalm/pull/10941 - once that's merged, I will rebase this PR~~ Done