Re: [v8-users] gen-postmortem-metadata.py

2012-06-19 Thread Nicolai Willems
On Mon, Jun 18, 2012 at 9:50 AM, Jakob Kummerow wrote: > > > On Sun, Jun 17, 2012 at 7:08 PM, Nicolai Willems wrote: >> >> On Sat, Jun 16, 2012 at 8:44 PM, Jakob Kummerow >> wrote: >> > Yeah, I agree that this should use "open" instead of "file". Note, >> > however, >> > that http://docs.python.

Re: [v8-users] gen-postmortem-metadata.py

2012-06-18 Thread Jakob Kummerow
On Sun, Jun 17, 2012 at 7:08 PM, Nicolai Willems wrote: > On Sat, Jun 16, 2012 at 8:44 PM, Jakob Kummerow > wrote: > > Yeah, I agree that this should use "open" instead of "file". Note, > however, > > that http://docs.python.org/library/functions.html#file says that using > > open() is "preferab

Re: [v8-users] gen-postmortem-metadata.py

2012-06-17 Thread Nicolai Willems
On Sat, Jun 16, 2012 at 8:44 PM, Jakob Kummerow wrote: > Yeah, I agree that this should use "open" instead of "file". Note, however, > that http://docs.python.org/library/functions.html#file says that using > open() is "preferable", but not required. Note that this is 2.7.3 documentation. Far as

Re: [v8-users] gen-postmortem-metadata.py

2012-06-16 Thread Jakob Kummerow
Yeah, I agree that this should use "open" instead of "file". Note, however, that http://docs.python.org/library/functions.html#file says that using open() is "preferable", but not required. As for the process how to contribute, check out https://code.google.com/p/v8/wiki/Contributing . On Sat, J

[v8-users] gen-postmortem-metadata.py

2012-06-15 Thread Nicolai Willems
Hello I was a bit in doubt how I should report this issue(maybe this should go to the contributors list?). But I found a minor thing in one of the build scripts: http://code.google.com/p/v8/source/browse/branches/bleeding_edge/tools/gen-postmortem-metadata.py#434 Says out = file(sys.arg