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

no output on v0.5dev #13

Closed
lobingera opened this issue Mar 28, 2016 · 1 comment
Closed

no output on v0.5dev #13

lobingera opened this issue Mar 28, 2016 · 1 comment

Comments

@lobingera
Copy link

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

@lobingera
Copy link
Author

duplication of #11.

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