mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
This prevents `list-*` from printing any module whose uncompressed size is 40 bytes or less. I have found a couple of modules that are exactly 40 bytes, and they include no files, only empty directories. If any user tries to install these modules, they will think that aqt failed to install the module without printing any error message. I prefer to avoid this issue by preventing `aqt list-*` from printing them. `aqt install-*` is unaffected by this change, and it can still install modules that contain no files. It is likely that we will need to print a warning when this occurs. If any user disagrees with the threshold value of 40 bytes, they are free to adjust that value to their liking in `settings.ini`.