1
Vote

ObjectInstance.SetPropertyValue does not call SetMissingPropertyValue

description

GetMissingPropertyValue works fine, but the call to SetMissingPropertyValue is missing. My fork has the fix here:
http://jurascript.codeplex.com/SourceControl/changeset/view/14745#93854

comments

paulbartrum wrote Jun 26, 2012 at 11:11 AM

The call is missing? The entire method is missing! Not really a bug, but I can see the utility in such an override, so I'll consider adding it. (By the way, your implementation is woefully incomplete - you need to call SetMissingProperty any time AddProperty is called now).

aikeru wrote Jun 26, 2012 at 1:34 PM

Sorry, I said the call is missing because it was present in an earlier version and then commented out :) It seems simple to add it back, so I hope -- and would be glad if -- you do!

aikeru wrote Jun 26, 2012 at 1:34 PM

Also, I'll have to fix my fork as you suggest.