apteryks
apteryks
Hi! Some tests take a very long time (for example some unique tests take about 192s on a very fast machine), resulting in a total test time of something like...
# Summary Moving from Emacs 28.2 to 29, the test fails like: ``` [...] .................f......................................f...............................Test elpy-fold-at-point-should-NOT-fold-and-unfold-functions-from-after backtrace: Test elpy-fold-at-point-should-NOT-fold-and-unfold-functions-from-after condition: (ert-test-failed ((should (= (point) 49)) :form (= 14 49) :value...
Fixes #2030.
# Summary The test suite is broken due to the error in the title since upgrading to Emacs 29. # Steps to reproduce Install guix, update to latest with `guix...
Hello, Attempting to build ttfunk 1.7.0 from source results in: ``` starting phase `build' ERROR: While executing gem ... (Errno::ENOENT) No such file or directory @ rb_sysopen - /homeless-shelter/.gem/gem-private_key.pem error:...
Hello FPM! I've attempted packaging FPM for GNU Guix, and it's mostly there, but I thought I'd report some test failures which I think could be better handled. For example,...
Hi, Working with this file: https://github.com/scheme-requests-for-implementation/srfi-160/blob/master/srfi-160.html I was surprised that running a command such as `reuse annotate -c 'Author' -l MIT -y 2018 srfi-160.html` would have the line endings changed...
Hello, I've seen this in GNU Guix CI: ``` =================================== FAILURES =================================== ___________________________ test_sample_partial[()] ____________________________ int_inputs = OrderedDict() @pytest.mark.parametrize( "int_inputs", [ OrderedDict(), OrderedDict([("i", Bint[2])]), OrderedDict([("i", Bint[2]), ("j", Bint[3])]), ], ids=id_from_inputs,...
Fixes #158 fully, including using a system-provided hiredis. When the hiredis git submodule hasn't been initialized, print a message about it, and attempt to link against the a system-provided hiredis...
Partially fixes #158. * src/pack.c: Replace sdsalloc.h with alloc.h. (pack_command): Replace s_malloc with hi_malloc.