Skip to content

Conversation

@vchuravy
Copy link
Member

@vchuravy vchuravy commented Apr 8, 2016

This came up during #15753 and I followed @StefanKarpinski comment here: #13966 (comment)

This reverts printing of ranges to the status quo of v0.4. But keeps the
improvement for linspace.

The rational is that the information given for ranges is sufficient to
imagine the values contained in it, but for linspace the mapping to
values contained is non-trivial.

This reverts printing of ranges to the status quo of v0.4. But keeps the
improvement for linspace.

The rational is that the information given for ranges is sufficient to
imagine the values contained in it, but for linspace the mapping to
values contained is non-trivial.
@JeffBezanson JeffBezanson merged commit 12f44ba into JuliaLang:master Apr 8, 2016
@yuyichao yuyichao deleted the vc/print_ranges branch April 8, 2016 14:21

# writemime for ranges
function writemime(io::IO, ::MIME"text/plain", r::Range)
show(io, r)
Copy link
Contributor

Choose a reason for hiding this comment

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

wrong indent

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