-
-
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 doc
renders char as int when inside a const object
#7039
Comments
Again because semConst removes all information from the const and after it evaluates the value 'c', all that is left is the 99. |
This issue has been automatically marked as stale because it has not had recent activity. If you think it is still a valid issue, write a comment below; otherwise it will be closed. Thank you for your contributions. |
maybe something like #14439 could help |
Related: |
|
Using
nim doc
on this file:renders as
Z = (foo: 99)
.With
nim doc0
it is rendered correctly.The text was updated successfully, but these errors were encountered: