Results 148 issues of Kirill A. Korinsky

ECL fails as: ``` The function FSET::MAKE-CHAR is undefined.. ``` and CLisp was a bit different: ``` :info:test *** - Test failed: :info:test (NEW-LET:LET :info:test ((FSET::HT :info:test (FSET:CONVERT 'HASH-TABLE (FSET:MAP...

The output of `(asdf:operate (quote asdf:test-op) (quote iolib))` on SBCL for example: ``` This is SBCL 2.3.7, an implementation of ANSI Common Lisp. More information about SBCL is available at...

``` LPARALLEL-TEST::SUBMIT-TIMEOUT-TEST.. LPARALLEL-TEST::ABORT-FUTURE-TEST. LPARALLEL-TEST::ERROR-DURING-STEALING-FORCE-TEST.. LPARALLEL-TEST::PTREE-UNKNOWN-NODE-TEST.................... LPARALLEL-TEST::PMAP-NOTINLINE-TEST.............................. LPARALLEL-TEST::PMAPLIST-INTO-DEGENERATE-INPUT-TEST......................... LPARALLEL-TEST::BROADCAST-ERROR-TEST.............................. LPARALLEL-TEST::PREMOVE-IF-TEST.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... LPARALLEL-TEST::NO-KERNEL-TEST..... ^CLPARALLEL-TEST::GRIND-QUEUE-NO-TIMEOUT-TEST. ;;; Suspending process # ;;; Suspending process # ;;; Suspending process # ;;; Suspending process # ;;; Suspending process...

``` :info:test please use proper dependencies instead :info:test LPARALLEL-TEST::NON-ERROR-CONDITION-TEST.......... :info:test LPARALLEL-TEST::PTREE-BASIC-RESTART-TEST.......... :info:test LPARALLEL-TEST::FLOOD-TESTUnhandled SIMPLE-ERROR in thread #: :info:test The assertion (EVERY #'LPARALLEL.PROMISE:FULFILLEDP LPARALLEL-TEST::FUTURES) :info:test failed with #'LPARALLEL.PROMISE:FULFILLEDP = :info:test #,...

The last version of certomancer on pypi contains tests but an attempt to run it failed, because it had missed `tests/data` folder. Shall `tests/data` be included into package?

stale

Good day! I'm porting your code into MacPorts: https://github.com/macports/macports-ports/pull/12132 and right now I've masked it as code with `Unknown` license. If you can make things clear, it helps.

Let assume that we have a lua script which calls `wrk.format` with both headers and body, with`headers["Transfer-Encoding"] = "chunked"`. That attempt fails with error like: `unexpected content-length header at` Closes:...

Hey, Is it possible to make a benchmark with some payload which is sends as chunked request?

Hey, Is it possible to introduce a way to never force `USE_SECTRANSP` to build `curl` on macOS 10.7 or anything before 10.8? Right now it can't be linked agains such...