Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for libCpp (0.06 sec)

  1. src/cmd/go/internal/modfetch/coderepo.go

    			// version. (See https://golang.org/issue/34189.)
    			//
    			// We know of at least two examples where this behavior is desired
    			// (github.com/russross/blackfriday@v2.0.0 and
    			// github.com/libp2p/go-libp2p@v6.0.23), and (as of 2019-10-29) have no
    			// concrete examples for which it is undesired.
    			return versions, nil
    		}
    	}
    
    	var (
    		lastMajor         string
    		lastMajorHasGoMod bool
    	)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 38.4K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/testshared/shared_test.go

    	globalSkip(t)
    	goCmd(t, "install", "-buildmode=shared", "-linkshared", "./depBase")
    	goCmd(t, "install", "-linkshared", "./exe")
    
    	// If we make an ABI-breaking change to depBase and rebuild libp.so but not exe,
    	// exe will abort with a complaint on startup.
    	// This assumes adding an exported function breaks ABI, which is not true in
    	// some senses but suffices for the narrow definition of ABI compatibility the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 26 01:54:41 UTC 2023
    - 36.3K bytes
    - Viewed (0)
Back to top