Skip to content
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

[minor] --errormax doesn't work with nim doc, can give hundreds of errors #13220

Open
timotheecour opened this issue Jan 21, 2020 · 2 comments
Open
Labels

Comments

@timotheecour
Copy link
Member

--errormax doesn't work with nim doc

Example

(nim doc --errormax:1 compiler/canonicalizer.nim 2>&1) | grep Error| wc -l

Current Output

478

Expected Output

1 or 0

Additional Information

  • recent devel
@juancarlospaco
Copy link
Collaborator

I understand, but are all compiler flags suppose to work with nim doc?.

@timotheecour
Copy link
Member Author

timotheecour commented Jan 23, 2020

not all, but this one should; it's an annoyance when having 478 errors being shown... it made life harder when working on #13221 for example.

I'm fine with recategorizing as [minor] however

@timotheecour timotheecour changed the title --errormax doesn't work with nim doc [minor] --errormax doesn't work with nim doc, can give hundreds of errors Jan 23, 2020
@Araq Araq added the Tools label Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants