-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Crash] Could not get class storage for static #3801
Comments
Are you able to reproduce the error in a separate repo? I wasn't, at least not with that specific line. Also does the error persist if you disable the laravel plugin (and if so, what's the stack trace you get?) |
I disabled the laravel plugin --
|
Another weird thing is it is passing on my CI, but not locally with the same deps 🤔 💭 |
So does it occur if you just run on that single file? |
Yeah, it does. Let me see if i can strip it down and push to a repo to reproduce |
I'm still working on getting a minimal repro up -- I can get a file to fail in my local codebase but cannot get it to fail when i extract the file out into its own codebase. Something else in my codebase must be having a side effect, but equally confusing that my CI passes |
I finally tracked this down to https://github.com/mr-feek/repro-carbon-psalm-issue and |
I tried removing
|
When I debug by line, it dies at this line
Anything else I can do to help narrow it down?
The text was updated successfully, but these errors were encountered: