We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e280a4 commit 9e9a084Copy full SHA for 9e9a084
cmd/tools/vpm/common.v
@@ -52,6 +52,7 @@ fn parse_query(query []string) ([]Module, []Module) {
52
mut errors := 0
53
for m in query {
54
ident, version := m.rsplit_once('@') or { m, '' }
55
+ println('Scanning `${ident}`...')
56
is_http := if ident.starts_with('http://') {
57
vpm_warn('installing `${ident}` via http.',
58
details: 'Support for `http` is deprecated, use `https` to ensure future compatibility.'
0 commit comments