Skip to content

Commit

Permalink
Use at-repl for versioninfo() output
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed May 25, 2017
1 parent 014c5d5 commit f67d4fd
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions doc/src/devdocs/backtraces.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,8 @@ No matter the error, we will always need to know what version of Julia you are r
first starts up, a header is printed out with a version number and date. If your version is
`0.2.0` or higher, please include the output of `versioninfo()` in any report you create:

```julia-repl
julia> versioninfo()
Julia Version 0.3.3-pre+25
Commit 417b50a* (2014-11-03 11:32 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i7 CPU L 640 @ 2.13GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Nehalem)
LAPACK: libopenblas
LIBM: libopenlibm
LLVM: libLLVM-3.3
```@repl
versioninfo()
```

## Segfaults during bootstrap (`sysimg.jl`)
Expand Down

0 comments on commit f67d4fd

Please sign in to comment.