W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > February 2018

[webrtc-stats] WebIDL issue

From: Vivien Lacourba via GitHub <sysbot+gh@w3.org>
Date: Fri, 23 Feb 2018 17:30:27 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issues.opened-299790048-1519407026-sysbot+gh@w3.org>
vivienlacourba has just created a new issue for https://github.com/w3c/webrtc-stats:

== WebIDL issue ==
Hi @alvestrand 
The WebRTC respec ci issue should be fixed, but respec is now reporting a WebIDL issue in webrtc-stats.
Also if you have any pending PR you should rebase them.

```bash
$ cd webrtc-stats
$ git checkout master
$ git pull
$ make update
$ make check
(...)
😱 ReSpec error: Failed to parse WebIDL: `Got an error during or right after parsing `partial dictionary RTCRTPStreamStats`: Bodyless dictionary`.
        <details>
        <pre>partial dictionary RTCRTPStreamStats : RTCStats {
DOMString           mediaType;
double              averageRTCPInterval;
};
 Got an error during or right after parsing `partial dictionary RTCRTPStreamStats`: Bodyless dictionary, line 1 (tokens: ': RTCStats {')
[
    {
        "type": "other",
        "value": ":"
    },
    {
        "type": "whitespace",
        "value": " "
    },
    {
        "type": "identifier",
        "value": "RTCStats"
    },
    {
        "type": "whitespace",
        "value": " "
    },
    {
        "type": "other",
        "value": "{"
    }
]</pre>
        </details> 
make: *** [build/output.html] Error 1
```

Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/337 using your GitHub account
Received on Friday, 23 February 2018 17:30:33 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:43 UTC