Michał "phoe" Herda

Results 157 issues of Michał "phoe" Herda

The current Quicklisp version of vecto does not contain the contrib added in #10. Is it possible to make a new release so Quicklisp can switch over to it? What...

https://github.com/s-expressionists/wscl/blob/6edde3b932d5bb44512cffb843839b629cc19847/wscl-issues/proposed/aref-accessor-dimension-error#L52-L88 Question: is a TYPE-ERROR signaled in these cases? Test cases for the above question: ```lisp (progn (defun one (object) (declare (optimize (safety 3))) (aref object 1)) (defun two (object)...

https://github.com/phoe/cafe-latte/blob/3045ae43609741e698ff18ec44cc88bded14b05d/src/test/java/systems/raptor/cafe_latte/handlers/HandlerCaseTest.java#L92-L106 This should return a pair of a nullable return value and a nullable error to better map to the CL API.

https://github.com/LispCookbook/cl-cookbook/blob/fd22cd81b5e9f29d1c65e51d80a568e897552dad/numbers.md#L71-L82 The type `bignum` is specified to be exactly `(and integer (not fixnum))`, which, along with the first line of this paragraph, would then mean that `1/2` is not a...

```lisp CL-USER> (swank:inspect-in-emacs (make-array 5 :element-type nil)) An attempt to access an array of element-type NIL was made. Congratulations! [Condition of type SB-KERNEL:NIL-ARRAY-ACCESSED-ERROR] See also: Common Lisp Hyperspec, UPGRADED-ARRAY-ELEMENT-TYPE [:function]...

```bash ┌─[phoe][helix][~] └─▪ ros --version roswell 21.10.14.111(NO-GIT-REVISION) ┌─[phoe][helix][~] └─▪ ros config clasp-bin.version=2022-01-28 ecl.version=21.2.1 asdf.version=3.3.5.7 clisp-head.version=22.1.30 sbcl.version=2.2.9 setup.time=3876212476 sbcl-bin.version=2.2.9 default.lisp=sbcl-bin ``` ```bash ┌─[phoe][helix][~] └─▪ time ros run -L sbcl-bin/2.2.9 +Q +R...

Debian sid, wine-8.19, KeeperFX 1.0 release. The game is hanging and starts consuming 200% CPU at seemingly random moments, be it three minutes or an hour into the game. How...

Type-Defect

https://github.com/usocket/usocket/blob/154be13cc667219cbe0a83b971d9f05d8f0aaea6/usocket.lisp#L17-L18

[CLHS NOTINLINE](http://clhs.lisp.se/Body/d_inline.htm) says, > In the presence of a compiler macro definition for `function-name`, a `notinline` declaration prevents that compiler macro from being used. The macroexpansion machinery contained in this...

https://github.com/cbaggers/fn/blob/8d8587d03a7b5e26b306fc90018e385d9e5acc2c/mad.lisp#L64 ```lisp 'hander- ``` Should be `'HANDLER-` instead, I guess.