-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Remove remaining trailing whitespace #9792
Conversation
0b17a8b
to
631ed8b
Compare
I rebased this for you, hope you don't mind. |
Not at all. Here is the command I used if you need to do this on the 0.3 branch.
|
That is useful, thanks. Haven't done that yet but have been thinking about it to simplify backporting. |
Nevermind, on non-OSX it apparently needs a space after the open parenthesis, and non-unicode quotes are probably also a good idea. |
Weird, seems to be an autocorrect "feature" in Apple's Notes App. |
ref PR #9792 for command to do this
ref PR #9792 for command to do this
ref PR #9792 for command to do this
631ed8b
to
3c21751
Compare
catch a few recent whitespace additions
Rebased this again. A few new whitespaces have snuck in. Interestingly the check does not cause Travis to fail immediately, it runs all the tests and forces you to scroll all the way up to the start of the log to figure out why the status was failed. I'm liking the option of doing this in a separate Travis job or on a separate Travis-competitor service (#9553 did the former, and mentions the latter) more and more. |
I cancelled the appveyor build. Assume that is ok here. |
Yeah, if there are better things to run it on sure. It was otherwise idle, and just in case... |
I wanted my sparse solver stuff to go through... |
Sure, looks like it needs some work to deal with the recent Triangular changes. Looking at this more closely, we could potentially do |
Can we move the check to the end of the travis run, or add your suggested fix, and be done? I don't think we have to be too fancy yet. I think that the fast fail is nice, but I agree now it penalizes our appveyor ci builds, so putting it at the end makes sense. |
Sure. My idea works for fast failure, tested it in a different branch: https://travis-ci.org/JuliaLang/julia/builds/47524519 Just have to pick which we want. If we merge #9809 as well then doing it at the end of the tests makes more sense, since it should happen earlier on people's local machines. |
Remove remaining trailing whitespace
@tkelman thanks, I just kept the behavior we currently have. We can always tweak this latter. |
ref PR JuliaLang/julia#9792 for command to do this
Removes TODOs from #9787.