We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lobi@orange4:~$ ./julia05/julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 0.5.0-dev+3209 (2016-03-19 00:44 UTC) _/ |\__'_|_|_|\__'_| | Commit 05bdbb0* (9 days old master) |__/ | x86_64-linux-gnu julia> using Showoff julia> showoff([8.0],:auto) ERROR: BoundsError: attempt to access (1,1,false) at index [4] in plain_precision_heuristic(::Array{Float64,1}) at /home/lobi/.julia/v0.5/Showoff/src/Showoff.jl:97 in showoff(::Array{Float64,1}, ::Symbol) at /home/lobi/.julia/v0.5/Showoff/src/Showoff.jl:130 in eval(::Module, ::Any) at ./boot.jl:243
lobi@orange4:~$ ./julia04/julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 0.4.4-pre+218 (2016-01-29 21:53 UTC) _/ |\__'_|_|_|\__'_| | Commit 386d77b* (58 days old release-0.4) |__/ | x86_64-linux-gnu julia> using Showoff INFO: Recompiling stale cache file /home/lobi/.julia/lib/v0.4/Showoff.ji for module Showoff. INFO: Recompiling stale cache file /home/lobi/.julia/lib/v0.4/Iterators.ji for module Iterators. julia> showoff([8.0],:auto) 1-element Array{AbstractString,1}: "8"
shows up as problem in GiovineItalia/Gadfly.jl#815
The text was updated successfully, but these errors were encountered:
duplication of #11.
Sorry, something went wrong.
No branches or pull requests
shows up as problem in GiovineItalia/Gadfly.jl#815
The text was updated successfully, but these errors were encountered: