Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some tweaks to debugging.lisp, towards making more tracing work #164

Open
wants to merge 1 commit into
base: io/debugging
Choose a base branch
from

Conversation

ko56
Copy link

@ko56 ko56 commented Feb 21, 2024

  1. Behavior of master:

a) Global tracing of :methods, :tasks, :operators, :axioms works fine. b) (shop-trace (:method )) also works, but needs what in the manual is denoted [nm] or [n1], [n2] etc. This could be made clearer in the manual.
(shop-trace (:operator )) results in an error.
(shop-trace (:task )) works, causes a break.
(shop-trace (:axiom )) doesn't do anything.

  1. Behavior of this branch/pull:
    now (shop-trace (:operator )) is accepted, but no tracing happens.

  2. I see that planning-engine/task-reductions.lisp has to be modified now to handle operators and axioms.

1. Behavior of master:

a) Global tracing of :methods, :tasks, :operators, :axioms works fine.
b) (shop-trace (:method <method name>)) also works, but needs what in
the manual is denoted [nm] or [n1], [n2] etc. This could be made clearer
in the manual.
   (shop-trace (:operator <op name>)) results in an error.
   (shop-trace (:task <task name>)) works, causes a break.
   (shop-trace (:axiom <axiom name>)) doesn't do anything.

2. Behavior of this branch/pull:
  (shop-trace (:operator <op name>)) is now accepted, but no tracing happens.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant