rpgoldman
rpgoldman
Sorry to drop an issue for a simple question. I'm interested in using Eclector, but thought it would be easier to learn if the source code for one or more...
I'm seeing some test failures: # TCP-CONNECT-FAIL ``` TCP-CONNECT-FAIL in CL-ASYNC-TEST-CORE [Make sure a tcp connection fails]: Unexpected Error: # #. ``` This may be related to [an error I...
Running the `tests/runtime-args-test.sh` on this branch (after `make`) as cd tests BUILDAPP=../buildapp ./runtime-args-test.sh will `describe` the `dumper` object after parsing the command line, demonstrating that the `dynamic-space-size` slot is unset....
This change was required to fix the problem of the SBCL executable that is running buildapp gobbling up the dynamic-space-size command line argument instead of letting it be a setting...
I may have broken something in my branch (see #39). Now when I compile [`dispatched-entry-form`](https://github.com/xach/buildapp/blob/dd00f18938ccae0a9b406bfcfd882ad32abeb757/dumper.lisp#L107), I am getting this compilation note: ``` ; file: /Users/rpg/lisp/buildapp/dumper.lisp ; in: DEFUN DISPATCHED-ENTRY-FORM ;...
I was having trouble with an application I built with this command line: ``` buildapp --dynamic-space-size 100000 --output strike-force-one --load game-player.lisp --entry 'cl-user::main' --dumpfile-copy 'strike-force-one-dumpfile.lisp' --logfile 'build-game-player.log' ``` When I...
When there is no default entry in a set of dispatched-entries, buildapp errors out without building. I *believe* that it's going wrong at this line: https://github.com/xach/buildapp/blob/dd00f18938ccae0a9b406bfcfd882ad32abeb757/dumper.lisp#L123 but I'm not entirely...
When I make buildapp with an absolute pathname for SBCL, like this: make DESTDIR=/home/rpg/.local/bin/ LISP=/opt/sbcl/current/bin/sbcl I get the wrong command line arguments to SBCL (`--no-init` instead of `--no-userinit` and `--no-sysinit`):...
Something I would often like to do with jupyter_spaces is to do a bunch of computation with temporary variables, and assign the final result to a persistent/global variable. Right not,...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...