Bruce Weirdan

Results 36 issues of Bruce Weirdan

For me it is still crashing but it seem to fix one problem. As pointing out [above](https://github.com/vimeo/psalm/issues/10706#issuecomment-1945865545) I had the problem already since at least 5.21.1. With your branch I...

bug
parser
causes crash
needs reproducer

```console $ vendor/bin/phpunit -d memory_limit=-1 tests/Cache/CacheTest.php PHPUnit 9.6.16 by Sebastian Bergmann and contributors. Random Seed: 1708301269 Cannot locate memory_limit=-1 ``` I believe this is caused by one of the changes...

bug
CI

# Steps to reproduce * `git clone [email protected]:weirdan/psalm-bug-PropertyNotSetInConstructor-with-stub.git` * `cd psalm-bug-PropertyNotSetInConstructor-with-stub` * `composer install` * `vendor/bin/psalm --no-cache` # Expected No issues. Stub with constructor body, without constructor body and without...

bug
needs reproducer

https://psalm.dev/r/73cab7cf3f

bug
first class callable

This removes files/dirs listed in `.gitattributes` from the distributed package.

### Did you check the docs? - [X] I have read all the neoconf.nvim docs ### Is your feature request related to a problem? Please describe. I have a need...

enhancement

Native password_verify() **does** accept old insecure DES hashes (https://3v4l.org/hKl4X). This pull request re-enables verifying (but not creating) them.

This should be pretty easy to do, since PHPUnit does support *.phpt format. All that is needed is to copy them from php-src and add ``` --INI-- auto_prepend_file=lib/password.php ``` to...

This is fine on `5.x`, but it doesn't work on `master`: https://psalm.dev/r/3a4e97147a

bug
templates

- **Use wider class-string when combining class strings with intersections** - **Forbid named arguments for ArrayAcccess methods** - **Allow more callable types as subtypes of `callable`** - **Don't crash on...

release:internal