Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 117 for gopack (0.21 sec)

  1. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildEventsIntegrationTest.groovy

                class Util {
                    static def unpack(Throwable t) {
                        if (t instanceof ${LocationAwareException.name}) {
                            return unpack(t.cause)
                        } else if (t instanceof ${MultipleBuildFailures.name}) {
                            return t.causes.collect { unpack(it) }
                        } else {
                            return t
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 15:38:24 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/build.go

    		if p.Target == "" {
    			switch {
    			case p.Name != "main" && p.Internal.Local && p.ConflictDir == "":
    				// Non-executables outside GOPATH need not have a target:
    				// we can use the cache to hold the built package archive for use in future builds.
    				// The ones inside GOPATH should have a target (in GOPATH/pkg)
    				// or else something is wrong and worth reporting (like a ConflictDir).
    			case p.Name != "main" && p.Module != nil:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 17:22:59 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  3. src/runtime/select.go

    	// channel locks we risk gp getting readied by a channel operation
    	// and so gp could continue running before everything before the
    	// unlock is visible (even to gp itself).
    
    	// This must not access gp's stack (see gopark). In
    	// particular, it must not access the *hselect. That's okay,
    	// because by the time this is called, gp.waiting has all
    	// channels in lock order.
    	var lastc *hchan
    	for sg := gp.waiting; sg != nil; sg = sg.waitlink {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 13 21:36:04 UTC 2024
    - 15K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/installation.adoc

    - Binary-only (bin)
    - Complete (all) with docs and sources
    
    We recommend downloading the bin file; it is a smaller file that is quick to download (and the latest documentation is available online).
    
    **Step 2 - Unpack the distribution**
    
    Unzip the distribution zip file in the directory of your choosing, e.g.:
    
    [subs="attributes"]
    ----
    ❯ mkdir /opt/gradle
    ❯ unzip -d /opt/gradle gradle-{gradleVersion}-bin.zip
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/testcshared/cshared_test.go

    	if GOOS == "windows" {
    		exeSuffix = ".exe"
    	}
    
    	// Copy testdata into GOPATH/src/testcshared, along with a go.mod file
    	// declaring the same path.
    
    	GOPATH, err := os.MkdirTemp("", "cshared_test")
    	if err != nil {
    		log.Panic(err)
    	}
    	defer os.RemoveAll(GOPATH)
    	os.Setenv("GOPATH", GOPATH)
    
    	modRoot := filepath.Join(GOPATH, "src", "testcshared")
    	if err := cgotest.OverlayDir(modRoot, "testdata"); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 13:19:50 UTC 2023
    - 21K bytes
    - Viewed (0)
  6. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/BuildCacheStepTest.groovy

            then:
            interaction { outputStored {} }
            0 * _
        }
    
        def "fails after #exceptionName unpack failure with descriptive error"() {
            def loadedOutputFile = file("output.txt")
            def loadedOutputDir = file("output")
            def failure = new RuntimeException("unpack failure")
    
            when:
            def result = step.execute(work, context)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 10:13:50 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  7. pkg/kubelet/stats/provider_test.go

    	cadvisorapiv2 "github.com/google/cadvisor/info/v2"
    	fuzz "github.com/google/gofuzz"
    	"github.com/stretchr/testify/assert"
    	"github.com/stretchr/testify/require"
    	"go.uber.org/mock/gomock"
    
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/types"
    	statsapi "k8s.io/kubelet/pkg/apis/stats/v1alpha1"
    	cadvisortest "k8s.io/kubernetes/pkg/kubelet/cadvisor/testing"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 20K bytes
    - Viewed (0)
  8. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    limitations under the License.
    */
    
    package stats
    
    import (
    	"context"
    	"runtime"
    	"testing"
    
    	cadvisorapiv2 "github.com/google/cadvisor/info/v2"
    	"github.com/stretchr/testify/assert"
    	"go.uber.org/mock/gomock"
    
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/types"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  9. hack/lib/golang.sh

      #   * We could leave GOPATH alone and let `go install` write binaries
      #     wherever the user's GOPATH says (or doesn't say).
      #
      # Instead we set it to a phony local path and process the results ourselves.
      # In particular, GOPATH[0]/bin will be used for `go install`, with
      # cross-compiles adding an extra directory under that.
      export GOPATH="${KUBE_GOPATH}"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/internal/build/DefaultBuildLifecycleController.java

            DefaultBuildWorkPlan workPlan = unpack(plan);
            workPlan.empty = false;
            state.inState(State.TaskSchedule, () -> workPreparer.populateWorkGraph(gradle, workPlan.plan, dest -> action.accept(new DefaultWorkGraphBuilder(dest))));
        }
    
        @Override
        public void finalizeWorkGraph(BuildWorkPlan plan) {
            DefaultBuildWorkPlan workPlan = unpack(plan);
            if (workPlan.empty) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top