We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I recently (accidentally) compared a Boolean with an integer.
Uncaught exception: DiceLib.ExternalGrammar.Type_error("Type error at line 27 column 622: expected compatible integer types, got TBool and (TInt 4)")
While the error message was already pretty neat, it would have been helpful to have known which operator caused this error message.
This is obviously just a tiny usability improvement.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I recently (accidentally) compared a Boolean with an integer.
While the error message was already pretty neat, it would have been helpful to have known which operator caused this error message.
This is obviously just a tiny usability improvement.
The text was updated successfully, but these errors were encountered: