Eric Hanson

Results 405 comments of Eric Hanson

I just had a go at running JuliaFormatter on a small non-open source YASStyle repo and it worked pretty well, as vetted by @ararslan! Just ran into two things, first...

Yeah, like `cond1 && cond2 || cond3 || statement`. I guess ideally it wouldn’t expand things that if they end with boolean, although I don’t how doable that is. I’m...

Sorry to butt in, but could the `R` in @Kolaru's suggestion be interpreted just as a default? I.e. an `Interval{R}` for `R

btw, locally I get `test_attribute_SolverVersion` failing (2 tests with that name, possibly a third but there's so many testsets printed it fills my terminal scrollback buffer 😂), but the Convex.jl...

It looks like Distances.jl does not have usual Documenter docs, but it does have docstrings, which can be viewed at https://juliahub.com/docs/Distances. Maybe a link to JuliaHub could be added?

I tried adding `println(Base.load_path())` to the first line of PythonCall's `__init__`, but for some reason that didn't print: ```julia julia> using PackageCompiler # in an environment with my dev'd copy...

> Due to the way these packages seem structured make sure that you are using the same project as that you created the sysimage with. Ah ok, I was not...

> Did you ever resolve this? No, I just removed PythonCall from my sysimage as a workaround for now. > I guess like the error says you need to ensure...

It would be great if this could cover the answer to https://github.com/apache/arrow-julia/pull/267#issuecomment-1019308997 - often when folks contribute a fix or feature they are eager for a release so they can...

Thanks for the helpful list and the link to the shell script. To answer your questions, 1. No, we don’t prepare binary packages. Julia works by JIT compiling the source...