Results 86 comments of ibilon

If you do `haxelib list` do you see openfl installed? If yes and since neko seems to work I'm not sure it's a haxelib issue.

In the meantime you can manually do `haxelib setup /usr/local/lib/haxe/lib`

The fix is supposed to be here https://github.com/HaxeFoundation/haxelib/blob/development/src/haxelib/client/Main.hx#L941_L951 Maybe `Sys.systemName()` doesn't return what we expect. @MatthijsKamstra could you run that and tell us what is returns: ``` haxe class Main...

Hmm, you wouldn't happen to have had a previous version of haxe before?

The thing is that setup "default" path is the one currently set, and if you don't have one then the real default path. We need to change "default" to "current"...

Agree, the message could also specify the current version. Similar issue https://github.com/HaxeFoundation/haxelib/issues/106 By git override do you mean `haxelib git`? If so it does make use of a dev set....

After #342 I'm guessing there's no tool for library removal? Should also do one to check the integrity of the DB. Note: we'll need to use these tools to clean...

It'd probably be a lot quicker/easier to make the REST API manually. If we need only the current version, and total/per version download (that's all we have) it's only a...

That's actually multiple accounts (I registered several times hopping that would change my password) https://github.com/HaxeFoundation/haxelib/issues/59#issuecomment-166678739

The login function uses select which returns the first matching line, so it should be safe to remove all copies after the first one.