Re: Test out tidy?

Yep.  After installing cmake and compiling tidy, running it gave

DANIEL:webrtc-pc dan$ git diff webrtc.html
diff --git a/webrtc.html b/webrtc.html
index 0613c79..0249a07 100644
--- a/webrtc.html
+++ b/webrtc.html
@@ -10823,7 +10823,7 @@ if (sender.dtmf) {
     <ol>
       <li>[#475] Definition of Active for an RTCRtpReceiver</li>
       <li>[#500] Reserve and use RangeError for scaleResolutionDownBy &lt;
-       1.0</li>
+      1.0</li>
       <li>[#504] Add getParameters() method to RTCRtpReceiver</li>
       <li>[#509] RID unmodifiable in setParameters()</li>
       <li>[#510] Gather spec text about the ICE Agent at one place</li>


So the same as you guys got.  On a Mac running MacOS 10.12 Sierra.


On Fri, Oct 28, 2016 at 5:00 AM, Harald Alvestrand <harald@alvestrand.no>
wrote:

> On 10/28/2016 08:17 AM, Stefan HÃ¥kansson LK wrote:
> > I just tried (and that's after Bernard did one more commit after your
> > tidy commit), and 'git diff webrtc.html' (the only changed file) gives:
> >
> > diff --git a/webrtc.html b/webrtc.html
> > index 0613c79..0249a07 100644
> > --- a/webrtc.html
> > +++ b/webrtc.html
> > @@ -10823,7 +10823,7 @@ if (sender.dtmf) {
> >       <ol>
> >         <li>[#475] Definition of Active for an RTCRtpReceiver</li>
> >         <li>[#500] Reserve and use RangeError for scaleResolutionDownBy
> &lt;
> > -       1.0</li>
> > +      1.0</li>
> >         <li>[#504] Add getParameters() method to RTCRtpReceiver</li>
> >         <li>[#509] RID unmodifiable in setParameters()</li>
> >         <li>[#510] Gather spec text about the ICE Agent at one place</li>
> >
> >
> > This is on a Mac with El Capitan.
>
> After I did an update on the respec dependency, that's exactly the same
> change I got on my Linux box.
> So it seems that tidy is a moving target, but at least it moves
> consistently across platforms.
>
> >
> > On 27/10/16 19:54, Harald Alvestrand wrote:
> >> If you can try this experiment....
> >>
> >>
> >> with the newly tidied version of the spec, run "make tidy" in your
> >> environment.
> >>
> >> Report back if it makes any changes or not.
> >>
> >>
> >> It'll be interesting to see if tidy has become more consistent over
> time.
> >>
> >>
> >>
> >>
> >
>
>
>

Received on Monday, 31 October 2016 07:54:41 UTC