Ihar Hrachyshka
Ihar Hrachyshka
Please tag 0.1.3 in git so that packagers can easily fetch the tarball from github and not pypi (which lacks some useful files, like tests).
This is how it looks like. Note that `nixbld` -> `_nixbld1` on Darwin systems. ``` Running tests/cli_tests.rs (target/debug/deps/cli_tests-ec24a989df75ba1e) running 3 tests Testing tests/gen/inexistant_file_unix.toml ... ok Testing tests/cmd/icons_all.toml ... ok Testing...
The suite doesn't fail, but I don't think this is expected? Maybe the script that calls to `sudo` - `devtools/dir-generator.sh` - should `set -e` to catch these issues. ``` devtools/dir-generator.sh:...
Since 0647d047833bcb38c5f3ca7f5209551e6adef1e7, the last nix-local test case was removed (some stdout and stderr files are still in tree, but toml is gone). Either the test case was removed by mistake...
This was needed to run checks in darwin@nixpkgs: https://github.com/NixOS/nixpkgs/pull/348370
Otherwise, on nixpkgs@darwin, the build fails as follows: ``` In file included from otp_db.c:42: /nix/store/...-libSystem-11.0.0/include/ndbm.h:89:3: error: typedef redefinition with different types ('struct datum' vs 'struct datum') } datum; ^ /nix/store/...-db-5.3.28-dev/include/db.h:2749:3:...
The macro is used in code but was never defined. This fixes compilation when `dbopen` is detected but defined in `db_185.h`.
**Describe the bug** On Linux, dbopen is not part of glibc. When compiling with `libdb` that has a compatibility layer for `dbopen`, `./configure` script fails to detect that `dbopen` is...
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [X] I am running the latest code. Development is very rapid so there are no tagged...
# What does this PR do? Fix and enable post-training integration tests.