Adrien Fischer
Results
3
comments of
Adrien Fischer
Actually, it seems to be related to #1
Aren't we going to break compatibility with pre 3.3.0 versions? Instead we should do something like: ``` set -- "$VERSION" IFS=","; declare -a Array=($*) if [ "${Array[0]}" -gt "3" ]...
Actually, it would be better to always use this url: https://github.com/HaxeFoundation/haxelib/archive/ There is a tag per version. Some are missing, but the majors are here. See my changes on config.sh:...