Uh oh!
There was an error while loading. Please reload this page.
Make Raven.wrap respect prototype chain - #402
Conversation
mattrobenolt
commented
Oct 31, 2015
@benvinegar This seems sane to me, but I'm not 100% sure. Thanks @jlfwong. 🍰 |
mattrobenolt
commented
Oct 31, 2015
Interesting that this didn't come from the loop before it when copying all the properties over. This seems reasonable to me then. I'll cut a new version of this for you. :) |
Make Raven.wrap respect prototype chain
mattrobenolt
commented
Oct 31, 2015
mattrobenolt
commented
Oct 31, 2015
Also... not sure why Travis isn't running tests for Pull Requests. Then I'd have noticed this before merging. :/ Ugh. |
mattrobenolt
commented
Oct 31, 2015
I'm inclined to think we can just remove that one test and it should be ok. |
jlfwong
commented
Nov 2, 2015
Thanks for the merge! |
mattrobenolt
commented
Nov 2, 2015
@jlfwong Can you address my comments above please? :/ |
jlfwong
commented
Nov 2, 2015
I don't understand why the test to ensure the prototype isn't copied exists at all. It seems reasonable to me to just remove that test |
mattrobenolt
commented
Nov 2, 2015
Thanks. That's my assumption as well. I'm just waiting on feedback from @benvinegar as a double check, and we'll be good here. Thanks again. :) |
benvinegar
commented
Nov 2, 2015
Agreed. I think this patch is correct (hi @jlfwong). Hopefully this doesn't bite anyone randomly when upgrading. |
jlfwong
commented
Nov 2, 2015
Thanks! (hi @benvinegar!) Is a new release going to be cut? |
mattrobenolt
commented
Nov 2, 2015
Yeah, I'm going to review everything and will get it cut today. |
See #401
Disclaimer: I didn't clone the repo and test this, I'm just sorta hoping this works, and using this as clearer documentation of the problem in #401.