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

@windows_only is deprecated in Julia v0.5.0 #33

Open
aus70 opened this issue Jan 14, 2017 · 2 comments
Open

@windows_only is deprecated in Julia v0.5.0 #33

aus70 opened this issue Jan 14, 2017 · 2 comments

Comments

@aus70
Copy link

aus70 commented Jan 14, 2017

WARNING: `@windows_only` is deprecated, use `@static if is_windows()` instead

I guess that's easy to fix.

@ivan-krukov
Copy link

Also getting the following during compilation:

running: /Applications/Julia-0.5.app/Contents/Resources/julia/bin/julia /Users/xxx/.julia/v0.5/BuildExecutable/src/build_sysimg.jl /Applications/Julia-0.5.app/Contents/Resources/julia/lib/libwf native /var/folders/rk/xv9h1cj162vctr73yq2g18dw0000gn/T/tmplR2TZm/userimg.jl --force
WARNING: `@unix_only` is deprecated, use `@static if is_unix()` instead
 in depwarn(::String, ::Symbol) at ./deprecated.jl:64
 in depwarn(::String, ::Symbol) at /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:?
 in @unix_only(::Any) at ./deprecated.jl:492
 in include_from_node1(::String) at ./loading.jl:488
 in include_from_node1(::String) at /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:?
 in process_options(::Base.JLOptions) at ./client.jl:262
 in _start() at ./client.jl:318
 in _start() at /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:?
while loading /Users/xxx/.julia/v0.5/BuildExecutable/src/build_sysimg.jl, in expression starting on line 8

@JSybrandt
Copy link

Bump, still happening.

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

No branches or pull requests

3 participants