Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 112 for fixArg (0.12 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/isolated_projects.adoc

    These will addressed in future Gradle releases:
    
    * Gradle, IDEA, Android Studio and the Kotlin plugins are not yet 100% compatible with isolated projects, so you should expect to see some violations reported. The teams are actively working on fixing these incompatibilities.
    * Parallel configuration and fine-grained caching are not applied to task execution. They are only applied to IDE sync.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 01 13:53:18 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. src/net/http/responsewrite_test.go

    				Close:            true,
    			},
    
    			"HTTP/1.1 204 No Content\r\n" +
    				"Connection: close\r\n" +
    				"Foo: Bar Baz\r\n" +
    				"\r\n",
    		},
    
    		// Want a single Content-Length header. Fixing issue 8180 where
    		// there were two.
    		{
    			Response{
    				StatusCode:       StatusOK,
    				ProtoMajor:       1,
    				ProtoMinor:       1,
    				Request:          &Request{Method: "POST"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 01:07:32 UTC 2022
    - 6.9K bytes
    - Viewed (0)
  3. CONTRIBUTING.md

    If you made changes to build logic in the `build-logic` included build, you can run its tests by executing `./gradlew :build-logic:check`.
    
    ### Fixing DCO failures/Signing Off Commits After Submitting a Pull Request
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 01:39:23 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/dependency_capability_conflict.adoc

    include::sample[dir="snippets/dependencyManagement/managingTransitiveDependencies-declaringCapabilities/groovy",files="build.gradle[tags=use_highest_asm]"]
    ====
    
    However, fixing by choosing the highest capability version conflict resolution is not always suitable.
    For a logging framework, for example, it doesn't matter what version of the logging frameworks we use, we should always select Slf4j.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  5. src/debug/dwarf/type.go

    	// because it may need to resolve cycles in a different order than
    	// readType encounters them.
    	if fixups == nil {
    		var fixer typeFixer
    		defer func() {
    			fixer.apply()
    		}()
    		fixups = &fixer
    	}
    
    	// Parse type from Entry.
    	// Must always set typeCache[off] before calling
    	// d.readType recursively, to handle circular types correctly.
    	var typ Type
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 21.9K bytes
    - Viewed (0)
  6. hack/golangci-strict.yaml

          path-except: cmd/kubeadm
    
        # The following issues were deemed "might be worth fixing, needs to be
        # decided on a case-by-case basis".  This was initially decided by a
        # majority of the developers who voted in
        # https://github.com/kubernetes/kubernetes/issues/117288 and may evolve
        # over time.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  7. hack/golangci.yaml.in

          path-except: cmd/kubeadm
    
        {{- if not .Hints}}
    
        # The following issues were deemed "might be worth fixing, needs to be
        # decided on a case-by-case basis".  This was initially decided by a
        # majority of the developers who voted in
        # https://github.com/kubernetes/kubernetes/issues/117288 and may evolve
        # over time.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 13 13:12:04 UTC 2024
    - 8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/troubleshooting/version_catalog_problems.adoc

    // limitations under the License.
    
    [[version-catalog-problems]]
    = Troubleshooting version catalog problems
    
    This page summarizes the different problems that Gradle reports when using version catalogs and provides guidance for fixing them.
    
    [[accessor_name_clash]]
    == Accessor name clash
    
    This error indicates that your version catalog contains (at least) two aliases which are mapped to the same accessor.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jan 13 21:49:09 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  9. istioctl/pkg/tag/generate_test.go

    			if err != nil {
    				t.Fatalf("webhook parsing failed with error: %v", err)
    			}
    			webhookConfig, err = fixWhConfig(fakeClient, webhookConfig)
    			if err != nil {
    				t.Fatalf("webhook fixing failed with error: %v", err)
    			}
    			opts := &GenerateOptions{
    				ManifestsPath: filepath.Join(env.IstioSrc, "manifests"),
    			}
    			if tc.userManaged {
    				opts.UserManaged = true
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 16 17:43:49 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. hack/golangci.yaml

          path-except: cmd/kubeadm
    
        # The following issues were deemed "might be worth fixing, needs to be
        # decided on a case-by-case basis".  This was initially decided by a
        # majority of the developers who voted in
        # https://github.com/kubernetes/kubernetes/issues/117288 and may evolve
        # over time.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top