Samuel Mimram

Results 67 comments of Samuel Mimram

It looks like a bug which has been fixed (I have been updating much video handling lately). I get here ``` 2022/10/10 17:53:19 [lang:4] short text width: 122 long text...

Nope, here I have: ``` $ ./liquidsoap --version Liquidsoap 2.2.0+git@180d26619 Copyright (c) 2003-2022 Savonet team Liquidsoap is open-source software, released under GNU General Public License. See for more information. ```...

What is the output of `opam pin list`? I'd say that you have to also pin `mm` and `ffmpeg` to the latest versions.

You should clone - https://github.com/savonet/ocaml-mm - https://github.com/savonet/ocaml-ffmpeg and `opam pin add .` in the resulting repositories

By any chance, does `opam update` improve the situation?

Also what is your current version of ocaml (you can run `opam switch` to know it)?

Ok that's it! You need to install a more recent version of liquidsoap: ``` opam switch create 4.14.0 ```

First concerning the leak check, if there are more than 100 playlist it's expected that there are more than 100 RIDs (each playlist keeps at least one request), you should...

I think that it is typechecking yes. However, I have difficulties understanding what's really taking time... Is there something better than `perf` for this?

Actually the output (without running liq through dune) is pretty clear: ``` + 68,01% 0,00% liquidsoap [unknown] [k] 0xffffffffffffffff + 67,85% 0,04% liquidsoap liquidsoap [.] Liquidsoap_lang.Typechecking.fun_2603 + 67,85% 0,00% liquidsoap...