The "advanced" prompt at http://sjl.bitbucket.org/hg-prompt/quickstart/ does
cause quite a bit of lag before it shows anything.
Here's what --profile gives me: https://pastebin.mozilla.org/8837461
One thing I'd like to add with prompt would be the current label
(central/inbound/etc) provided
On Sat, Jun 20, 2015 at 3:27 PM, Nicholas Nethercote wrote:
> I also think automated tools probably won't get us meeting the style
> guide perfectly -- e.g. the aforementioned line-length wrapping, and
> can they ensure CamelCaps() function names and aFoo/mFoo/gFoo/sFoo
> variable naming? -- so e
On Fri, Jun 19, 2015 at 8:27 PM, Nicholas Nethercote wrote:
> > Sat, Jun 20, 2015 at 2:16 AM, Gregory Szorc wrote:
> >
> > We can mass rewrite the tree. But unless
> > the tools to keep things consistent are easy and painless to use, this
> will
> > add chaos.
>
> Chaos? There are two distinct s
> Sat, Jun 20, 2015 at 2:16 AM, Gregory Szorc wrote:
>
> We can mass rewrite the tree. But unless
> the tools to keep things consistent are easy and painless to use, this will
> add chaos.
Chaos? There are two distinct steps here.
1. Get the style mostly consistent (e.g. spacing/indentation/brac
In addition to what Ben said, you may enjoy the FAQ
https://github.com/whatwg/streams/blob/master/FAQ.md, especially "How do
readable streams relate to observables or EventTarget?" and "How do readable
streams related to async iterables?"
___
dev-platf
On Fri, Jun 19, 2015 at 3:03 PM, Benjamin Kelly wrote:
> You could also use ReadableStream, but it doesn't look as similar to
> observables:
>
> var reader = data.getStream().getReader();
> reader.read().then(function handleRead(value) {
> handleNext(value);
> return reader.read().the
On Fri, Jun 19, 2015 at 2:46 PM, David Rajchenbach-Teller <
dtel...@mozilla.com> wrote:
> Out of curiosity: can these streams be used as a base for reactive
> programming? Or is it an entirely separate notion of streams?
>
I'm not an expert on reactive programming, but I believe its based around
> If someone commits to producing a suitable clang-format binary/config, I'll
> sign up for creating all the tooling.
It looks like Birunthan stated he'd be willing to work on the clang-format side
(I'm also happy to help out) if we are committed to integrating it into our
wrorkflow.
I found an
Out of curiosity: can these streams be used as a base for reactive
programming? Or is it an entirely separate notion of streams?
Cheers,
David
On 19/06/15 20:09, Benjamin Kelly wrote:
> Also, I have setup a session on streams in the DOM room at Whistler:
>
>
> http://juneworkweekwhistler2015.s
Also, I have setup a session on streams in the DOM room at Whistler:
http://juneworkweekwhistler2015.sched.org/event/28ff926a768953ba39a44cd36598d7f7
Please stop by if you have questions or just want to talk about it.
Thanks!
Ben
On Fri, Jun 19, 2015 at 2:00 PM, Benjamin Kelly wrote:
> Stre
Streams provide a JS primitive for accessing incremental, streamed data.
For example, the fetch Response object can expose a body ReadableStream
which allows reading a potentially infinite http response. Currently the
only way to do something like this is with XMLHttpRequest with the append
exten
On Fri, Jun 19, 2015 at 6:45 AM, Birunthan Mohanathas <
birunt...@mohanathas.com> wrote:
> Hi,
>
> Over the past year, I have converted a few directories (xpcom/,
> docshell/, embedding/) to Gecko style using a patched Clang-Format and
> a few other tools.
>
> On 17 June 2015 at 18:57, Gregory Szo
I have the following:
hg_ps1() {
hg prompt "{({bookmark})}" 2> /dev/null
}
export PS1='... $(hg_ps1)\$ '
I do not get multiple second latency.
You should capture --profile output from your prompt command and see what's
taking so long. File a Mozilla bug against Developer Services ::
hg.mozill
Does anyone here who works on FF source use some bash prompt variation for
mercurial?
something like this:
http://stevelosh.com/blog/2009/03/mercurial-bash-prompts/
I was wondering what you use since the method in this link is taking a lot of
seconds to run on each prompt.
Can you share your $P
On 2015-06-18 8:36 PM, Eric Rahm wrote:
On Thursday, June 18, 2015 at 7:28:44 AM UTC-7, kgu...@mozilla.com wrote:
// This is a comment that was previously just over the eighty
// character
// limit but got rewrapped by clang-format just blindly
// inserting
// linebreaks willy-nilly and requires
Hi,
Over the past year, I have converted a few directories (xpcom/,
docshell/, embedding/) to Gecko style using a patched Clang-Format and
a few other tools.
On 17 June 2015 at 18:57, Gregory Szorc wrote:
> First thing is first: what are the blockers to mass rewriting
> mozilla-central with clan
On Thursday, June 18, 2015 at 8:36:09 PM UTC-4, Eric Rahm wrote:
> Can we sidestep this by punting on enforcing a line length restriction with
> clang-format?
>
> I think it would be reasonably uncontroversial to just do the following
> initially:
> - spacing
> - indentation
> - bracing
I
On 19/06/2015 17:15, Marcello Stanisci wrote:
> Additionally, launching FF with '-clearcaches' or by setting the
> environmental 'MOZ_CLEAR_CACHES' does not seems to give the desired
> effect.
The switch you want is -purgecaches
Phil
--
Philip Chee ,
http://flashblock.mozdev.org/ http://xsid
Hi All,
I have followed various guides on how to clear the 'cache'
in order to get changes in the JavaScript accepted withouth
restarting the browser.
In this case, I talk about the JavaScript of an extension.
So: how to clear the 'cache' in order to get a fresh changed
JavaScript recognized, wh
Please file bugs if you have issues. cc me (:paul).
On Fri, Jun 19, 2015 at 7:24 AM, 罗勇刚(Yonggang Luo)
wrote:
> The
> graphene-41.0a1.en-US.win64.zip
> Doesn't package with icu dlls
>
> --
> 此致
> 礼
> 罗勇刚
> Yours
> sincerely,
> Yonggang Luo
> __
20 matches
Mail list logo