-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add tip for filing bug on Dartium #1865
Comments
Do you have a good example of such a bug? It'd be nice to be able to point to one. |
This comment was originally written by antonm@google.com This one---http://code.google.com/p/dart/issues/detail?id=1877---is one of the best bug reports--clear, detailed, self-contained. |
Thanks, Anton, that helps. Since these bugs go in the Dart issue tracker (not Chromium), would it be possible to have a Dartium template? |
This comment was originally written by antonm@google.com Absolutely if our bug system supports it. I think the bug I cited might be a very good starting point. Do you know how to add a template? |
I've never done it, but it seems straightforward. A project owner goes to the Administer tab, clicks Issue Tracking, and then sets up the template somehow under "New issue templates". |
This comment was originally written by antonm@google.com Sorry, got lost of this one. May I ask to create a template, Kathy? If not, just le me know and I'll do it myself. |
Sure, I'll create the template. |
How about something like this: ============ What is the expected output? What do you see instead? In Dartium, enter chrome://version and paste the results here. Put OS and machine details here. Please provide any additional information below. Is that sufficient, or is there anything else you need on every Dartium bug? |
Ivan has created the template, and I'll link to it from the Dartium page. Added Started label. |
Fixed: http://www.dartlang.org/dartium/#bug Added Fixed label. |
This issue has been moved to Github as part of a migration. Please use the Issue on Github going forward: https://github.com/dart-lang/dartlang.org/issues |
Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/9ed196f..29a1bbf): 29a1bbf8 2023-01-04 Sam Rawlins Migrate documentation_comment_test to be reflective (#3288) string_scanner (https://github.com/dart-lang/string_scanner/compare/6ddab2c..c58618d): c58618d 2023-01-06 dependabot[bot] Bump actions/checkout from 3.2.0 to 3.3.0 (#52) webdev (https://github.com/dart-lang/webdev/compare/8795ca5..49f97b8): 49f97b8 2023-01-06 Parker Lougheed Replace deprecated implicit-casts option with strict-casts option (#1863) 940c0ee 2023-01-06 Elliott Brooks (she/her) Set a debug key for the injected client and Dart Debug Extension SSE clients (#1872) ae3e2ea 2023-01-06 Elliott Brooks (she/her) [MV3] Dart Debug Extension supports cross-extension communication with AngularDart DevTools (#1866) 0662af9 2023-01-06 Anna Gringauze Fix error message on dds failure2 (#1865) 4f62035 2023-01-06 Elliott Brooks (she/her) Can launch embedded Dart Debugger & Flutter Inspector (#1829) 36fa973 2023-01-05 Elliott Brooks (she/her) Refactor `TestContext` constructor for clarity (#1844) 57776a0 2023-01-04 Elliott Brooks (she/her) Use latest version of `package:sse` in the MV3 Debug Extension (#1859) Change-Id: Ib97239b4f453238572dcccb9a0f81e4f1e969a04 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278683 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Auto-Submit: Devon Carew <devoncarew@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Let's add a quick tip for filing Dartium bugs. Something that mentions going to about:version and capturing the contents, especially the Dart VM version.
Let's add this to the Dartium page.
The text was updated successfully, but these errors were encountered: