Ákos Kiss

Results 14 issues of Ákos Kiss

Turns out there were more issues related to caching with the `macos-14` runner: - The homebrew directory seems to have changed to `/opt/homebrew/`: I've extended `roswell-cache-paths` accordingly. - The qlot...

I discovered an issue while testing via GH actions on ARM via emulation, here's a minimal example: https://github.com/ak-coram/cl-duckdb/issues/32#issuecomment-1574661101 Do you maybe have an ideas what could be causing this? It...

I'm trying to use this library to represent SQL intervals such as the result of the following expression: ```sql SELECT INTERVAL 1 HOUR + INTERVAL 1 YEAR + INTERVAL 1...

**Describe the bug** Compilation of the `serapeum` library via quicklisp fails with the following error: ``` COMPILE-FILE-ERROR while compiling # [Condition of type UIOP/LISP-BUILD:COMPILE-FILE-ERROR] Restarts: 0: [RETRY] Retry compiling #....

bug
compiler

**Describe the bug** Evaluation hangs with `safety` set to `0`. **Expected behavior** I would expect code running without errors on higher `safety` levels to also run with `safety` set to...

bug

Steps to reproduce: 1. Evaluate `(mod 1 0)` in the slime repl. 2. Condition of type `division-by-zero` is signaled opening the slime debugger. 3. Press `a` (for `sldb-abort`) The clasp...

bug
crash

This should be possible based on `duckdb_extract_statements` and related functions in the C API.

Due to https://github.com/cffi/cffi/issues/339 the return value of the append functions which receive struct parameters as values are currently ignored.