OCP David Declerck
OCP David Declerck
Hi, It appears that the opam package sodium.0.5.0 is only compatible with libsodium-dev = 1.0.9. If you have libsodium-dev > 1.0.5 and < 1.0.9, you should either upgrade or downgrade...
I don't get why the CI fails on OpenSUSE 15.3. Works just fine with a fresh install in a VM.
Ah, I think you missed my previous comment about `libpng-devel` being provided by `libpng16-compat-devel` on OpenSUSE (i.e. `zypper install libpng-devel` works just fine).
Following our discussion in [ocaml/opam-repository#22548](https://github.com/ocaml/opam-repository/pull/22548) : on OpenSUSE, you can use the options `--provides` (with `--match-exact`) to search for a virtual package, or simply `zypper what-provides` ; however this requires...
Quite a big patch indeed. I'll test that tomorrow. P.S: shouldn't you rest during week-ends ? ;)
> > @nberth I think they are, […] I hope this will answer your question! > > Yes thanks. Can we encounter semicolons `;` as well? To my understanding, in...
I'd say we should merge this ; it will be easier to move on to the next tasks. What do you think @nberth ?
Don't know where I'm going with this, but in essence, the main problem comes from *new* features in GC3 that were not included *yet* in GC4 (and not the opposite)....
> a binary debug tree that can be generated with GC4 Are you referring to the `cb_tree_print` function in `cobc/debug.c` ?
That could fit our needs. While I prefer having the debug info in a separate file (similarly to MSVC's `.pdb` files), I can accomodate to embedded debug info (after all,...