We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes DDC outputs stack frames in the stack for constructor calls with just "new" and no class information.
Example:
#32 new (http://localhost:46833/dart-sdk/lib/async/stream_controller.dart:880:9)
I expected to always see class attached to a constructor invocation. I implemented a workaround, so this is not urgent.
Steps to reproduce:
cd dev/integration_tests/flutter_gallery
flutter run -d web-server --dart-define=FLUTTER_WEB_USE_SKIA=true
Detailed stack trace (see line 32):
The text was updated successfully, but these errors were encountered:
Dup of #43970
Sorry, something went wrong.
No branches or pull requests
Sometimes DDC outputs stack frames in the stack for constructor calls with just "new" and no class information.
Example:
I expected to always see class attached to a constructor invocation. I implemented a workaround, so this is not urgent.
Steps to reproduce:
cd dev/integration_tests/flutter_gallery
flutter run -d web-server --dart-define=FLUTTER_WEB_USE_SKIA=true
Detailed stack trace (see line 32):
The text was updated successfully, but these errors were encountered: