Allen Wirfs-Brock (2013-10-22T15:51:29.000Z)
On Oct 22, 2013, at 7:18 AM, André Bargull wrote:

> 
> 
> On 10/22/2013 4:00 PM, Erik Arvidsson wrote:
>> The spec for Object.assign,
> ...
>> 
>> What is the intention regarding exceptions? Is the intention to continue
>> assigning properties after an exception is thrown. Why is that the
>> desired behavior?
> 
> I'd guess to align behaviour with Object.mixin, Object.defineProperties, (Object.create), Object.is{Sealed,Frozen} and Object.seal/freeze. This was also covered in the thread starting at https://mail.mozilla.org/pipermail/es-discuss/2012-December/027067.html .
> 
> 

Exactly

Allen

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131022/9aa97537/attachment.html>
domenic at domenicdenicola.com (2013-10-26T03:23:58.545Z)
On Oct 22, 2013, at 7:18 AM, André Bargull wrote:

> I'd guess to align behaviour with Object.mixin, Object.defineProperties, (Object.create), Object.is{Sealed,Frozen} and Object.seal/freeze. This was also covered in the thread starting at https://mail.mozilla.org/pipermail/es-discuss/2012-December/027067.html .

Exactly