Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for lax (0.04 sec)

  1. src/cmd/vendor/golang.org/x/mod/modfile/rule.go

    				// support additional syntax in the future, such as open and half-open
    				// intervals. Those can't be supported now, because they break the
    				// go.mod parser, even in lax mode.
    				return
    			}
    		}
    		if len(args) > 0 && strict {
    			// In the future, there may be additional information after the version.
    			errorf("unexpected token after version: %q", args[0])
    			return
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 18:34:56 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  2. src/runtime/traceback.go

    	// stack. And through a combination of skip counts and limits, we can do all
    	// of the steps we need with a single traceback printer implementation.
    	//
    	// We could be more lax about exactly how many frames we print, for example
    	// always stopping and resuming on physical frame boundaries, or at least
    	// cgo expansion boundaries. It's not clear that's much simpler.
    	flags |= unwindPrintErrors
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top