Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 369 for notexist (0.12 sec)

  1. src/go/doc/comment/testdata/doclink6.txt

    {"DocLinkBaseURL": "https://go.dev/pkg/"}
    -- input --
    [encoding/json.Marshal] is a doc link, and so is [rsc.io/quote.NonExist].
    -- markdown --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:42 UTC 2022
    - 303 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_file_proxy.txt

    env GOPATH=$WORK/gopath1
    cd $WORK/x
    go mod edit -fmt
    go list -mod=readonly
    env GOPROXY=file:///nonexist
    go list
    grep v1.5.1 $GOPATH/pkg/mod/cache/download/rsc.io/quote/@v/list
    
    # Use download cache as file:/// proxy.
    env GOPATH=$WORK/gopath2
    [GOOS:windows] env GOPROXY=file:///C:/nonexist
    [!GOOS:windows] env GOPROXY=file:///nonexist
    ! go list
    [GOOS:windows] env GOPROXY=file:///$WORK/gopath1/pkg/mod/cache/download
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_sum_lookup.txt

    cp go.sum go.list.sum
    go mod tidy
    cmp go.sum go.list.sum
    
    -- go.mod --
    module m
    
    go 1.15
    
    -- noexist/use.go --
    // ignore tags prevents errors in 'go mod tidy'
    // +build ignore
    
    package use
    
    import _ "example.com/join/subpkg/noexist"
    
    -- exist/use.go --
    package use
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 859 bytes
    - Viewed (0)
  4. test/fixedbugs/issue22921.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    import "bytes"
    
    type _ struct{ bytes.nonexist } // ERROR "unexported|undefined"
    
    type _ interface{ bytes.nonexist } // ERROR "unexported|undefined|expected signature or type name"
    
    func main() {
    	var _ bytes.Buffer
    	var _ bytes.buffer // ERROR "unexported|undefined"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 05 18:46:16 UTC 2021
    - 467 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_list.txt

    # rsc.io/quote/buggy should not be listable as a module
    go list -m -e -f '{{.Error.Err}}' nonexist rsc.io/quote/buggy
    stdout '^module nonexist: not a known dependency$'
    stdout '^module rsc.io/quote/buggy: not a known dependency$'
    
    ! go list -m nonexist rsc.io/quote/buggy
    stderr '^go: module nonexist: not a known dependency'
    stderr '^go: module rsc.io/quote/buggy: not a known dependency'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 18:16:28 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/mod_download_private_vcs.txt

    env GIT_CONFIG_GLOBAL=$WORK${/}home${/}gopher${/}.gitconfig
    env HOME=$WORK${/}home${/}gopher
    exec git config --global --show-origin user.name
    stdout 'Go Gopher'
    
    ! go mod download github.com/golang/nonexist@latest
    stderr 'Confirm the import path was entered correctly.'
    stderr 'If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.'
    ! stdout .
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 07 16:37:00 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. test/linkname3.go

    // ERROR "//go:linkname must refer to declared function or variable"
    // ERROR "duplicate //go:linkname for x"
    // ERROR "//go:linkname reference of an instantiation is not allowed"
    
    //line linkname3.go:20
    //go:linkname nonexist nonexist
    //go:linkname t notvarfunc
    //go:linkname x duplicate
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:27:25 UTC 2024
    - 720 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/mod_dot.txt

    ! go list ./vendor/nonexist
    stderr '^no Go files in '$WORK'[/\\]gopath[/\\]src[/\\]dir[/\\]vendor[/\\]nonexist$'
    
    ! go list ./vendor/pkg
    stderr '^without -mod=vendor, directory '$WORK'[/\\]gopath[/\\]src[/\\]dir[/\\]vendor[/\\]pkg has no package path$'
    
    ! go list -mod=vendor ./vendor/nonexist
    stderr '^no Go files in '$WORK'[/\\]gopath[/\\]src[/\\]dir[/\\]vendor[/\\]nonexist$'
    
    ! go list -mod=vendor ./vendor/unlisted
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 22:30:03 UTC 2022
    - 4.6K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/mod_fs_patterns.txt

    ! stdout vendor/
    stdout ^m/y$
    ! stdout ^m/y/z
    
    # non-existent directory should not prompt lookups
    ! go build -mod=readonly example.com/nonexist
    stderr 'import lookup disabled'
    
    ! go build -mod=readonly ./nonexist
    ! stderr 'import lookup disabled'
    stderr '^stat '$GOPATH'[/\\]src[/\\]x[/\\]nonexist: directory not found'
    
    ! go build -mod=readonly ./go.mod
    ! stderr 'import lookup disabled'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 18:09:53 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  10. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/WtpFacet.java

        }
    
        public void setFacets(List<Facet> facets) {
            this.facets = facets;
        }
    
        @Override
        protected void load(Node xml) {
            NodeList fixed = (NodeList) xml.get("fixed");
            NodeList installed = (NodeList) xml.get("installed");
            for (Object n : fixed) {
                facets.add(new Facet((Node) n));
            }
            for (Object n : installed) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top