Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 882 for Diagnostic (0.17 sec)

  1. test/escape2.go

    // errorcheck -0 -m -l
    
    // Copyright 2010 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test, using compiler diagnostic flags, that the escape analysis is working.
    // Compiles but does not run.  Inlining is disabled.
    
    // escape2n.go contains all the same tests but compiles with -N.
    
    package foo
    
    import (
    	"fmt"
    	"unsafe"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  2. test/escape2n.go

    // errorcheck -0 -N -m -l
    
    // Copyright 2010 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test, using compiler diagnostic flags, that the escape analysis is working.
    // Compiles but does not run.  Inlining is disabled.
    // Registerization is disabled too (-N), which should
    // have no effect on escape analysis.
    
    package foo
    
    import (
    	"fmt"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    To fix this error, <<settings_file_basics.adoc#sec:settings_file_script,create a `settings.gradle(.kts)` file>> for the build.
    
    Exceptions to this are invoking Gradle with the `init` task or using diagnostic command line flags, such as `--version`.
    
    ==== Calling Project.afterEvaluate() after project evaluation is now an error
    
    Gradle 6.x warns users about the wrong behavior and ignores the target action in this scenario.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		if err != nil {
    			t.Errorf("%v: error decoding %v: %v", initial, string(b), err)
    		}
    		if final.Cmp(initial) != 0 {
    			diag, err := cbor.Diagnose(b)
    			if err != nil {
    				t.Logf("failed to produce diagnostic encoding of 0x%x: %v", b, err)
    			}
    			t.Errorf("Expected equal: %v, %v (cbor was '%s')", initial, final, diag)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

          signalPassFailure();
        }
      } else {
        // If `allow_tensorlist_pass_through` is set to true, if legalization fails
        // we should not leak the diagnostic info outside this pass. Hence we use
        // a `StatusScopedDiagnosticHandler` here to capture diagnostics generated
        // within this pass.
        StatusScopedDiagnosticHandler handler(context);
        if (failed(applyPartialConversion(module, target, std::move(patterns)))) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    Without a settings file, a Gradle build is undefined and will emit a deprecation warning.
    
    In Gradle 7.0, Gradle will only allow you to invoke the `init` task or diagnostic command line flags, such as `--version`, with undefined builds.
    
    ==== Calling `Project.afterEvaluate` on an evaluated project has been deprecated
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/rulegen.go

    			}
    			op = x
    			oparch = arch.name
    			break
    		}
    	}
    
    	if op.name == "" {
    		// Failed to find the op.
    		// Run through everything again with strict=false
    		// to generate useful diagnostic messages before failing.
    		for _, x := range genericOps {
    			match(x, false, "generic")
    		}
    		for _, x := range arch.ops {
    			match(x, false, arch.name)
    		}
    		log.Fatalf("%s: unknown op %s", loc, s)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 02 22:09:21 UTC 2023
    - 48.7K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/dwarf.go

    	if ctxt.HeadType == objabi.Haix {
    		// Initial map used to store package size for each DWARF section.
    		dwsectCUSize = make(map[string]uint64)
    	}
    
    	// For ctxt.Diagnostic messages.
    	newattr(&dwtypes, dwarf.DW_AT_name, dwarf.DW_CLS_STRING, int64(len("dwtypes")), "dwtypes")
    
    	// Unspecified type. There are no references to this in the symbol table.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

        }
        // Only support 1D for now.
        if (type.getRank() > 1 || dynamic_iota_op.getIotaDimension() != 0) {
          return rewriter.notifyMatchFailure(
              dynamic_iota_op, [&](::mlir::Diagnostic& diag) {
                diag << "Only 1D DynamicIotaOp with iota dimension 0 is supported";
              });
        }
    
        const uint64_t dimension = dynamic_iota_op.getIotaDimension();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Clear Crawler Indices */
        public static final String LABELS_clear_crawler_index_button = "{labels.clear_crawler_index_button}";
    
        /** The key of the message: Diagnostic */
        public static final String LABELS_diagnostic_logs = "{labels.diagnostic_logs}";
    
        /** The key of the message: Download Logs */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top