David Herman (2013-04-21T18:03:48.000Z)
On Apr 21, 2013, at 8:55 AM, Allen Wirfs-Brock <allen at wirfs-brock.com> wrote:

> Deleting Object.prototype.__proto__ will not be be specified as disabling {__proto__: foo}.

Was that what we'd agreed to? I hadn't remembered that. I don't like it because it's special-case syntax, but I can also live with it since it's no more powerful than Object.create().

Do you know of a meeting minutes where we might have captured that decision?

Dave
github at esdiscuss.org (2013-07-12T02:26:54.482Z)
On Apr 21, 2013, at 8:55 AM, Allen Wirfs-Brock <allen at wirfs-brock.com> wrote:

> Deleting `Object.prototype.__proto__` will not be be specified as disabling `{__proto__: foo}`.

Was that what we'd agreed to? I hadn't remembered that. I don't like it because it's special-case syntax, but I can also live with it since it's no more powerful than `Object.create()`.

Do you know of a meeting minutes where we might have captured that decision?