-
I'm attempting to migrate a simple sqlite db file to postgresql with the following command :
```
docker run --rm -it dimitri/pgloader:latest pgloader F:\pgloader-test\test.db postgresql://example:ex…
-
Imported from SourceForge on 2024-07-08 11:04:46
Created by **[rtoy](https://sourceforge.net/u/rtoy/)** on 2024-05-07 15:28:42
Original: https://sourceforge.net/p/maxima/bugs/4301
---
Maxima says `t…
rtoy updated
4 months ago
-
- [x] pgloader --version
```
pgloader version "3.6.7~devel"
compiled with SBCL 2.1.1.debian
```
- [x] did you test a fresh compile from the source tree?
~Unfo…
-
I can't complie pgloader on centOS 7.
I had a version in June which worked very well. i downloaded the latest version and i have build errors
>docker build -f Dockerfile.ccl -t pgloader:debian .
S…
-
As discussed [here](https://gitter.im/thephoeron/let-over-lambda?at=55d347ddd46018562035a117) i get compilation failures when upon (ql:load "cl-bson), which requires let-over-lambda. The failure occu…
bhyde updated
9 years ago
-
Are you dependent upon local changes in this github version of portable aserve?
We now have two divergent hosted projects for this (the original Sourceforge one and your github one), and there does …
-
It's sort of "a bit" works on Raspberry Pi 3 with Ubuntu MATE 16.04. File "glib.misc.lisp" does not have ARM architecture to define `G-SIZE` C-type. I've made it `:ULONG` - everything compiles, but no…
-
An attempt to run test on ABCL on macOS leads to inifity freez. Console output:
```
Armed Bear Common Lisp 1.9.2
Java 11.0.20 MacPorts
OpenJDK 64-Bit Server VM
Low-level initialization completed …
catap updated
4 months ago
-
It seems there is quite a bit of variance here in the implementations. Each implementation page should have a description of that implementations approach to garbage collection, with links to official…
ghost updated
7 years ago
-
I m creating a Shen OO capability based on Paul Graham's book On Lisp,
Ch 25, Object-Oriented LISP.
A version of this capability is in the file oo.shen.
An attempt to track the function (create…