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 depwarns with current Julia #7

Open
wants to merge 4 commits into
base: visualization
Choose a base branch
from
Open

Fix depwarns with current Julia #7

wants to merge 4 commits into from

Conversation

joshtriplett
Copy link

I attempted to run this (awesome) visualization with the latest version
of Julia (0.4.7), and got numerous deprecation warnings, obscuring the
lovely output. This fixes all of those; julia gzip.jl file.gz now
runs without any depwarns.

(I also ended up filing JuliaLang/julia#19686
because julia made it hard to find the source of the deprecation
warnings.)

Thanks for the amazing visualization; I went looking for an inflate
library I could hack to do this exact thing, and found your complete
implementation of exactly what I wanted instead.

Current versions of Julia have deprecated the types Uint{8,16} with a
lowercase 'i', in favor of the same type names with an uppercase 'I'.
Current versions of Julia deprecated the use of the "bool" function to
convert integer values to boolean type.
Current versions of Julia deprecated the "int" function in favor of
"Int".
Current versions of Julia deprecated the [x:y] syntax in favor of
collect(x:y).
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.

1 participant