rkyleg / asdf-julia

MIT License
25 stars 16 forks source link

Update failing script for mac #3

Closed sheeldotme closed 6 years ago

sheeldotme commented 6 years ago

The existing script has been updated so it works on mac. The script has been updated to be less rigid and make fewer assumptions, one of the major changes is in list-all where the list of releases is downloaded and parsed from the download page (only the releases able to be downloaded, as opposed to all of them) without the python dependency.

rkyleg commented 6 years ago

@sheeldotme thank you for your contribution. I agree, parsing the download link is more flexible than "hardcoding" it into a url. The only change I am going to make is to list-all so that it prints all versions.

sheeldotme commented 6 years ago

Fantastic, thanks @rkyleg! If you don't mind me asking, what's the benefit of listing all the versions when they can't all be downloaded?

Would it be beneficial to extend the script so we parse the older releases and allow a user to download them as well?