<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/test/simple/test-process-env.js, branch node-review</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>Re-apply commit e307468.</title>
<updated>2012-06-29T15:29:32+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-06-29T15:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=fee02db705152a42c8db442d3ab76b2296e59bbd'/>
<id>fee02db705152a42c8db442d3ab76b2296e59bbd</id>
<content type='text'>
The V8 assert got triggered by a missing HandleScope::Close().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The V8 assert got triggered by a missing HandleScope::Close().
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix #3521 Use an object as the process.env proto"</title>
<updated>2012-06-29T15:03:37+00:00</updated>
<author>
<name>Bert Belder</name>
<email>bertbelder@gmail.com</email>
</author>
<published>2012-06-29T15:03:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=0581afe531e5fa39d29c59ac5b3dcb323208375d'/>
<id>0581afe531e5fa39d29c59ac5b3dcb323208375d</id>
<content type='text'>
The reverted commit caused a v8 assertion to trigger in debug mode.
This reverts commit e3074689f501eea413c29b99defac29659a2b615.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The reverted commit caused a v8 assertion to trigger in debug mode.
This reverts commit e3074689f501eea413c29b99defac29659a2b615.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #3521 Use an object as the process.env proto</title>
<updated>2012-06-26T16:08:40+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2012-06-24T02:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=e3074689f501eea413c29b99defac29659a2b615'/>
<id>e3074689f501eea413c29b99defac29659a2b615</id>
<content type='text'>
For some reason, though, it looks like EnvGetter is not called for the
key `__proto__`, so I can't make the info-&gt;Data() accessible.  However,
putting the Object.prototype keys there, in such a way that they are not
OwnProperties, and are supersceded by environs, makes process.env much
less weird.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some reason, though, it looks like EnvGetter is not called for the
key `__proto__`, so I can't make the info-&gt;Data() accessible.  However,
putting the Object.prototype keys there, in such a way that they are not
OwnProperties, and are supersceded by environs, makes process.env much
less weird.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: include common.js in all tests</title>
<updated>2012-02-20T12:29:11+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-02-20T12:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=7f4aba91d31394218fbd8a351cd1377975712d67'/>
<id>7f4aba91d31394218fbd8a351cd1377975712d67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a lot of jslint errors.</title>
<updated>2011-10-06T01:51:06+00:00</updated>
<author>
<name>Colton Baker</name>
<email>github@netrefuge.net</email>
</author>
<published>2011-10-04T22:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=87286cc7371886d9856edf424785aaa890ba05a9'/>
<id>87286cc7371886d9856edf424785aaa890ba05a9</id>
<content type='text'>
Fixes #1831
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1831
</pre>
</div>
</content>
</entry>
<entry>
<title>win: fix test-process-env</title>
<updated>2011-08-11T00:15:13+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-08-11T00:14:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=e6b06bc6c5393b31f3b45dbcd0deeb95271fc8b8'/>
<id>e6b06bc6c5393b31f3b45dbcd0deeb95271fc8b8</id>
<content type='text'>
Remove support for setting process.env.TZ as it doesn't seem we can do it
x-platform without fixing V8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove support for setting process.env.TZ as it doesn't seem we can do it
x-platform without fixing V8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright headers</title>
<updated>2011-03-15T00:37:05+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-03-10T08:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=55048cdf79f3c607ab986c35d0422e591e7f6448'/>
<id>55048cdf79f3c607ab986c35d0422e591e7f6448</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make writes to process.env update the real environment. Tests included.</title>
<updated>2010-11-03T19:15:07+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2010-10-15T13:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=b4def4806c50b5aa6a71376c41bb1d5cbe41d29a'/>
<id>b4def4806c50b5aa6a71376c41bb1d5cbe41d29a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
