rpgoldman
rpgoldman
@fukamachi I have just updated my Quicklisp dist to qlot-20231021-git but the error persists. ``` qlot: Unhandled TYPE-ERROR in thread #: The value "plan-repair-rewrite/shop3" is not of type SYMBOL when...
No, it does not. That is why I thought perhaps there was some recursive processing caused by failure to match `defsystem`. Tracing...
Here is the file it is reading when it gets the error (not the same as the first): ``` ;;;; plan-repair-rewrite.asd ;; ;;;; Copyright (c) 2023 Robert P. Goldman (SIFT,...
Could you post a line of code I could use to run `read-asd-file`? I am trying to find one, but it seems that many prerequisites must be established before I...
Oddly, that expression runs successfully. I will test it on all the asd files.
> Although it is superfluous to say for solving the issue, I'm leaving a comment to your advice in a description. > > > It may be better to use...
Wondered if `qlot init` was handled specially so did: 1. `touch qlfile` 2. `touch qlfile.lock` 3. `mkdir .qlot` 4. `qlot install clingon` Now the error is: `qlot: File does not...
Ah: the README is confusing. I should have done: 1. `qlot install` 2. `qlot add clingon`
This is going to be more difficult than I had originally thought: even if we support modern mode code, we should really case-flatten the SHOP language constructs like domains and...
This is still imperfect: the Classic SHOP trees still have issues. But ESS-SHOP output to HDDL plans works properly.