mudler / luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning
https://luet.io
GNU General Public License v3.0
254 stars 24 forks source link

Print all not-found packages #304

Closed frelon closed 2 years ago

frelon commented 2 years ago

When trying to install several packages that are not found luet will now print all packages that are not found, instead of only first one.

$ LUET_NOLOCK=true luet install asd qwe 
...
Error: packages 'asd', 'qwe' not found
codecov-commenter commented 2 years ago

Codecov Report

Merging #304 (eeca539) into master (843858e) will decrease coverage by 2.75%. The diff coverage is 63.63%.

@@            Coverage Diff             @@
##           master     #304      +/-   ##
==========================================
- Coverage   50.92%   48.17%   -2.76%     
==========================================
  Files          65       65              
  Lines        9809     9817       +8     
==========================================
- Hits         4995     4729     -266     
- Misses       4232     4552     +320     
+ Partials      582      536      -46     
Impacted Files Coverage Δ
pkg/installer/installer.go 62.08% <63.63%> (+<0.01%) :arrow_up:
pkg/installer/client/docker.go 0.00% <0.00%> (-72.87%) :arrow_down:
pkg/installer/repository_docker.go 0.00% <0.00%> (-50.00%) :arrow_down:
pkg/installer/repository_options.go 56.98% <0.00%> (-21.51%) :arrow_down:
pkg/installer/repository.go 51.34% <0.00%> (-6.75%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 843858e...eeca539. Read the comment docs.