For reference, the issue can be followed on our bugtracker here:
https://github.com/savonet/liquidsoap/issues/47

On Sun, Mar 24, 2013 at 7:49 PM, David Baelde <[email protected]> wrote:
> Hi,
>
> The problem is caused by my most recent (but not so recent) commit on
> src/operators/sequence.ml.
>
> If you need a quick fix, change the #is_ready method from
>   method is_ready = head_ready || List.exists (fun s -> s#is_ready) sources
> to
>   method is_ready = List.exists (fun s -> s#is_ready) sources
>
> (At least, this fixes my current test.)
>
> I won't commit a revert because I did this change for a reason.
> However, I need some more time to recall what tests I was running at
> the time, review my fix and understand if there's a small gap or a big
> mistake. But in the meantime, it's very likely that you can safely
> apply the change I proposed.
>
> Don't hesitate to poke me in a week if I don't get back to this before.
>
> Cheers,
> --
> David
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to