Replies: 1 comment
-
Also, we probably can add some kind of thread-local value that provides an optional context that could be inserted. This is particularly for things that are called by C++ functions from other C++ functions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the error message is:
That's not useful. We should be able to add
(python type: <whatever>, C++ type: ???)
to this error message to help users out even though we don't have the C++ type. If you're open to it, I can make a PR -- though we probably could bikeshed the error message contents.Beta Was this translation helpful? Give feedback.
All reactions