-
Notifications
You must be signed in to change notification settings - Fork 323
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
Conversion of UnresolvedConstructor
to real constructor isn't instrumented
#9381
Comments
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-19): Progress: - debugging autoscoped constructors
Next Day: On vacation |
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-20): Progress: - Better location for
Next Day: On vacation
|
Jaroslav Tulach reports a new STANDUP for the last Friday (2024-03-22): Progress: - investigated
Next Day: Catch up after vacation |
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-25): Progress: - downloading bug: #9527
Next Day: Polish FQN vs. imports PR
|
Some instrumentation messages get to language server, but then they get swallowed. @4e6, can you please take a look and evaluate? Thank you. Feel free to reassign back when more work in engine is needed. |
Jaroslav Tulach reports a new STANDUP for yesterday (2024-03-26): Progress: - FQNs
Next Day: Integrate FQN vs. imports PR
|
So far reproduces and later will fix #9381.
As pointed by Dmitry at
#9293 (comment)
The invocation that turns autoscoped constructor into real constructor is not instrumented. As such it cannot be observed by the IDE.
The text was updated successfully, but these errors were encountered: