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

Fix jl_static_show for bitstype #17803

Merged
merged 1 commit into from
Aug 4, 2016
Merged

Fix jl_static_show for bitstype #17803

merged 1 commit into from
Aug 4, 2016

Commits on Aug 4, 2016

  1. Fix jl_static_show for bitstype

    The byte gets sign extended when passing to the vararg `jl_printf` and then
    printed as an unsigned int which might come with unwanted `0xff` prefix...
    yuyichao committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    bffa84e View commit details
    Browse the repository at this point in the history