Alexander Pravdin

Results 119 comments of Alexander Pravdin

I just faced the same issue right after the previous one: ```none [14:06:04.500] WSLGd: Run:108: pid 11246 terminated with signal 7, /usr/bin/sh -c /usr/bin/weston --backend=rdp-backend.so --modules=wslgd-notify.so --xwayland --socket=wayland-0 --shell=rdprail-shell.so --log=/mnt/wslg/weston.log...

@hideyukn88 unfortunately I have no the dump anymore... Did you check both feedbacks? I've created two of them.

@hideyukn88 Just faced this issue again at 19:47 `stderr.log`: ```none [14:01:34.905] WSLGd: Run:108: pid 710 exited with status 0, /init /mnt/c/Program Files/WSL/msrdc.exe msrdc.exe /v:B76ECA63-3AB9-47EE-80B5-9E3798287035 /hvsocketserviceid:AEC83DB0-FACB-11E6-BD58-64006A7986D3 /silent /wslg /plugin:WSLDVC_PACKAGE /wslgsharedmemorypath:WSL\B76ECA63-3AB9-47EE-80B5-9E3798287035\wslg C:\Program...

@ben29 It'll be a breaking change, so I would prefer to let maintainers decide.

The error is valid for the class that directly uses the trait. But ancestor classes CAN override the value. Here is a reference: https://lindevs.com/use-constants-in-traits-in-php-8-2 > Overriding trait constants is not...

I would also suggest introducing a CLI parameter that will allow ignoring non-ignorable errors. Who knows where a PHPStan bug that breaks everything will pop up?