-
Once the change to Julia 0.4 has been made, it would be useful to start transitioning comments to new-style docstrings using Markdown. Trivial example:
``` julia
doc"""The function `f` multiplies its…
-
``` bash
vbatts@valse ~/src/github.com/cgwalters/dlayer-ostree (master) $ gcc --version
gcc (GCC) 6.0.0 20160212 (Red Hat 6.0.0-0.11)
Copyright (C) 2016 Free Software Foundation, Inc.
This is free sof…
-
``` julia
julia> "foo"
f() = 1
f (generic function with 1 method)
julia> "bar"
f(x...) = 1
f (generic function with 2 methods)
help?> f
search: f fd for fma fld fft full find filt fill…
-
```
686-nacl-g++ -c -O9 -g -Wall -m32 -pthread -Isrc -o src/wrap.o src/wrap.cc
i686-nacl-g++ -c -O9 -g -Wall -m32 -pthread -Isrc -o src/naclfs.o src/naclfs.cc
i686-nacl-g++ -c -O9 -g -Wall -m32 -pthre…
-
```
_/ |\__'_|_|_|\__'_| | Commit aabd983 (0 days old master)
|__/ | x86_64-linux-gnu
julia> mmap_array(Int64, (10,10), fdio(5), 10)
ERROR: Illegal seek
in error at error.jl:21…
-
Currently, there is no operator to redirect both stderr and stdout to the same target (in bash that would be `&>`), or to collapse them before redirecting (in bash: `2>&1`). I think we should come up …
-
GUI tests should at least run correctly, without crashing (SIGSEGV et al).
After fixing UI #40, there appeared other tests:
- 1c66d3d64378cd4305b2137a60daca3483a35588
- f896cc4d076c89d2475132ec7898bdd…
-
Things that are needed:
- writing to file handles: `run(`echo Hello` | fh)`
- reading from file handles: `run(fh | `sort -nr`)`
- writing to files by name: `run(`echo Hello` > "hello.txt")`
- append t…
-
If, e.g., you do this:
``` julia
load("pkg")
for pkg in Pkg.available()
println("Trying $pkg...")
Pkg.add(pkg)
Pkg.rm(pkg)
end
```
you end up running out of file descriptors and/or proce…
-
Does this mean that julia is included in the ubuntu 13.04 release?
http://packages.ubuntu.com/raring/julia
If so, we should figure out the freeze date for packages, and ensure that we have a 0.1 rel…