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

Miscellaneous tidying, again #20395

Merged
merged 6 commits into from
Feb 3, 2017
Merged

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Feb 2, 2017

Nothing especially substantial here, been accumulating trivial fixups on a branch until it felt worth putting a set of them into a PR.

fix plaform typo

capitalize first word in doctstring sentences

reword NEWS

minor rewording in doc/src/manual/arrays.md

(see Sacha0 review on PR 20125)

there are live cells

adjust spacing

adjust some indentation in test/parse.jl

remove empty line at end of docstring

grammar fix in a comment

move comma to end of line instead of start of next line

reword a little to avoid saying specified twice in rapid succession

4 space indent in const_datatype_getfield_tfunc
ref e95f5f2 and JuliaLang#7059

and leave a todo note about isdefined and invoke deprecations
that are implemented in C
dr2 = [Dates.Date(2000):Dates.Date(2000, 1, 10);]
dr = ["2000-01-01", "2000-01-02", "2000-01-03", "2000-01-04", "2000-01-05",
"2000-01-06", "2000-01-07", "2000-01-08", "2000-01-09", "2000-01-10"]
dr2 = [Dates.Date(2000) : Dates.Date(2000, 1, 10);]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces surrounding colons in range expressions I think are fairly atypical. Invenia's JuliaFmt I think actually removes spaces around colons.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when the index expressions are short yeah, but when they're both long function calls the : sandwiched in the middle doesn't stand out much

@tkelman
Copy link
Contributor Author

tkelman commented Feb 3, 2017

Pkg failure on appveyor looks like #16555

@tkelman tkelman merged commit 3db0193 into JuliaLang:master Feb 3, 2017
@tkelman tkelman deleted the tk/spellingetc branch February 3, 2017 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants