Skip to content

Commit

Permalink
tools.vpm: add output, when scanning modules in an install query (#19934
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ttytm committed Nov 19, 2023
1 parent 7e280a4 commit 9e9a084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/tools/vpm/common.v
Expand Up @@ -52,6 +52,7 @@ fn parse_query(query []string) ([]Module, []Module) {
mut errors := 0
for m in query {
ident, version := m.rsplit_once('@') or { m, '' }
println('Scanning `${ident}`...')
is_http := if ident.starts_with('http://') {
vpm_warn('installing `${ident}` via http.',
details: 'Support for `http` is deprecated, use `https` to ensure future compatibility.'
Expand Down

0 comments on commit 9e9a084

Please sign in to comment.