Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 800 for bug5 (0.06 sec)

  1. test/fixedbugs/bug020.go

    var digits string;
    
    func putint(buf []byte, i, base, val int, digits string) {
    		buf[i] = digits[val];
    }
    
    func main() {
    }
    
    /*
    uetli:~/Source/go1/test gri$ 6g bugs/bug020.go
    bugs/bug020.go:7: type of a structure field cannot be an open array
    bugs/bug020.go:7: fatal error: width of a dynamic array
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 486 bytes
    - Viewed (0)
  2. src/go/doc/testdata/template.txt

    {{end}}{{/*
    
    */}}{{range .Funcs}}	{{synopsis .Doc}}
    	{{node .Decl $.FSet}}
    
    {{end}}{{/*
    
    */}}{{range .Methods}}	{{synopsis .Doc}}
    	{{node .Decl $.FSet}}
    
    {{end}}{{end}}{{end}}{{/*
    
    */}}{{with .Bugs}}
    BUGS .Bugs is now deprecated, please use .Notes instead
    {{range .}}{{indent "\t" .}}
    {{end}}{{end}}{{with .Notes}}{{range $marker, $content := .}}
    {{$marker}}S
    {{range $content}}{{$marker}}({{.UID}}){{indent "\t" .Body}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.1K bytes
    - Viewed (0)
  3. android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionAddAllTester.java

       * Returns the {@link Method} instance for {@link #testAddAll_nullUnsupported()} so that tests can
       * suppress it with {@code FeatureSpecificTestSuiteBuilder.suppressing()} until <a
       * href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5045147">Sun bug 5045147</a> is fixed.
       */
      @J2ktIncompatible
      @GwtIncompatible // reflection
      public static Method getAddAllNullUnsupportedMethod() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  4. android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionToArrayTester.java

       * of {@link Arrays#asList(Object[])} can suppress it with {@code
       * FeatureSpecificTestSuiteBuilder.suppressing()} until <a
       * href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6260652">Sun bug 6260652</a> is fixed.
       */
      @J2ktIncompatible
      @GwtIncompatible // reflection
      public static Method getToArrayIsPlainObjectArrayMethod() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  5. src/go/doc/doc.go

    	Doc        string
    	Name       string
    	ImportPath string
    	Imports    []string
    	Filenames  []string
    	Notes      map[string][]*Note
    
    	// Deprecated: For backward compatibility Bugs is still populated,
    	// but all new code should use Notes instead.
    	Bugs []string
    
    	// declarations
    	Consts []*Value
    	Types  []*Type
    	Vars   []*Value
    	Funcs  []*Func
    
    	// Examples is a sorted list of examples associated with
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  6. .github/ISSUE_TEMPLATE.md

    ## Possible Solution
    <!--- Not obligatory, but suggest a fix/reason for the bug, -->
    <!--- or ideas how to implement the addition or change -->
    
    ## Steps to Reproduce (for bugs)
    <!--- Provide a link to a live example, or an unambiguous set of steps to -->
    <!--- reproduce this bug. Include code to reproduce, if relevant -->
    <!--- and make sure you have followed https://github.com/minio/minio/tree/release/docs/debugging to capture relevant logs -->
    
    1.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jan 29 00:04:16 UTC 2022
    - 2K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/help.txt

    env GO111MODULE=off
    
    # go help shows overview.
    go help
    stdout 'Go is a tool'
    stdout 'bug.*start a bug report'
    
    # go help bug shows usage for bug
    go help bug
    stdout 'usage: go bug'
    stdout 'bug report'
    
    # go bug help is an error (bug takes no arguments)
    ! go bug help
    stderr 'bug takes no arguments'
    
    # go help mod shows mod subcommands
    go help mod
    stdout 'go mod <command>'
    stdout tidy
    
    # go help mod tidy explains tidy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 14:41:02 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  8. test/fixedbugs/bug009.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    
    func main() {
    	fired := false; _ = fired;
    }
    /*
    bug9.go:5: defaultlit: unknown literal: LITERAL-B0 a(1)
    bug9.go:5: fatal error: addvar: n=NAME-fired G0 a(1) l(5) t=<N> nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 04:48:57 UTC 2012
    - 357 bytes
    - Viewed (0)
  9. test/chan/doubleselect.go

    	go mux(cmux, c3, done)
    	go mux(cmux, c4, done)
    	go func() {
    		<-done
    		<-done
    		<-done
    		<-done
    		close(cmux)
    	}()
    	// We keep the recver because it might catch more bugs in the future.
    	// However, the result of the bug linked to at the top is that we'll
    	// end up panicking with: "throw: bad g->status in ready".
    	recver(cmux)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 01:34:14 UTC 2017
    - 2K bytes
    - Viewed (0)
  10. test/fixedbugs/bug424.dir/main.go

    	i = new(localT)
    	if i.m() != "main.localT.m" {
    		println("BUG: localT:", i.m(), "called")
    	}
    
    	i = new(myT1)
    	if i.m() != "main.localT.m" {
    		println("BUG: myT1:", i.m(), "called")
    	}
    
    	i = new(myT2)
    	if i.m() != "main.localT.m" {
    		println("BUG: myT2:", i.m(), "called")
    	}
    
    	t3 := new(myT3)
    	if t3.m() != "main.localT.m" {
    		println("BUG: t3:", t3.m(), "called")
    	}
    	
    	i = new(myT3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 1.6K bytes
    - Viewed (0)
Back to top