You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @camsaul appears mixing dispatch values like in the following examples break the default pretty-printer pprint. Typically, this shouldn't be a problem except when you store a multimethod in some compound data you pass around - like state of a finite state machine or something. The moment REPL attempts to pretty print such a value it'll throw an exception. Maybe related to problem with sort you mention in another issue.
Hi @camsaul appears mixing dispatch values like in the following examples break the default pretty-printer
pprint
. Typically, this shouldn't be a problem except when you store a multimethod in some compound data you pass around - like state of a finite state machine or something. The moment REPL attempts to pretty print such a value it'll throw an exception. Maybe related to problem withsort
you mention in another issue.Version:
methodical/methodical {:mvn/version "1.0.111"}
To reproduce, try any of these:
Examples 1:
stacktrace
Example 2
Example 3
The text was updated successfully, but these errors were encountered: