| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
- Add `appName` parameter to `DartDevelopmentService.startDartDevelopmentService`.`DartDevelopmentService` is deprecated and won't be public in the future, so it's not worth documenting this here.
String? appName,You'd need to add this as a parameter to `DartDevelopmentServiceLauncher`, since that's what's used to launch DDS from most tools.
/// The name of the application that is being served by the vm service ifNit: "VM service"
Also, the VM service doesn't serve applications, so this is incorrect. Consider:
"The name of the application associated with the VM service"
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +1 |
- Add `appName` parameter to `DartDevelopmentService.startDartDevelopmentService`.`DartDevelopmentService` is deprecated and won't be public in the future, so it's not worth documenting this here.
Done
String? appName,You'd need to add this as a parameter to `DartDevelopmentServiceLauncher`, since that's what's used to launch DDS from most tools.
Done
/// The name of the application that is being served by the vm service ifNit: "VM service"
Also, the VM service doesn't serve applications, so this is incorrect. Consider:
"The name of the application associated with the VM service"
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
"runtime_precompiled"Should this runtime_precompiled one still be here?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
"create_sdk"Do let me know in general if I should be doing something different.
What I actually want here is for the DTD snapshot to be built, since the DDS tests now will actually launch it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
"create_sdk"Do let me know in general if I should be doing something different.
What I actually want here is for the DTD snapshot to be built, since the DDS tests now will actually launch it.
We almost certainly don't want to do this since it'll increase build times and actually isn't going to generate the right binaries for these builders (e.g., `run_vm_tests` isn't created by `create_sdk`).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
"create_sdk"Ben KonyiDo let me know in general if I should be doing something different.
What I actually want here is for the DTD snapshot to be built, since the DDS tests now will actually launch it.
We almost certainly don't want to do this since it'll increase build times and actually isn't going to generate the right binaries for these builders (e.g., `run_vm_tests` isn't created by `create_sdk`).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |