JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
173 stars 57 forks source link

Change isdefined for @isdefined because the new function isdefined needs #114

Closed aitzkora closed 6 years ago

aitzkora commented 6 years ago

I'm not sure if my PR is sufficent, but I managed to install Conda with the new version 1.0. i need to modify isdefined for the macro @isdefined because the new version has two arguments I replace also readstring by open(f->read(f,String)

aitzkora commented 6 years ago

Oh! I did'not see you made ever the PR for the fix, forgot mine

stevengj commented 6 years ago

Duplicate of #113.