Ákos Kiss
Ákos Kiss
This is my workaround: https://github.com/ak-coram/cl-duckdb/blob/54d4b8d2355c1db851a6d140adaba2ab9783b9ca/duckdb-api.lisp#L114
Something weird is still going on. ```sql SELECT INTERVAL 1001 YEAR + INTERVAL 1001 MONTH + INTERVAL 1001 DAY + INTERVAL 1001 HOUR + INTERVAL 1001 MINUTE + INTERVAL 1001...
On an unrelated note: why is only `duration-seconds` exported from the package and not all the other duration fields? I'd need to read those to turn a duration back into...
Perhaps macos-14 could also be added to the test matrix?
Done, but I've skipped `ccl-bin` for `macos-14` because I don't think it works: you might want to add a separate issue for that like the others.
@svetlyak40wt is there something missing from this? Thanks!
> Relatedly, could you try the example in that issue? @Bike: I get a condition of type `EXT:SEGMENTATION-VIOLATION` in the debugger, it crashes as well when I do `sldb-abort` ([GDB...
I can't reproduce this anymore, with the current master I simply get the following (without even involving swank): ```$ ./build/clasp Starting cclasp-boehm-0.4.2-3624-ge22772226-cst ... loading image... Top level in: #. COMMON-LISP-USER>...