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

Warnings on executing Pkg.test("SymEngine") #9

Closed
kunalsinx opened this issue Mar 16, 2016 · 4 comments
Closed

Warnings on executing Pkg.test("SymEngine") #9

kunalsinx opened this issue Mar 16, 2016 · 4 comments

Comments

@kunalsinx
Copy link
Contributor

WARNING: Union(args...) is deprecated, use Union{args...} instead.
in depwarn at deprecated.jl:73
in call at deprecated.jl:50
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:304
in require at ./loading.jl:243
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:304
in process_options at ./client.jl:280
in _start at ./client.jl:378
while loading /home/kunal/.julia/v0.4/SymEngine/src/SymEngine.jl, in expression starting on line 57
WARNING: Base.Uint8 is deprecated, use UInt8 instead.
likely near /home/kunal/.julia/v0.4/SymEngine/src/SymEngine.jl:58
WARNING: Base.Uint16 is deprecated, use UInt16 instead.
likely near /home/kunal/.julia/v0.4/SymEngine/src/SymEngine.jl:58
WARNING: Base.Uint32 is deprecated, use UInt32 instead.
likely near /home/kunal/.julia/v0.4/SymEngine/src/SymEngine.jl:58
WARNING: Base.Uint64 is deprecated, use UInt64 instead.
likely near /home/kunal/.julia/v0.4/SymEngine/src/SymEngine.jl:58
WARNING: Union(args...) is deprecated, use Union{args...} instead.
in depwarn at deprecated.jl:73
in call at deprecated.jl:50
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:304
in require at ./loading.jl:243
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:304
in process_options at ./client.jl:280
in _start at ./client.jl:378
while loading /home/kunal/.julia/v0.4/SymEngine/src/SymEngine.jl, in expression starting on line 58
WARNING: module SymEngine should explicitly import + from Base
WARNING: module SymEngine should explicitly import / from Base
WARNING: module SymEngine should explicitly import * from Base
WARNING: module SymEngine should explicitly import ^ from Base
WARNING: module SymEngine should explicitly import - from Base
WARNING: module SymEngine should explicitly import \ from Base
WARNING: module SymEngine should explicitly import == from Base
WARNING: Union(args...) is deprecated, use Union{args...} instead.
in depwarn at deprecated.jl:73
in call at deprecated.jl:50
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:304
in require at ./loading.jl:243
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:304
in process_options at ./client.jl:280
in _start at ./client.jl:378
while loading /home/kunal/.julia/v0.4/SymEngine/src/SymEngine.jl, in expression starting on line 112
WARNING: module SymEngine should explicitly import == from Base
WARNING: module SymEngine should explicitly import == from Base

@certik
Copy link
Contributor

certik commented Mar 16, 2016

Is this something new in Julia 0.4?

@kunalsinx
Copy link
Contributor Author

Yes. I was going through the manual of both Julia 0.3 and Julia 0.4 , what I found is that Julia 0.4 has some changes in the names of few numeric types like UInt8 instead of Uint8.
I will send a PR to fix this depreciation issue

@certik
Copy link
Contributor

certik commented Mar 17, 2016

Thanks! We appreciate it.

Sent from my mobile phone.
On Mar 16, 2016 11:16 PM, "Kunal Singh" notifications@github.com wrote:

Yes. I was going through the manual of both Julia 0.3 and Julia 0.4 , what
I found is that Julia 0.4 has some changes in the names of few numeric
types like UInt8 instead of Uint8.
I will send a PR to fix this depreciation issue


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#9 (comment)

@isuruf
Copy link
Member

isuruf commented Mar 21, 2016

Closed via #10

@isuruf isuruf closed this as completed Mar 21, 2016
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