Josef Sachs

Results 11 comments of Josef Sachs

Okay, I won't try Gallium on 0.6 until I hear that the coast is clear.

Keith's original example works okay for me in Linux, Windows and macOS. Encountering a breakpoint set in `println` produces a segfault for me in Linux and macOS, and an infinite...

Using `-O0` and `--inline=no` did not produce different behavior. ``` AWS-Sachs-Ubuntu$ ~/src/julia-release-0.5/usr/bin/julia -O0 --inline=no _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) |...

I'm curious about a couple things. (1) What would `myfunction1` be inlined into, since it is being called from the REPL? (2) What changed between 0.5.0-pre, when this worked (see...

As far as I know, Gallium has not worked with the master branch of Julia since #153 on September 14.

I'm willing to try changing it, but I am not clear from the comments whether the best solution is wildart's, or making the path relative, which presumably would look like...

After `Pkg.checkout("LibExpat")`, I get ``` julia> Pkg.build("WinRPM") INFO: Building WinRPM WARNING: could not import Base.lastidx into LegacyStrings WARNING: takebuf_string(b) is deprecated, use String(take!(b)) instead. in depwarn(::String, ::Symbol) at .\deprecated.jl:64 in...

This is what I'm getting now. ``` C:\Users\sachs>C:\cygwin64\home\sachs\src\julia-master\usr\bin\julia.exe _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_...

I just encountered the same "problem". I am inclined to agree with Eric.

Ideally, there would be a mechanism whereby julia would attempt a normal `using`, and fall back to loading from the `.ji` file if the `.jl` file is not present (for...