OCP David Declerck
OCP David Declerck
When no package name is specified, the 'drom package' command should try to infer the current package based on the current working directory (by checking if there is a package.toml...
At the moment, "skip" is only supported in drom.toml. It would be useful to also have it in package.toml (possibly with paths relative to the directory containing the .toml file).
The "skip" field is currently of type string, but it should be an array of strings.
Summary of changes : - (conf-libwayland only) change build command to both test for the `wayland-scanner` tool and the `libwayland-client` library: while most OSes/distributions have these two artifacts in the...
Summary of changes : - use `os-family` instead of `os-distribution` to capture more derivatives - Windows: use package `libpng-devel` instead of `libpng`, add `os = "cygwin"` - Debian & Ubuntu:...
Summary of changes : - use `os-family` instead of `os-distribution` to capture more derivatives - Windows: add the Cygwin package - Debian & Ubuntu: add `os-family = "ubuntu"` because some...
Regroup all BSD variants with `os-family = "bsd"`, remove the package prefix (appears to be optional).
Hi, I noticed Utop sets `Sys.interactive` to false when given a script - which is a difference with respect to the original OCaml toplevel. This is a bit inconvenient since...
Under my (possibly slightly out of date) MinGW environnement (Windows 7 + Cywin + MinGW 11.4), I can't compile Open-COBOL-ESQL because `_dupenv_s` is missing. I suggest providing a custom implementation...
When compiling with MinGW, I have errors in `ocpgsql.c` on th function `OCDB_PGSetLibErrorStatus`. The problem comes from one of the argument names : `OCDB_PGSetLibErrorStatus(struct sqlca_t *st, int errno)`. Since `errno`...