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
We have added panic to the language, which is quite useful.
Unfortunately it uses a static string right now, so good error messages from egglog rules are impossible. We should be able to extract to a string and add it to the error message.
The text was updated successfully, but these errors were encountered:
We have added
panic
to the language, which is quite useful.Unfortunately it uses a static string right now, so good error messages from egglog rules are impossible. We should be able to extract to a string and add it to the error message.
The text was updated successfully, but these errors were encountered: