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 of

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

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