Re: Exceptions Woes

Hi Eliot,

On 26/10/2012 20:23 , Eliot Graff wrote:
> I am having a heck of a time getting exceptions to render using ReSpec.

The reason for that is that WebIDL deprecated raises/setraises/getraises 
a while ago. After waiting for a (long) bit, ReSpec pulled support for 
those (they're still parsed, they're just not shown anymore).

The problem with the IndexedDB spec is that the old 
raises/setraises/getraises approach was still used. That's a bad idea 
because it has no representation in WebIDL, so ReSpec can't do anything 
with it apart from producing broken WebIDL!

-- 
Robin Berjon - http://berjon.com/ - @robinberjon

Received on Monday, 3 December 2012 12:27:50 UTC