Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 444 for sometimes (0.1 sec)

  1. guava/src/com/google/common/collect/EnumBiMap.java

       * them under J2CL—or, as an unfortunate side effect, under GWT. We do still give the fields
       * themselves their proper values under GWT, since GWT's EnumMap does need the Class instance.
       *
       * Note that sometimes these fields *do* have correct values under J2CL: They will if the caller
       * calls `create(Foo.class)`, rather than `create(map)`. That's fine; we just shouldn't rely on
       * it.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Aug 24 01:40:03 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  2. src/cmd/gofmt/simplify.go

    						// the len argument is the array/slice object
    						n.High = nil
    					}
    				}
    			}
    		}
    		// Note: We could also simplify slice expressions of the form s[0:b] to s[:b]
    		//       but we leave them as is since sometimes we want to be very explicit
    		//       about the lower bound.
    		// An example where the 0 helps:
    		//       x, y, z := b[0:2], b[2:4], b[4:6]
    		// An example where it does not:
    		//       x, y := b[:n], b[n:]
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 20:06:14 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docsTest/java/org/gradle/docs/samples/IntegrationTestSamplesExecutor.java

            try {
                GradleExecuter executer = createExecuter(args, flags);
                if (expectFailure) {
                    // TODO(mlopatkin) sometimes it is still possible to save the configuration cache state in the event of failure.
                    //  We need to figure out how to separate expected failure from the CC store failure.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  4. docs/distributed/CONFIG.md

    ellipses syntax such as `minio server http://host{1...4}/disk{1...4}` this requirement added an additional burden to have sequential hostnames for us to make sure that we can provide horizontal distribution, however we have come across situations where sometimes this is not feasible and there are no easier alternatives without modifying /etc/hosts on the host system as root user.  Many times in airgapped deployments this is not allowed or requires audits and approvals.
    
    MinIO server configuration file...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 03 15:54:03 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/jpms/test/JavaModuleBackboxTestExcutionIntegrationTest.groovy

                    executable = '${TextUtil.escapeString(AvailableJavaHomes.getJdk8().javaExecutable)}'
                }
            """
            // Test workers that die very quickly after startup can cause an unexpected stack trace sometimes
            executer.withStackTraceChecksDisabled()
    
            when:
            testModuleInfo('requires junit')
            testModuleClass('')
    
            then:
            fails "test"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  6. .github/workflows/CheckBadMerge.groovy

    import java.util.concurrent.Future
    
    /**
     * See https://github.com/gradle/gradle-private/issues/3919
     *
     * When merging `releaseX` branch into `master`, we should only use the release note from the `master` branch,
     * but sometimes changes on release notes.md was brought to master and merged unnoticed,
     * e.g https://github.com/gradle/gradle/pull/25825
     *
     * This script is to check if there is any merge commit that brings changes from release branch to master.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 19 10:35:44 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/internal/operations/DefaultBuildOperationQueueTest.groovy

            releaseLatch.countDown()
    
            and:
            waitForCompletionThread.join(30000)
    
            then:
            !waitForCompletionThread.alive
            // The main thread sometimes processes items when there are more items than threads available, so
            // we may only submit workerCount - 1 work processors, but we should never submit more than workerCount
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  8. .teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt

                val buckets: List<SmallSubprojectBucket> = testCoverageAndBucket.getJSONArray("buckets").map {
                    FunctionalTestBucket(it as JSONObject).toBuildTypeBucket(model.subprojects)
                }
    
                // Sometimes people may add new subproject into `subprojects.json`
                // in this case we have no historical test running time, so we simply add these subprojects into first available bucket
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 05:14:09 UTC 2024
    - 9K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/shell_test.go

    	f.Add([]byte(`\`))
    	f.Add([]byte(`"broken\"" "extra" \`))
    
    	f.Fuzz(func(t *testing.T, b []byte) {
    		t.Parallel()
    
    		if bytes.ContainsAny(b, "*?[#~%\x00{}!") {
    			t.Skipf("skipping %#q: contains a sometimes-quoted character", b)
    		}
    		// splitPkgConfigOutput itself rejects inputs that contain unquoted
    		// shell operator characters. (Quoted shell characters are fine.)
    
    		for _, c := range b {
    			if c > unicode.MaxASCII {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 15 15:30:05 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/running-builds/additional/continuous_builds.adoc

    [[continuous_build_limitations]]
    == Limitations
    Under some circumstances, continuous build may not detect changes to inputs.
    
    [[sec:continuous_build_missing_files]]
    === Creating input directories
    Sometimes, creating an input directory that was previously missing does not trigger a build, due to the way file system watching works.
    For example, creating the `src/main/java` directory may not trigger a build.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top