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

print(true) broke? #4021

Closed
johnmyleswhite opened this issue Aug 12, 2013 · 4 comments
Closed

print(true) broke? #4021

johnmyleswhite opened this issue Aug 12, 2013 · 4 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@johnmyleswhite
Copy link
Member

This seems weird to me:

julia> print(true)
ERROR: no method convert(Type{Unsigned},Bool)
 in print at show.jl:90
 in print at string.jl:7
@quinnj
Copy link
Member

quinnj commented Aug 12, 2013

I'm on commit 482cae9 (August 2), Windows 8, 64-bit native build and don't see this.

julia> print(true)
true

@johnmyleswhite
Copy link
Member Author

I see this on c8a536e. I didn't see it on yesterday's commits to the master branch. Can do a bisect if the cause isn't obvious.

@mlubin
Copy link
Member

mlubin commented Aug 12, 2013

Related to #4018?

@JeffBezanson
Copy link
Member

This must be caused by my recent new print method in show.jl to print
integers in decimal. Maybe it should be narrowed to only Unsigned, since
those are the only integers that otherwise wouldn't print in decimal.
On Aug 11, 2013 9:47 PM, "Miles Lubin" notifications@github.com wrote:

Related to #4018 #4018?


Reply to this email directly or view it on GitHubhttps://github.com//issues/4021#issuecomment-22469828
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

4 participants