sternenseemann
sternenseemann
 Also ich lese da Als und nicht AIs.
`Num`, `Integral`, `Fractional`, `Complex` etc. sollten erklärt werden, v. a. für unsere Workshopabsolventen. Kann ich machen, ich bin aber sicher nicht der meist Qualifizierteste.
``` Argon2 KATs 1: FAIL (0.10s) tests/KAT_Argon2.hs:35: expected: CryptoPassed "\193b\136\&2\DC4}\151 \197\189\FS\253a6pxr\159m\251o\143\234\159\249\129X\224\215\129n\208" but got: CryptoPassed "bT\163\DC3\128\243'\167\209\&7\ESCQ\181\206\198\146\132\190)B\205WC\201\251\192_\EOT\141\247\243\DLE" Use -p '/Argon2.KATs.1/' to rerun this test only. ``` Uses GHC 9.0.2 and the following...
Ref. https://github.com/nixos/rfcs/pull/145. The first commit is a faithful rebase of #1652. The later commits change the approach to conform with our more modern ideas and also add everything we'd need...
If a `nixpkgs-update` Pull-Request would get merged, but then reverted, it would be created again: * * Probably the simplest fix would be to search for the title in the...
`pkg-config` is very robust and useful for locating libpq and sometimes preferrable to pg_config (e.g. in a cross context). However, since the pkg-config support in build.rs is gated behind a...
Consider, e.g. `,[(x . y)] {ix>1}{`0} $0`, it will just print the following for jacinda 3.3.0.1: ``` ja: src/Jacinda/Backend/T.hs:(580,6)-(584,44): Non-exhaustive patterns in case ``` Should probably make it clear what...
Verified locally: package and test suite build and run fine!
https://github.com/NixOS/nixpkgs/pull/349431/ https://github.com/NixOS/nixpkgs/pull/349783 show that changes to aliases can break evaluation of nixpkgs with aliases enabled while not affecting it with aliases disabled. Almost all downstream users will probably have aliases...