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
I was trying to run dstep on the latest version of the tcl header and ran into an assertion error. I figured out that the error was comming from tcl.h:902-904 where three macros are defined.
I was trying to run dstep on the latest version of the tcl header and ran into an assertion error. I figured out that the error was comming from tcl.h:902-904 where three macros are defined.
If those three lines are removed the file is successfully translated.
The issue can be reproduced with the following two lines in a C file. The full error message is at the bottom of this post
dstep --version
- 1.0.3-2-g2f6e8aedstep --clang-version
- clang version 13.0.1The error message
The text was updated successfully, but these errors were encountered: