Michał "phoe" Herda

Results 155 issues of Michał "phoe" Herda

If I understand correctly, the semaphore count can be accessed using a variation of the following: ```lisp ? (defvar *semaphore* (make-semaphore)) *SEMAPHORE* ? (ccl::semaphore-value *semaphore*) # ? (ccl::%get-unsigned-long-long *) 0...

`(subtypep 'number '(or complex real))` ;=> `NIL T`. This implies that CCL is sure that there is a subtype of `number` which is neither `complex` nor `real`. Either this type...

While browsing the GitHub network for CCL, I found this commit from @denim2x. I think it would be worthy to review, test and merge it - posting it here so...

[CLHS Variable \*FEATURES\*](http://www.lispworks.com/documentation/HyperSpec/Body/v_featur.htm) states: > `:ieee-floating-point ` > If present, indicates that the implementation purports to conform to the requirements of IEEE Standard for Binary Floating-Point Arithmetic. CCL seems to...

Forked from https://github.com/Clozure/ccl/issues/308 The CCL Lisp function `signal-semaphore` calls a C function: https://github.com/Clozure/ccl/blob/275105afd94706d95ac955178316074931822c42/lisp-kernel/thread_manager.c#L529-L533 The macro `SEM_RAISE` is platform-dependent and implemented here: https://github.com/Clozure/ccl/blob/275105afd94706d95ac955178316074931822c42/lisp-kernel/threads.h#L119-L142 The Windows `ReleaseSemaphore` has a count argument that...

I get an exception while reloading the boot image upon trying to rebuild the core. Bootstrapping binary: lx86cl from April 2019 Commit: current master OS: Debian sid `uname -a`: Linux...

#233 was merged, but the new Windows binaries containing the hanging fix are not yet uploaded.

Mentioned in #42 > It used to be SLIME compatible, but currently the support for Corman Lisp in SWANK is broken. The code is still there though. I haven't had...

enhancement

I've updated `draw-cons-tree` and filed a PR at https://github.com/cbaggers/draw-cons-tree/pull/5, but failed to get a response from @cbaggers in over a month. I volunteer to maintain it henceforth. Please point Quicklisp...

I've rewritten `lisp-namespace`, uploaded it at https://github.com/phoe-trash/lisp-namespace, and made a PR[0] to the original repository, but since it's a widely used system, I think it would be better to check...