pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/56595: pkglint: warning with invalid character "!" in go-modules.mk



The following reply was made to PR pkg/56595; it has been noted by GNATS.

From: Benny Siegert <bsiegert%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/56595: pkglint: warning with invalid character "!" in
 go-modules.mk
Date: Sat, 1 Jan 2022 12:34:18 +0000 (UTC)

 On Sat, 1 Jan 2022, triaxx%netbsd.org@localhost wrote:
 
 > WARN: go-modules.mk:83: The pathname pattern "github.com/!andreas!briese/bbloom/@v/v0.0.0-20190306092124-e2d15f34fcf9.mod" contains the invalid characters "!!".
 > WARN: go-modules.mk:84: The pathname pattern "github.com/!andreas!briese/bbloom/@v/v0.0.0-20190306092124-e2d15f34fcf9.zip" contains the invalid characters "!!".
 > WARN: go-modules.mk:85: The pathname pattern "github.com/!azure/azure-amqp-common-go/v3/@v/v3.0.0.mod" contains the invalid character "!".
 > WARN: go-modules.mk:86: The pathname pattern "github.com/!azure/azure-amqp-common-go/v3/@v/v3.0.0.zip" contains the invalid character "!".
 > WARN: go-modules.mk:87: The pathname pattern "github.com/!azure/azure-event-hubs-go/v3/@v/v3.2.0.mod" contains the invalid character "!".
 
 Note that these ! characters are legitimate. The Go module system replaces 
 uppercase letters with a ! and a lowercase one, to avoid issues on 
 case-insensitive file systems.
 
 -- 
 Benny
 


Home | Main Index | Thread Index | Old Index