shop-planner / shop3

SHOP3 Git repository
https://shop-planner.github.io
144 stars 14 forks source link

Fix for allegromodern #160

Open rpgoldman opened 6 months ago

rpgoldman commented 6 months ago

There were a couple of snippets of code that only work in case-insensitive Lisp. Stumbled on this testing a system that depends on SHOP3 using Allegro modern.

rpgoldman commented 6 months ago

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 problems, or the tests will be hard to maintain, and we will collide with PDDL practice (PDDL is case-insensitive).