Tony Kelman

Results 39 issues of Tony Kelman

release will change over time, but your REQUIRE file says this package supports julia 0.4 so it should continue to be tested

release will change over time, but your REQUIRE file says this package supports julia 0.4 so it should continue to be tested

[sorry for wall of text - leaving town this weekend, want to write initial reactions down while fresh] > A package should not declare compatibility with a minor version series...

Pkg3

If environment manipulation gets moved to a command-line invocation, people are probably going to want to run it most often from shell mode or via `run()`, which isn't any better...

Pkg3

Questions to answer in further revisions: Will installed packages be read-only (at least until deletion is called for), or strictly checksummed, or immutable by convention only? What consequences, if any,...

Pkg3

This package isn't doing math, so `√` isn't appropriate. The meaning on `¬` is pretty unconventional too, and `⨳, ⪥, ⤄` are tough to read. Would have been nice to...

Base will never call these methods, they're outside the usual domain of what `Base.convert` does so should probably be given a different name.

Ref https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md#general-formatting-guidelines-for-julia-code-contributions, mostly indentation style is what the formatter here has control over. Auto-removal of trailing whitespace when the autoformatter is run would also be neat, but a nice-to-have rather...

enhancement

This means other people's totally unrelated code changes behavior depending on whether or not your package is loaded. Generally if a method is imported from Base, you should only add...