-
Notifications
You must be signed in to change notification settings - Fork 162
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
Document IsRangeRep
and improve the documentation of ConvertToRangeRep
, IsRange
, and the section Ranges
#3472
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message claims: "Restructures ConvertToRangeRep
:" but I think this should be "Restructures the ConvertToRangeRep
documentation:"
552d0c5
to
93a9ca2
Compare
Done |
Codecov Report
@@ Coverage Diff @@
## master #3472 +/- ##
==========================================
+ Coverage 80.47% 85.34% +4.87%
==========================================
Files 696 699 +3
Lines 343497 346902 +3405
==========================================
+ Hits 276413 296077 +19664
+ Misses 67084 50825 -16259
|
93a9ca2
to
591e538
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this in good shape. I agree with @fingolfin that the 'will' should be changed to 'may'. I suggested a different way of changing the language of this line, in my opinion it improves things.
66f9c84
to
3c3275c
Compare
I just pushed the newest version. |
... `ConvertToRangeRep`, `IsRange`, and the section `Ranges` Documents `IsRangeRep`. Restructures the `ConvertToRangeRep` documentation: - remove some redundant statements - move some explanations to the `IsRangeRep` doc - The documentation previously specified that an object in `IsRangeRep` *is* converted into a plain list if a value is assigned to one of its entries. This is changed to say that in this case the representation *may* be changed. Adds examples to `IsRange` and the info that assigning to a range turns it into a plain list. Improves the example in the introduction of the `Ranges` section,
3c3275c
to
cae9e01
Compare
Rebased onto master. |
Documents
IsRangeRep
.Restructures
ConvertToRangeRep
:IsRangeRep
docAdds examples to
IsRange
and the info that assigning to a range turns itinto a plain list.
Improves the example in the introduction of the
Ranges
section,