Re: [PATCH 1 of 3] dispatch: store args and command run on ui

2017-03-21 Thread Yuya Nishihara
On Mon, 20 Mar 2017 00:49:05 -0700, Phil Cohen wrote: > # HG changeset patch > # User Phil Cohen > # Date 1489995201 25200 > # Mon Mar 20 00:33:21 2017 -0700 > # Node ID 2c1d5a02ec533055f182b0cc1280107fbfb76206 > # Parent 291951ad070b3fa39dd1d83503aa1011a20d9a21 > dispatch: store args and co

Re: [PATCH 1 of 3] dispatch: store args and command run on ui

2017-03-20 Thread Jun Wu
Excerpts from Phillip Cohen's message of 2017-03-20 12:58:10 -0700: > Why not `ui.argv`?, OOC? "ui.argv" was referring to the ability to get "sys.argv"-like from "ui". I don't feel strong about names. But "args" is more consistent because we have dispatch.request and it uses "args". So "ui.args" i

Re: [PATCH 1 of 3] dispatch: store args and command run on ui

2017-03-20 Thread Phillip Cohen
Why not `ui.argv`?, OOC? On Mon, Mar 20, 2017 at 9:16 AM, Jun Wu wrote: > Excerpts from Ryan McElroy's message of 2017-03-20 11:43:22 +: > > I think Jun needs to weigh in on this since the ui object is something > > he's wanted to make immutable for a while and this doesn't seem to help > >

Re: [PATCH 1 of 3] dispatch: store args and command run on ui

2017-03-20 Thread Jun Wu
Excerpts from Ryan McElroy's message of 2017-03-20 11:43:22 +: > I think Jun needs to weigh in on this since the ui object is something > he's wanted to make immutable for a while and this doesn't seem to help > move us in that direction. Immutable is for the config object. I'm +1 to add ui.

Re: [PATCH 1 of 3] dispatch: store args and command run on ui

2017-03-20 Thread Ryan McElroy
I think Jun needs to weigh in on this since the ui object is something he's wanted to make immutable for a while and this doesn't seem to help move us in that direction. On 3/20/17 7:49 AM, Phil Cohen wrote: # HG changeset patch # User Phil Cohen # Date 1489995201 25200 # Mon Mar 20 00:3

[PATCH 1 of 3] dispatch: store args and command run on ui

2017-03-20 Thread Phil Cohen
# HG changeset patch # User Phil Cohen # Date 1489995201 25200 # Mon Mar 20 00:33:21 2017 -0700 # Node ID 2c1d5a02ec533055f182b0cc1280107fbfb76206 # Parent 291951ad070b3fa39dd1d83503aa1011a20d9a21 dispatch: store args and command run on ui This could also be used to simplify cases where we