Artem Boldariev
Artem Boldariev
Дякую за розкладку! Було б непогано, якби вона увійшла до стандартного пакету розкладок xkb, бо вона, певно, єдина, що збігається з тим, що намальовано на типовій клавіатурі з українською кирилицею.
Clang-format 14.0.0 and 14.0.5 seem to produce slightly different results. Providing 14.0.5 additionally might be even better. They really should not change formatting between minor versions.
There was a similar issue closed some time ego (#466), but I think that this issue needs to be reevaluated to support cases like #455 (Lenovo T470) and for many...
@sharplispers/cormanlisp-maintainers @Luis-Cervantes @xach As it was [announced earlier](https://github.com/sharplispers/cormanlisp/issues/40), Corman Lisp 3.1 has been released! The release can be found in the [project's download section](https://github.com/sharplispers/cormanlisp/releases/tag/v3.1.2b) alongside the release notes. Compared to...
From https://groups.google.com/d/msg/cormanlisp/_qB2KC4Nw5Q/Sgv6xoZ0CQAJ > I suspect using keyword symbols as slot-descriptors in defstruct doesn't meet HyperSpec and outcome is undefined. > I was trying it as I have a list of...
It was [reported](https://www.reddit.com/r/Common_Lisp/comments/aaxp2c/release_corman_lisp_31_sharplisperscormanlisp/) that Corman Lisp IDE changes line endings to Windows style when editing files. It should try to preserve the line ending style. Some additional information: https://docs.microsoft.com/en-us/cpp/mfc/reference/cricheditctrl-class?view=vs-2017#setoptions (See...
There are some issues with FASL reading/writing. Right now Corman Lisp might crash when loading RDNZL. Corman Lisp tries to produce some FASLs when trying to load RDNZL at the...
Also, see issue #32.
I believe it would be nice to support Restart Manager API on Windows Vista and newer. It is very handy when implemented with #19. https://msdn.microsoft.com/ru-ru/library/windows/desktop/cc948910%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
Unfortunately new Hardware Assisted GC crashes CL on nearly all machines I have access to. It seems that it needs some additional work. I am going to disable it by...