Re: bikeshed fatal error on 'interface' dfn using 'for' attribute

Yup, it's some new mistake-catching I put in recently.  The error
message should be fairly self-explanatory - you probably have an
ancestor specifying `dfn-for=Transport` that's accidentally applying
to the IDL block.

On Mon, Nov 7, 2016 at 3:17 PM, Hodges, Jeff <jeff.hodges@paypal.com> wrote:
> This just started occuring (last week) with..
>
>   https://github.com/w3c/webauthn/blob/master/index.bs
>
> ..when processing it via the cloud bikeshed..
>
>> curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F force=1 -F
>>output=err > errors.txt ; ls -l errors.txt ; cat errors.txt
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time
> Current
>                                  Dload  Upload   Total   Spent    Left
> Speed
> 100  142k    0   401  100  142k    185  67414  0:00:02  0:00:02 --:--:--
> 67439
> -rw-r--r--  1 jehodges  110028724  401 Nov  7 15:05 errors.txt
>
> Error running preprocessor, returned code: 1.
> \033[1;31mFATAL ERROR:\033[0m 'interface' definitions don't use a 'for'
> attribute, but this one claims it's for 'Transport' (perhaps inherited
> from an ancestor). This is probably a markup error.
> &lt;dfn data-lt="PackedAttestation" class="nv"
> data-dfn-type="interface">PackedAttestation&lt;/dfn>
> \033[7;31m ✘ \033[0m Did not generate, due to fatal errors
>
>
>
> any ideas?
>
> thanks,
>
> =JeffH
>

Received on Monday, 7 November 2016 23:35:14 UTC