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

LoadError on julia v0.4 #20

Closed
nkottary opened this issue May 5, 2016 · 1 comment
Closed

LoadError on julia v0.4 #20

nkottary opened this issue May 5, 2016 · 1 comment

Comments

@nkottary
Copy link
Contributor

nkottary commented May 5, 2016

I get the following error when using DecFP:

               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http:https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.4.2 (2015-12-06 21:47 UTC)
 _/ |\__'_|_|_|\__'_|  |  Official http:https://julialang.org release
|__/                   |  x86_64-linux-gnu

julia> using DecFP
ERROR: LoadError: MethodError: `setprecision` has no method matching setprecision(::Function, ::Int64)
Closest candidates are:
  setprecision(::Any)
  setprecision(::Any, ::Type{BigFloat}, ::Any)
  setprecision(::Type{BigFloat}, ::Any)
 [inlined code] from /home/nishanth/.julia/v0.4/DecFP/src/DecFP.jl:138
 in anonymous at no file:0
 in include at ./boot.jl:261
 in include_from_node1 at ./loading.jl:304
 in require at ./loading.jl:243
while loading /home/nishanth/.julia/v0.4/DecFP/src/DecFP.jl, in expression starting on line 63
@nkottary
Copy link
Contributor Author

nkottary commented May 5, 2016

Sorry, this is not an issue. I hadn't updated my Compat.jl.

@nkottary nkottary closed this as completed May 5, 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

1 participant