Home
last modified time | relevance | path

Searched defs:PackageError (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/load/
H A Derrors.go38 func report(p *build.Instance, err *PackageError) {
45 type PackageError struct { struct
46 ImportStack []string // shortest path from package named on command line to this one
47 Pos token.Pos // position of error
48 errors.Message // the error itself
49 IsImportCycle bool // the error is an import cycle
52 func (p *PackageError) Position() token.Pos { return p.Pos }
53 func (p *PackageError) InputPositions() []token.Pos { return nil }
54 func (p *PackageError) Path() []string { return p.ImportStack }
65 func (p *PackageError) fillPos(cwd string, positions []token.Pos) {
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/www/gitea/gitea-1.16.5/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/net/traefik/traefik-2.6.1/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/internal/packagesinternal/
H A Dpackages.go15 type PackageError struct { struct
16 ImportStack []string // shortest path from package named on command line to this one
17 Pos string // position of error (if present, file:line:col)
18 Err string // the error itself
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DPackageError.java38 public final class PackageError extends LispError class
40 public PackageError(LispObject initArgs) in PackageError() method in PackageError
83 public PackageError(String message) in PackageError() method in PackageError
90 public PackageError(String message, LispObject pkg) in PackageError() method in PackageError
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/cmd/go/
H A Dpkg.go185 type PackageError struct { struct
186 ImportStack []string // shortest path from package named on command line to this one
187 Pos string // position of error
188 Err string // the error itself
189 isImportCycle bool // the error is an import cycle
190 hard bool // whether the error is soft or hard; soft errors are ignored in some places
193 func (p *PackageError) Error() string {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/cmd/go/
H A Dpkg.go198 type PackageError struct { struct
199 ImportStack []string // shortest path from package named on command line to this one
200 Pos string // position of error
201 Err string // the error itself
202 isImportCycle bool // the error is an import cycle
203 hard bool // whether the error is soft or hard; soft errors are ignored in some places
206 func (p *PackageError) Error() string {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/go/internal/load/
H A Dpkg.go273 type PackageError struct { struct
274 ImportStack []string // shortest path from package named on command line to this one
275 Pos string // position of error
276 Err string // the error itself
277 IsImportCycle bool `json:"-"` // the error is an import cycle
278 … bool `json:"-"` // whether the error is soft or hard; soft errors are ignored in some places
281 func (p *PackageError) Error() string {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/cmd/go/
H A Dpkg.go198 type PackageError struct { struct
199 ImportStack []string // shortest path from package named on command line to this one
200 Pos string // position of error
201 Err string // the error itself
202 isImportCycle bool // the error is an import cycle
203 hard bool // whether the error is soft or hard; soft errors are ignored in some places
206 func (p *PackageError) Error() string {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/load/
H A Dpkg.go407 type PackageError struct { struct
408 ImportStack []string // shortest path from package named on command line to this one
409 Pos string // position of error
410 Err error // the error itself
411 IsImportCycle bool // the error is an import cycle
412 …d bool // whether the error is soft or hard; soft errors are ignored in some places
413 alwaysPrintStack bool // whether to always print the ImportStack
416 func (p *PackageError) Error() string {
442 func (p *PackageError) Unwrap() error { return p.Err }
446 func (p *PackageError) MarshalJSON() ([]byte, error) {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/load/
H A Dpkg.go407 type PackageError struct { struct
408 ImportStack []string // shortest path from package named on command line to this one
409 Pos string // position of error
410 Err error // the error itself
411 IsImportCycle bool // the error is an import cycle
412 …d bool // whether the error is soft or hard; soft errors are ignored in some places
413 alwaysPrintStack bool // whether to always print the ImportStack
416 func (p *PackageError) Error() string {
442 func (p *PackageError) Unwrap() error { return p.Err }
446 func (p *PackageError) MarshalJSON() ([]byte, error) {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/load/
H A Dpkg.go407 type PackageError struct { struct
408 ImportStack []string // shortest path from package named on command line to this one
409 Pos string // position of error
410 Err error // the error itself
411 IsImportCycle bool // the error is an import cycle
412 …d bool // whether the error is soft or hard; soft errors are ignored in some places
413 alwaysPrintStack bool // whether to always print the ImportStack
416 func (p *PackageError) Error() string {
442 func (p *PackageError) Unwrap() error { return p.Err }
446 func (p *PackageError) MarshalJSON() ([]byte, error) {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/cmd/go/internal/load/
H A Dpkg.go275 type PackageError struct { struct
276 ImportStack []string // shortest path from package named on command line to this one
277 Pos string // position of error
278 Err string // the error itself
279 IsImportCycle bool `json:"-"` // the error is an import cycle
280 … bool `json:"-"` // whether the error is soft or hard; soft errors are ignored in some places
283 func (p *PackageError) Error() string {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/load/
H A Dpkg.go275 type PackageError struct { struct
276 ImportStack []string // shortest path from package named on command line to this one
277 Pos string // position of error
278 Err string // the error itself
279 IsImportCycle bool `json:"-"` // the error is an import cycle
280 … bool `json:"-"` // whether the error is soft or hard; soft errors are ignored in some places
283 func (p *PackageError) Error() string {

123