Results 86 comments of ibilon

Maybe a reference to this https://github.com/HaxeFoundation/haxelib/blob/master/src/tools/haxelib/Main.hx#L980-L994 The fact that HAXEPATH is used as a default value if HAXELIB_PATH isn't set and there's no .haxelib in the user's home directory but...

@back2dos even in that case, it'll set the version to the downloaded one but won't deactivate the dev version anyway, so asking a set is not the most useful here.

Haxelib info is used to lookup on the server, it doesn't use what's installed, same for user which is about the official haxelib repository registration. What are you trying to...

It depends if we can make the hypothesis that the user won't modify the content. In that case when installing we only fetch, and when compiling we do a checkout...

Which version of haxe (and so haxelib) do you have? In the current one it gives me: `Error: Error: Library flixel version 4.2.1 is not installed`

Having a haxedoc.xml will trigger this https://github.com/HaxeFoundation/haxelib/blob/d3593aeb315cef8be6aef1a53e4fc5e932181e1f/src/haxelib/server/Repo.hx#L235-L262 but I don't think there's anything heavy going on, unless the xml is heavy? @jgranick Also the Data function returns the first haxedoc.xml,...

Alright so I tested it with the zip from openfl 3.0.1, had to remove all but `haxelib.json` and a third of `haxedoc.xml` (nekotools server as a very low post size...

I checked for `.documentation` in the entire repository: in the current website: nothing in the current server/client: only two mention in server when processing an upload the legacy server had...

A standardized layout to have these sure, but why in haxelib.json, haxelib doesn't use this.

Make a quick comparison of npm/gem/cargo/haxelib package file https://docs.google.com/spreadsheets/d/1c6vGi6D8HCwTpzm7eX9cSAD8-GovZnUqWksBFMOGqeQ/edit?usp=sharing It's more that probable that I missed stuff and put "no" where there is support ;)