rpgoldman

Results 153 issues of rpgoldman

When I checked, this was not retrievable from the link in the README. I grabbed a copy from the Wayback machine. I'm attaching it here. Also, for whatever reason, I...

Fix call to NATIVE-NAMESTRING on return of ASDF:SYSTEM-RELATIVE-PATHNAME, which may return a logical pathname.

If you would like to drop maintaining this, we have made a fork in sharplispers/cl-json If so, you could transfer the issues to the sharplispers repo and then archive your...

Add a GitHub action that will build CL-JSON on multiple lisp implementations and run the tests.

We could simplify things a bit by making the test system be now "cl-json/test" instead of ".test". The new "slashy" package names in ASDF would mean that ASDF would know...

Sorry to bother with a question, but I wasn't sure how else to ask. I have a bunch of files that I mistakenly uploaded to the wrong folder that I...

This definition failed to parse: ``` (:ACTION DIVERGENCE :PARAMETERS () ; (?P ?O) :PRECONDITION () :EFFECT ()) ``` but this one succeeded: ``` (:ACTION DIVERGENCE :PARAMETERS () ; (?P ?O)...

This would fix issue #4 Now LINKER uses the value of CXX. At the same time, I introduced use of the standard LEX and YACC variables.

The parser that VAL uses is pretty badly deformed by the requirements of yacc-style LR(1) parsing. Instead of being a clean(ish) copy of the grammar from the spec, it's had...

[p01.pddl.txt](https://github.com/KCL-Planning/VAL/files/1342572/p01.pddl.txt) [domain.pddl.txt](https://github.com/KCL-Planning/VAL/files/1342571/domain.pddl.txt) I was editing a domain to remove costs and inadvertently ran the updated domain (no costs) against a problem file that had an initializer of `(= (total-cost) 0)`...