give a better error if the value for Extends or Implements isn't valid#2260
give a better error if the value for Extends or Implements isn't valid#2260seanmonstar wants to merge 1 commit intomootools:masterfrom
Conversation
… Implements isn't valid
|
I really don't see the value in this. Can we finally stop this madness? |
|
No. |
|
Moving this to 1.5, and if necessary we'll move this to 1.6. This is dependent on #2133 getting done. |
|
This (partially) fixes #2257, btw. |
|
Why is it dependent on has.js? This doesn't use has. |
|
I've never been for failing silently in production, but 1.y.z has been released with that assumption. I think that without has.js we'd have to wait for 2.y.z to see MooTools throwing errors in live production. |
|
I get that, but introducing this doesn't throw any more errors than it used to. The only difference is whether the error is understandable. |
|
If this goes in for production use it must include an error routing mechanism otherwise it is useless. |
|
as @timwienk noted in #mootools-dev, this breaks extending/implementing other (constructor) functions and therefore removes a useful feature. |
No description provided.