-
clearlibs removed my haxelib_client and I can't install or remove anything anymore...
(maybe bug introduced by the last version?)
Remove /usr/lib/haxe/lib/clearlibs/1,0,4 ? (y/n/a) [y/n/a] ? y
Main.h…
-
Occasionally when running `haxelib update` for a git repository (on Windows), there is a crash.
Crash logs
```
$ haxelib update hxcpp --debug
[debug] Using haxelib from "..."
# Running …
-
After thinking about #11 and how to keep the client small, I've had the following idea: Running `haxelib ` could simply be a shortcut for `haxelib run haxelib_cmd_` provided that `` is unknown. This …
-
ubuntu 20.04
Steps to reproduce:
```
apt-get install -y --no-install-recommends `# Haxe dependencies` haxe neko neko-dev
haxelib setup --always /usr/share/haxe/lib
ha…
-
Hi,
Just updated my Haxe installation to 4.0.0-rc.4, then did a `haxelib upgrade` and hit an error when it got to console.hx:
~~~
{snip checking others...}
Checking console.hx
Update console.…
-
Doing `haxelib install jQueryExtern` in a clean Windows container results in error as follows:
```
Error: X509 - Certificate verification failed, e.g. CRL, CA or signature check failed |
-- | -…
-
When i try to install the gql2hx library via haxelib it fails:
haxelib install gql2hx
Downloading gql2hx-0,0,1.zip...
Download complete: 0.25KB in 0.3s (0.8KB/s)
Download complete: 1.76KB in 0.…
ghost updated
3 years ago
-
Hi!
Similar to other dependency repositories, haxelib server should provide ability to get only haxelib.json file for concrete project instead of downloading full zip file.
This would be very handf…
-
haxe client.hxml
/usr/lib/haxelib/ufront-mvc/1,0,1/src/ufront/core/InjectionTools.hx:5: characters 7-28 : Type not found : minject.InjectorMacro
-
see https://github.com/HaxeFoundation/haxe/issues/5672
A nice workaround would be to check for file existence / create the file before `append`ing to it, here:
https://github.com/HaxeFoundation/haxel…