-
Notifications
You must be signed in to change notification settings - Fork 93
Webdev/dwds/dds in aot still not working #2813
Copy link
Copy link
Closed
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failurespackage:webdevtriagedtype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Metadata
Metadata
Assignees
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failurespackage:webdevtriagedtype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Running webdev/dwds in aot mode is still broken!
Here is the next culprit:
https://github.com/dart-lang/sdk/blob/main/pkg/dds/lib/dds_launcher.dart#L88
Seems like this just need to be passed
dartExecutable.Please also consider making an e2e test for running webdev in aot to catch any further issues.
@jyameo @bkonyi @Markzipan