Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Issue 1383673003: Fletch 0.1.0 documentation (Closed)

Created:
5 years, 2 months ago by mit
Modified:
4 years, 4 months ago
Reviewers:
wibling, fletch+reviews, Søren Gjesse, zerny-google, kasperl
Base URL:
https://github.com/dart-lang/fletch.git@gh-pages
Target Ref:
refs/heads/gh-pages
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 84

Patch Set 2 : Incorporated feedback #

Total comments: 4

Patch Set 3 : Fix SDK URLs #

Total comments: 8

Patch Set 4 : tool.md feedback changes #

Patch Set 5 : Fix link per Ian's feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+555 lines, -4 lines) Patch
M _layouts/page.html View 1 1 chunk +6 lines, -3 lines 0 comments Download
A faq.md View 1 1 chunk +35 lines, -0 lines 0 comments Download
A feedback.md View 1 1 chunk +16 lines, -0 lines 0 comments Download
M index.md View 1 2 3 4 1 chunk +185 lines, -1 line 0 comments Download
A samples.md View 1 1 chunk +239 lines, -0 lines 0 comments Download
A tool.md View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
mit
5 years, 2 months ago (2015-10-05 14:47:37 UTC) #2
kasperl
https://codereview.chromium.org/1383673003/diff/1/_layouts/page.html File _layouts/page.html (right): https://codereview.chromium.org/1383673003/diff/1/_layouts/page.html#newcode29 _layouts/page.html:29: <p class="header">Fast, flexible, and productive</p> I'd suggest "Fast, flexible, ...
5 years, 2 months ago (2015-10-05 14:49:39 UTC) #4
kasperl
https://codereview.chromium.org/1383673003/diff/1/feedback.md File feedback.md (right): https://codereview.chromium.org/1383673003/diff/1/feedback.md#newcode8 feedback.md:8: Fletch is still in it’s infancy, so we would ...
5 years, 2 months ago (2015-10-05 14:52:55 UTC) #5
wibling
LGTM. I have a few nits below for you to do with as you please ...
5 years, 2 months ago (2015-10-05 15:20:00 UTC) #7
Søren Gjesse
lgtm, with comments https://codereview.chromium.org/1383673003/diff/1/faq.md File faq.md (right): https://codereview.chromium.org/1383673003/diff/1/faq.md#newcode17 faq.md:17: development for devices. It is powered ...
5 years, 2 months ago (2015-10-05 16:19:51 UTC) #9
mit
https://codereview.chromium.org/1383673003/diff/1/_layouts/page.html File _layouts/page.html (right): https://codereview.chromium.org/1383673003/diff/1/_layouts/page.html#newcode29 _layouts/page.html:29: <p class="header">Fast, flexible, and productive</p> On 2015/10/05 14:49:39, kasperl ...
5 years, 2 months ago (2015-10-05 17:51:39 UTC) #10
Søren Gjesse
LGTM, with a few additional comments on tool.md. https://codereview.chromium.org/1383673003/diff/1/samples.md File samples.md (right): https://codereview.chromium.org/1383673003/diff/1/samples.md#newcode32 samples.md:32: pi.leds.activityLED.setMode(OnboardLEDMode.gpio); ...
5 years, 2 months ago (2015-10-05 18:28:01 UTC) #11
Søren Gjesse
LGTM, with a few additional comments on tool.md.
5 years, 2 months ago (2015-10-05 18:28:03 UTC) #12
mit
tool.md feedback incorporated in patchset 4 https://codereview.chromium.org/1383673003/diff/40001/tool.md File tool.md (right): https://codereview.chromium.org/1383673003/diff/40001/tool.md#newcode17 tool.md:17: the tool default ...
5 years, 2 months ago (2015-10-05 20:02:49 UTC) #13
zerny-google
dbc https://codereview.chromium.org/1383673003/diff/20001/index.md File index.md (right): https://codereview.chromium.org/1383673003/diff/20001/index.md#newcode166 index.md:166: fletch run ./samples/general/hello.dart in session remote Generally I'd ...
5 years, 2 months ago (2015-10-05 20:02:53 UTC) #15
mit
https://codereview.chromium.org/1383673003/diff/20001/index.md File index.md (right): https://codereview.chromium.org/1383673003/diff/20001/index.md#newcode166 index.md:166: fletch run ./samples/general/hello.dart in session remote On 2015/10/05 20:02:52, ...
5 years, 2 months ago (2015-10-05 20:07:14 UTC) #16
mit
Committed patchset #5 (id:80001) manually as 15ebe5e15aaf098eec4b1d32e57bbd44af6c0bfb (presubmit successful).
5 years, 2 months ago (2015-10-05 20:07:42 UTC) #17
wibling
5 years, 2 months ago (2015-10-06 07:07:43 UTC) #18
Message was sent while issue was closed.
https://codereview.chromium.org/1383673003/diff/40001/tool.md
File tool.md (right):

https://codereview.chromium.org/1383673003/diff/40001/tool.md#newcode17
tool.md:17: the tool default to a session called ```local```.
On 2015/10/05 20:02:49, mit wrote:
> On 2015/10/05 18:28:01, Søren Gjesse wrote:
> > The tool defaults to the last session mentioned, which starts out being
> 'local'
> > 
> > $ fletch run hello.dart in session remote
> > $ fletch run hello.dart
> > 
> > will run twice in session 'remote'.
> 
> I doesn't seem like it works like that anymore? I tried and I get the local
> session again the second time.

I believe Peter changed the semantics of the default session to always be the
local session. Other sessions will have to be specified with "in session". There
is a plan to add a command to change the default session.

Powered by Google App Engine
This is Rietveld 408576698