-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
nim jsondoc -o:doc.json filename.nim fails when sequences without a type are used #14066
Comments
Unrelated to the issue, and not a workaround, can be marked as offtopic, just an FYI: instead of doing |
The issue is that it assumes that By the way, what is the |
It is a builtin "opt[T]" type, it's dead code. |
Right, should I just make that into an |
Running "nim jsondoc -o:doc.json filename.nim" results in:
Error: unhandled exception: index out of bounds, the container is empty [IndexError]
Example
Additional Information
Already discussed and found a workaround with PMunch on IRC.
The text was updated successfully, but these errors were encountered: