-
-
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
fix #10630: nim doc
uses wrong definition for DirSep on windows, causing all sorts of bugs
#10629
fix #10630: nim doc
uses wrong definition for DirSep on windows, causing all sorts of bugs
#10629
Conversation
…sing splitFile(etc) bugs
a7db685
to
27f9cc2
Compare
nim doc
uses wrong definition for DirSep on windows, causing all sorts of bugs
nim doc
uses wrong definition for DirSep on windows, causing all sorts of bugsnim doc
uses wrong definition for DirSep on windows, causing all sorts of bugs
This diff makes it really hard to see what actually has been changed. |
...and from what I can tell from briefly scrolling through the changes, you used this opportunity to change much more than that, introducing Btw, sorry to be blunt, but I will not consider/review your PRs until the count of your open issues is above 150. Close some least important ones (which affect the least amount of Nim users), this will show some good will from your side, and then I'll change my mind. |
see the paragraph I added here: https://nim-lang.github.io/Nim/contributing.html#the-git-stuff-code-reviews
I applied the minimum change I could think of that fixed the bug; could you please suggest an alternative that doesn't introducing
I really don't think this is a good idea (eg see #10257 (comment) for my position on this point) but I will go ahead and close some issues I created; just don't blame me if people complain. |
@narimiran i closed some issues and tagged them as "Won't fix" but I just lost ability to tag issues in the past 10 minutes, so I can't tag the issues I'm closing with "Won't fix" anymore. This is not helping at all. |
But you can still close them ;) I'll tag them later, don't worry, just continue with the cleanup. |
that's really counter-productive. I can just avoid creating new labels from now on, no need to remove my ability to tag issues altogether. |
I am sorry to be blunt here, but dealing with you is counter productive. Your issues are convoluted, ignore the issue templates, and generally disrespect our time to read them. |
done, 148. I went through all my remaining open issues and they're all valid, IMO. EDIT: 144 |
Great, now I went through this PR and here are my questions:
DirSep* = '/'
## The character used by the operating system to separate pathname
## components, for example: `'/'` for POSIX, `':'` for the classic
## Macintosh, and `'\\'` on Windows. Yeah, it shows I briefly skimmed through the PR, and it seems to me (correct me if I'm wrong) like all these changes are there just one line in the documentation will be changed to Having that said, this is a big no from me. |
The point is that when running |
@GULPF The better way would have been |
fix [TODO]
nim doc
uses wrong definition for DirSep on windows, causing all sorts of bugs #10630:nim doc
uses wrong definition for DirSep on windows, causing all sorts of bugscan this be
[backport]
even thoughlib/pure/includes/osseps.nim
was introduced in 9cc4a57 ?