-
-
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
Documentation with when
branch is missing field types
#9899
Labels
Documentation Content
Related to documentation content (not generation).
Documentation Generation
Related to documentation generation (but not content).
Easy
Hacktoberfest (Open)
Issues suitable for Hacktoberfest, open for working on.
Comments
mratsim
added
Documentation Content
Related to documentation content (not generation).
Documentation Generation
Related to documentation generation (but not content).
labels
Dec 8, 2018
Merged
This is a general issue not related to docgen:
This is because A simple fix is to remove this line Line 676 in 9c3e23e
but then obviously it creates other issues. Another fix would be to check for this case here - Lines 354 to 356 in 9c3e23e
and use PSym_variable.typ to get what we want. (And similarly for renderer or whatever the compiler uses to print in errors).
There may be other ways to fix it, IDK. cc @Araq |
16 tasks
narimiran
added
the
Hacktoberfest (Open)
Issues suitable for Hacktoberfest, open for working on.
label
Oct 1, 2019
Fixed by #21017 |
metagn
added a commit
to metagn/Nim
that referenced
this issue
Jun 11, 2023
closes nim-lang#9899, closes nim-lang#14708, refs nim-lang#21017
Araq
pushed a commit
that referenced
this issue
Jun 11, 2023
jmgomez
pushed a commit
to jmgomez/Nim
that referenced
this issue
Jun 11, 2023
closes nim-lang#9899, closes nim-lang#14708, refs nim-lang#21017 temp
bung87
pushed a commit
to bung87/Nim
that referenced
this issue
Jul 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Documentation Content
Related to documentation content (not generation).
Documentation Generation
Related to documentation generation (but not content).
Easy
Hacktoberfest (Open)
Issues suitable for Hacktoberfest, open for working on.
Test case: The current
options
module documentation is missing type for fields:https://nim-lang.org/docs/options.html#7
While this is what is declared:
Nim/lib/pure/options.nim
Lines 75 to 82 in 72e15ff
The text was updated successfully, but these errors were encountered: