Kirill A. Korinsky
Kirill A. Korinsky
An attempt to run unit test on SBCL-2.3.10 fails like this: ``` :info:test Unhandled UIOP/UTILITY:PARAMETER-ERROR in thread #: :info:test :FORCE and :FORCE-NOT arguments not allowed in a nested call to...
Here a bit tricky code, and I have no idea how to minimize an example. I'm using https://github.com/doomemacs/doomemacs and it's workspaces. It uses `ivy` at switch between them: https://github.com/doomemacs/doomemacs/blob/d12b0ebc80dc2e14b5bcfad7f00f0cc07d3f2841/modules/ui/workspaces/autoload/workspaces.el#L316-L346 Right...
I'm using `ECL 21.2.1` and unit tests are failed with error: ``` :info:test ;;; Loading #P"/opt/local/lib/ecl-21.2.1/asdf.fas" :info:test An error occurred during initialization: :info:test The function CLOSER-MOP::MAYBE-REMOVE-INITIAL-METHODS is undefined.. ``` When...
I not sure that it is BoehmGC issues, but ECL's maintainer guess that it is. See: https://gitlab.com/embeddable-common-lisp/ecl/-/issues/705 Long story short: an attempt to build ECL on macOS 10.5 i386 fails...
This is a memory optimization for the case when a user required to modify iterator by moving it to a desire position. This works the same way as `iteraotr(fromElement)` but...
A trivial example: ```java ShortSets.singleton((short) 1).equals(IntSets.singleton(1)); ``` fails as: ``` java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.Short (java.lang.Integer and java.lang.Short are in module java.base of loader 'bootstrap') at...
This is a copy of `ArrayFIFOQueue` which has fixed capacity. I've also refactor a bit `PriorityQueue` interface to introduce a clear way to use exception free queue.
This small changes allows to make quite nice setup. For example after this I may add to my WL configuration: ``` (setq wl-biff-notify-hook '((lambda () (alert "You have new mail!"...
#### Description Instead of blacklisting all clangs I've enforced to use clang-11-bootstrap on all systems which ships with something older which can't be used by system to build port which...
The idea is allow to use `extract.rename yes` for a `Portfile` which downloads multiple artifacts from different sources by suggesting the filter which should be used to detect main artifact...