Hellseher

Results 60 issues of Hellseher

Hi, I tried to enabled tests during packing for Guix, but `t-lack` depends on Clack and Clack depends on Lack, which impossible to resolve during build and test stages. https://github.com/fukamachi/clack/blob/master/clack.asd#L24...

While packing for Guix I've encountered with this issue ``` starting phase `build' Invoking sbcl: "/gnu/store/i8wj59i9x3p8k253jmhxn5hi2iw0x4hw-sbcl-2.1.4/bin/sbcl" "--non-interactive" "--eval" "(require :asdf)" "--eval" "(asdf:load-asd (truename \"/gnu/store/8g8xw4fg9nams9ay7ziha63aads8lwzr-sbcl-rutils-5.2.1-1.db3c3f4/share/common-lisp/sbcl/rutils/rutils-test.asd\"))" "--eval" "(asdf:load-asd (truename \"/gnu/store/8g8xw4fg9nams9ay7ziha63aads8lwzr-sbcl-rutils-5.2.1-1.db3c3f4/share/common-lisp/sbcl/rutils/rutils.asd\"))" "--eval" "(asdf:load-asd...

``` WARNING: Deprecated recursive use of (ASDF/OPERATE:OPERATE 'ASDF/LISP-ACTION:TEST-OP '("spatial-trees.nns")) while visiting (ASDF/LISP-ACTION:TEST-OP "spatial-trees") - please use proper dependencies instead ```

`(ssh:with-connection (conn "172.16.31.21" (ssh:pass "my_pc" "my_pass")) (ssh:with-command (conn iostream "ls -a")) ) ` Libssh2: libssh2_channel_wait_closed() invoked when channel is not in EOF state (ERROR-INVAL) [Condition of type LIBSSH2:SSH-GENERIC-ERROR] Backtrace: 0:...

Hi, The development on CL-SLICE is stopped in favor of SELECT > This repository is archived. You may find an updated version of these libraries at https://github.com/Lisp-Stat/select

Hi, During scheduled update of astroquery in Guix I tried to speed up unit tests with `pytest-xdist`. It's minimized the wait time especially on multi threaded CI farm. Unfortunately by...

esa.xmm_newton

Hi, While refreshing dependencies for `nebula` in Guix, I've faced with this project, which looks like dormant. If it's still maintained, may the current maintainer add release or versioned tag...

Hi, During packaging https://github.com/spedas/pyspedas for Guix I've faced with the issue of failing unit test of geopack which comes as install dependency of the project: ``` Using pytest ============================= test...

Hi, Commit: 3788802199228b49d0e06c3feb80c1c22af05cfc Tests passed on SBCL but failed on ECL: ``` Error while running (CL-MARKDOWN-TEST) from /gnu/store/cw1cc47a8xbz8g1yja8y19j3vvw9501m-ecl-cl-markdown-0.10.6-0.3788802/share/common-lisp/ecl/cl-markdown/lift-standard.config: The function LIFT::GET-BACKTRACE-AS-STRING is undefined. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; An error occurred during initialization: The...