Re: modules, @std, selectively hiding/renaming imports

2011-11-25 Thread Claus Reinke
http://wiki.ecmascript.org/doku.php?id=harmony:modules_standard .. The "keys" from "Object" and from "@iter" can't both be in scope, yet both "Object"/"@reflect" and "@iter" seem to be scheduled for inclusion in "@std". I think this is a misunderstanding because the "@object" module wasn't ment

Re: modules, @std, selectively hiding/renaming imports

2011-11-25 Thread Sam Tobin-Hochstadt
On Fri, Nov 25, 2011 at 5:02 AM, Claus Reinke wrote: >>> From the early drafts of a standard library >>> >>> http://wiki.ecmascript.org/doku.php?id=harmony:modules_standard >>> >>> it appears we are headed for an import name clash between >>> "Object.keys and "@iter.keys" - they cannot both be ava

Re: modules, @std, selectively hiding/renaming imports

2011-11-25 Thread Claus Reinke
From the early drafts of a standard library http://wiki.ecmascript.org/doku.php?id=harmony:modules_standard it appears we are headed for an import name clash between "Object.keys and "@iter.keys" - they cannot both be available as plain "keys". Object is not a module, so there's no clash. Lots

Re: modules, @std, selectively hiding/renaming imports

2011-11-20 Thread Brendan Eich
On Nov 20, 2011, at 2:04 AM, Claus Reinke wrote: > [btw: http://wiki.ecmascript.org/feed.php still gives me >url-encoded links; I thought that was meant to be > fixed by a wiki upgrade?] > > From the early drafts of a standard library > > http://wiki.ecmascript.org/doku.php?id=harm

modules, @std, selectively hiding/renaming imports

2011-11-20 Thread Claus Reinke
[btw: http://wiki.ecmascript.org/feed.php still gives me url-encoded links; I thought that was meant to be fixed by a wiki upgrade?] From the early drafts of a standard library http://wiki.ecmascript.org/doku.php?id=harmony:modules_standard it appears we are headed for an impor