haxelib icon indicating copy to clipboard operation
haxelib copied to clipboard

Suggestion: reduce progress output when installing or updating packages

Open mepsoid opened this issue 8 years ago • 3 comments

When I deploy project at gitlab CI service debug log roughly filled by haxelib output. It counts every 1Kb of every library downloaded. Option --quiet doesn`t help at all. Please, reduce output to some reasonable count, like 1/10 of total volume or every 100-200Kb or every 10 seconds or something else. Or add new output option level that types just start and success/error of library download.

mepsoid avatar Feb 18 '17 09:02 mepsoid

> /dev/null helps - had to do that for Flixel at some point because Travis was complaining about log files being too large... :D

https://github.com/HaxeFlixel/flixel/blob/4.2.0/.travis.yml#L29-L30

Gama11 avatar Feb 18 '17 10:02 Gama11

I know this trick, but I'd like to get basic information about process rather than no information at all.

mepsoid avatar Feb 18 '17 11:02 mepsoid

Haxelib is completely ignoring the --quiet flag. It is set but never used.

fegies avatar Mar 08 '17 15:03 fegies