Tony Kelman

Results 356 comments of Tony Kelman

@MikeInnes could you please delete the malformed "0.3.8" and "0.3.3" tags that don't have the leading v ? They sort out of order and are misleading when looking at which...

Is the plan to deploy docs to a separate gh-pages or other branch at some point, it just hasn't been done yet? Many packages are starting to use this and...

Yes, I've seen several packages doing what looks like hosting html out of master.

> hopefully that is enough to encourage new packages to do things the right way. It isn't, I'm seeing an increasing number of packages put their built docs in master....

~~> using JLD v0.6.7 (which includes the race condition fix #346)~~ ~~No it doesn't? https://github.com/JuliaIO/HDF5.jl/commit/9bdaab3d7d5f31adb5c7b1f63f7b22f3f2a4aa1e, the v0.6.7 tag was the preceding commit~~ ignore me, looking at wrong repo

Okay, no rush at all. I don't have a pressing need for this, I was just on a kick looking for packages that already had Travis set up and where...

I wrote https://github.com/JuliaLang/julia/issues/7242 to partially address this problem. Now `mmap_array` doesn't fail any more if I do `include(Pkg.dir("HDF5","test","runtests.jl"))`, but the data that gets read back into arrays when `mmaparrays=true` looks...

I traced through the implementations to get the offset for `A` in `test/jld.jl`, wound up looking like this: ``` fidr = jldopen(fn, "r", mmaparrays=true) obj = fidr["A"].plain dims = size(obj)...

Thanks to Jameson's super-useful extra error message info, the difference between REPL and cmd is something to do with permissions: ``` WARNING: Error reading A ERROR: could not create file...

Comes back right as a regular file. Will try stepping through with debug.