Tony Kelman

Results 356 comments of Tony Kelman

Presumably that kind of API exists in libxml2, it's just a matter of wrapping it? Just out of ignorance, is a streaming API related to / similar / not at...

Maybe a specific syntax for loading from a `.ji` file? The default behavior of `using` does a lot of staleness checks that aren't well-defined without the `.jl` files present, so...

In the current mode of operation where `using` defaults to the automatic staleness check and recompilation, a `.ji` file being present without corresponding source is a sign that something went...

Perhaps we save the `.ji` file to a different extension that [`find_in_path`](https://github.com/JuliaLang/julia/blob/acafa9bc12746fb98e2764ce9618319e3db8799f/base/loading.jl#L95-L113) is allowed to successfully find without having source present?

Does the `file` implementation on osx recognize Windows exe's? On Ubuntu 14.04 I get `PE32+ executable (console) x86-64, for MS Windows` from checking a 64 bit exe, or `PE32 executable...

There are one or more new LLVM-world Fortran compilers that are relevant to keep in mind. I suspect/hope they will implement gfortran-compatible mangling by default. But they might choose to...

Can you provide a self-contained runnable example that reproduces the problem?

We'd have to see how the two versions work in practice with actual parallel usage, but I'd lean towards making `using` and `import` local-by-default unless annotated with `@everywhere`.