Re: [nodejs] Re: Node v0.7.5

2012-02-27 Thread Isaac Schlueter
Yes, domains is still in the works. On Mon, Feb 27, 2012 at 12:33, Liam wrote: > > > On Feb 27, 8:56 am, "T.C. Hollingsworth" > wrote: >> On Mon, Feb 27, 2012 at 9:32 AM, Rambo wrote: >> > But that's not the changelog I'm looking for. Which are the core api >> > additions? I want the new featur

[nodejs] Re: Node v0.7.5

2012-02-27 Thread Liam
On Feb 27, 8:56 am, "T.C. Hollingsworth" wrote: > On Mon, Feb 27, 2012 at 9:32 AM, Rambo wrote: > > But that's not the changelog I'm looking for. Which are the core api > > additions? I want the new features, not the bug fixes. > > https://github.com/joyent/node/wiki/API-changes-between-v0.6-an

Re: [nodejs] Re: Node v0.7.5

2012-02-27 Thread T.C. Hollingsworth
On Mon, Feb 27, 2012 at 9:32 AM, Rambo wrote: > But that's not the changelog I'm looking for. Which are the core api > additions? I want the new features, not the bug fixes. https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8 -T.C. -- Job Board: http://jobs.nodejs.org/ Postin

Re: [nodejs] Re: Node v0.7.5

2012-02-27 Thread Rambo
But that's not the changelog I'm looking for. Which are the core api additions? I want the new features, not the bug fixes. On Sunday, February 26, 2012 6:41:47 PM UTC-3, ryandesign wrote: > > > On Feb 26, 2012, at 14:45, Rambo wrote: > > > Where is the changelog from 0.6 to 0.7?? > > https://git

Re: [nodejs] Re: Node v0.7.5

2012-02-26 Thread Ryan Schmidt
On Feb 26, 2012, at 14:45, Rambo wrote: > Where is the changelog from 0.6 to 0.7?? https://github.com/joyent/node/blob/master/ChangeLog -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message becau

Re: [nodejs] Re: Node v0.7.5

2012-02-26 Thread Rambo
Where is the changelog from 0.6 to 0.7?? On Friday, February 24, 2012 6:08:48 PM UTC-3, Jann Horn wrote: > > 2012/2/24 Mark Hahn : > > Can someone point me to a reference or discussion about domains? I've > seen > > them mentioned here but I'd like to understand them better. > > Here's a usage e

Re: [nodejs] Re: Node v0.7.5

2012-02-24 Thread Jann Horn
2012/2/24 Mark Hahn : > Can someone point me to a reference or discussion about domains?  I've seen > them mentioned here but I'd like to understand them better. Here's a usage example (although it uses the old domains2 branch which is no longer supported): http://www.youtube.com/watch?v=4iSDwAb8

[nodejs] Re: Node v0.7.5

2012-02-24 Thread Liam
Here's a couple: https://groups.google.com/group/nodejs/browse_thread/thread/fa7bc259e571cb98/4de2aedb136c1237 https://groups.google.com/group/nodejs/browse_thread/thread/79504e62223f3bf0/3eee4788de12ab6b On Feb 24, 12:39 pm, Mark Hahn wrote: > Can someone point me to a reference or discussion

Re: [nodejs] Re: Node v0.7.5

2012-02-24 Thread Mark Hahn
Can someone point me to a reference or discussion about domains? I've seen them mentioned here but I'd like to understand them better. On Fri, Feb 24, 2012 at 12:33 PM, Jann Horn wrote: > 2012/2/24 Liam : > > Two were "domains" for async exception handling and threads in > > Isolates, but the l

Re: [nodejs] Re: Node v0.7.5

2012-02-24 Thread Jann Horn
2012/2/24 Liam : > Two were "domains" for async exception handling and threads in > Isolates, but the latter was yanked, and I gathered the former is in > doubt... Who said domains would be in doubt? Domains are awesome! Can't see how anyone could not like them... /me wants one domain per data ev

[nodejs] Re: Node v0.7.5

2012-02-24 Thread Liam
What are the major new features planned for 0.8 at this point? Two were "domains" for async exception handling and threads in Isolates, but the latter was yanked, and I gathered the former is in doubt... On Feb 23, 2:47 pm, Isaac Schlueter wrote: > 2012.02.23, Version 0.7.5 (unstable) > > * star