Tony Kelman
Tony Kelman
What about the library in `/usr/lib` do you not want BinDeps to accept? There's not much in the way of priority other than library groups or yes/no validity checks, the...
You might be able to entirely remove the search paths you know you don't want. Some might be hard-coded and harder to suppress, would have to check.
duplicate of https://github.com/JuliaLang/julia/issues/12251?
Do we end up needing to keep a reference count for all the child elements? What happens if you have child elements still around but the top-level document goes out...
Unless there's a way to tell Julia's gc that child nodes are referring to the document and it should be kept alive until all of its children are also out...
Could be additional methods using keyword arguments, I suppose. I'd look over a pull request.
The issue with positional arguments is whether the particular order is a clear API. Sometimes it's clearer to have named inputs. For example with attributes and text, what if you...
That would only work for assigning to attributes whose names are valid Julia identifiers (so no keywords, no punctuation), but otherwise would be consistent with [one of the signatures of...
Removing is a bit drastic and leaves people without a way to get back to what they had before, so I'd rather recommend moving it to a backup name as...
Testing this now, and it looks like you'll also likely need to move `Pkg.dir("WinRPM", "installed.list")` out of the way as well, to force all packages to re-download.