rpgoldman
rpgoldman
@xach If you think this is OK, I will update the documentation to agree with it. On the other hand, if you think it's a bad approach, maybe you could...
I'm afraid I don't. I only last year started making applications for which I wanted to set the dynamic-space-size, so this has always failed for me. Is this something that...
> If buildapp isn't getting `--dynamic-space-size` passed through, there's either a bug in how it's saving the executable with save-lisp-and-die, or a bug in SBCL. If that argument is being...
I'm not sure how I can demonstrate this issue without adding some debugging prints. The dumpfile has `save-runtime-options`, but the issue I am seeing is that the argument does not...
Please see #142 which resolves the conflicts. Also, if it takes a while to get this merged, let's regularly rebase it on the current `master`, instead of letting it diverge...
Should we kill this MR, now that we have the rebased one: #142 ?
I think this is OBE because Travis has been supplanted by GitHub actions.
@joaotavora Thank you very much for the helpful write-up. It seems like buried somewhere down in there is an invocation of Allegro functions on the slynk side that is not...
Recording my initial tracing results here. I will continue to look into this. Looks like things are going wrong in `scm:section-file`. ``` 0[336]: (SLYNK-ALLEGRO::FIND-FSPEC-LOCATION REPLAN-DOMAIN :OPERATOR #P"/Users/rpg/projects/hideho/plan-repair/plan-repair-by-rewrite/plan-repair-rewrite.lisp" (REPLAN-DOMAIN :OPERATOR)) 1[336]:...
Further notes: 1. Not sure if this is relevant, but there was junk at the bottom of the file that `section-file` was invoked on. Removing the junk did not fix...