Tony Kelman
Tony Kelman
it's not possible to preserve the compatibility and have both?
What is the output of `versioninfo(true)` ? Please copy paste as text and use triple backticks ` ``` ` around the pasted output if possible, screenshots are not easily searchable....
> What is the output of `versioninfo(true)` ? Please copy paste as text and use triple backticks ``` around the pasted output if possible, screenshots are not easily searchable.
If you do `cd V:\.julia\v0.5\METADATA; git log -1; git status; git diff` from a command prompt or git-bash, what do you get? Please copy-paste as text, not screenshots. http://unlockforus.blogspot.com/2009/06/how-to-copy-paste-text-from-cmd-or.html
Adding this flag is a really dangerous thing to do when sudo is involved.
Conflict resolution would be an especially harmful case. I've seen apt-get conflicts try to remove build-essential and everything depending on it before. That would be really nasty to do without...
likely related to https://github.com/JuliaLang/BinDeps.jl/pull/271, if pinning to BinDeps 0.4.x works
Your build.jl file might be misformed then if this never worked
macro hygiene or scope of when you call setup?
if BinDeps finds an existing dependency that satisfies the validation checks, it's not going to execute any steps