-
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
Run Dartium/Chromium in checked/debug mode WITHOUT using DartEditor #3381
Comments
This comment was originally written by alexander.orlov@loxal.net Discussion reference: https://groups.google.com/a/dartlang.org/forum/#!topic/misc/Vxdu2foprhU |
This comment was originally written by antonm@google.com Alexander, what is outdated? Set owner to antonm@google.com. |
This comment was originally written by alexander.orlov@loxal.net Tried it on my machine at home and it worked without any problems. Something must be wrong on my other machine... You can dismiss this bug. |
This comment was originally written by antonm@google.com Added Invalid label. |
Changes: ``` > git log --format="%C(auto) %h %s" a3a102a..a949b32 https://dart.googlesource.com/pub.git/+/a949b329 Fix handling of 'git@github.com:dart-lang/pub.git' style urls in git source (#3381) https://dart.googlesource.com/pub.git/+/c6cd3758 Always use forward slash for relative paths in lockfile (#3379) https://dart.googlesource.com/pub.git/+/7d48f902 Remove unused function (#3370) https://dart.googlesource.com/pub.git/+/b1373d4c Fix import prefix (#3369) ``` Diff: https://dart.googlesource.com/pub.git/+/a3a102a549388a6dbfecc9252fabb618f9a2f5f7~..a949b329b1b51f5f3973a790e0a0a45897d837de/ A bunch of bugfixes. Change-Id: I1f791cad27194359091f489f36dcc3ad2b78bb31 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240052 Reviewed-by: Jonas Jensen <jonasfj@google.com> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Changes: ``` > git log --format="%C(auto) %h %s" a3a102a..a949b32 https://dart.googlesource.com/pub.git/+/a949b329 Fix handling of 'git@github.com:dart-lang/pub.git' style urls in git source (#3381) https://dart.googlesource.com/pub.git/+/c6cd3758 Always use forward slash for relative paths in lockfile (#3379) https://dart.googlesource.com/pub.git/+/7d48f902 Remove unused function (#3370) https://dart.googlesource.com/pub.git/+/b1373d4c Fix import prefix (#3369) ``` Diff: https://dart.googlesource.com/pub.git/+/a3a102a549388a6dbfecc9252fabb618f9a2f5f7~..a949b329b1b51f5f3973a790e0a0a45897d837de/ A bunch of bugfixes. Change-Id: I1f791cad27194359091f489f36dcc3ad2b78bb31 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240052 Reviewed-by: Jonas Jensen <jonasfj@google.com> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
This issue was originally filed by alexander.orlov@loxal.net
The explanation on http://www.dartlang.org/dartium/ is completely wrong or outdated — at least for the Mac.
E.g. the DART_FLAGS should follow the executable not precede it... but it doesn't work anyway.
The text was updated successfully, but these errors were encountered: