- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 19 Dec 2016 15:08:23 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 December 2016 23:08:58 UTC
Consider this IDL: interface A { void foo(); }; [NoInterfaceObject] interface B { void foo(long arg); }; A implements B; Should this be allowed? I _think_ the current spec more or less allows it, not least because it's pretty vague about when overload sets are actually determined. But it's not entirely obvious to me whether this is desirable, because this makes the mixin change the behavior of existing methods on the interface, which is something that should really go in the base spec, not a mixin, I would think. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/261
Received on Monday, 19 December 2016 23:08:58 UTC