-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Thanks for the great library, I really like the design of the user interface (defphraser specifically). I stumbled upon an odd issue that may not be common, but it caused me to scratch my head for a few moments, so I'd like to share in case anyone else runs into it. When you define a phraser with dispatch on the :via
keyword, and then delete it and re-define the same phraser without dispatch (within the same REPL session), the dispatched version will shadow the non-dispatched version - which is what you would expect, but for REPL development it may be confusing since your current phraser is not actually working. I am not sure how to clear the phrase storage besides a REPL reset.
Metadata
Metadata
Assignees
Labels
No labels