Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 26 for churn (0.08 sec)

  1. src/cmd/go/internal/modload/import.go

    // allows 'go mod tidy' to preserve a minor checksum-preservation bug
    // (https://go.dev/issue/56222) for modules with 'go' versions between 1.17 and
    // 1.20, preventing unnecessary go.sum churn and network access in those
    // modules.
    func importFromModules(ctx context.Context, path string, rs *Requirements, mg *ModuleGraph, skipModFile bool) (m module.Version, modroot, dir string, altMods []module.Version, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 15:21:14 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/buildlist.go

    	)
    	for _, root := range rs.rootModules {
    		// If the selected version of the root is the same as what was already
    		// listed in the go.mod file, retain it as a root (even if redundant) to
    		// avoid unnecessary churn. (See https://golang.org/issue/34822.)
    		//
    		// We do this even for indirect requirements, since we don't know why they
    		// were added and they could become direct at any time.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/init.go

    			// However, we didn't do so before Go 1.21, and the bug is relatively
    			// minor, so we maintain the previous (buggy) behavior in 'go mod tidy' to
    			// avoid introducing unnecessary churn.
    			if keepPkgGoModSums {
    				r := resolveReplacement(pkg.mod)
    				keep[modkey(r)] = true
    			}
    
    			if rs.pruning == pruned && pkg.mod.Path != "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modload/load.go

    		//
    		// We don't actually rely on that invariant at the moment, but it may
    		// improve efficiency somewhat and makes the behavior a bit easier to reason
    		// about (by reducing churn on the flag bits of dependencies), and costs
    		// essentially nothing (these atomic flag ops are essentially free compared
    		// to scanning source code for imports).
    		ld.applyPkgFlags(ctx, pkg, pkgInAll)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  5. docs/vi/docs/features.md

    Tất cả được dựa trên khai báo kiểu dữ liệu chuẩn của **Python 3.8** (cảm ơn Pydantic). Bạn không cần học cú pháp mới, chỉ cần biết chuẩn Python hiện đại.
    
    Nếu bạn cần 2 phút để làm mới lại cách sử dụng các kiểu dữ liệu mới của Python (thậm chí nếu bạn không sử dụng FastAPI), xem hướng dẫn ngắn: [Kiểu dữ liệu Python](python-types.md){.internal-link target=_blank}.
    
    Bạn viết chuẩn Python với kiểu dữ liệu như sau:
    
    ```Python
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  6. docs/vi/docs/python-types.md

    Bây giờ, bạn chỉ cần biết rằng `Annotated` tồn tại, và nó là tiêu chuẩn của Python. 😎
    
    
    Sau đó, bạn sẽ thấy sự **mạnh mẽ** mà nó có thể làm.
    
    !!! tip
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/ResourcesTest.java

        // loader, even if it is not visible to the loader of the Resources class.
    
        File tempFile = createTempFile();
        PrintWriter writer = new PrintWriter(tempFile, "UTF-8");
        writer.println("rud a chur ar an méar fhada");
        writer.close();
    
        // First check that we can't find it without setting the context loader.
        // This is a sanity check that the test doesn't spuriously pass because
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssagen/ssa.go

    	return p
    }
    
    // DebugFriendlySetPosFrom adjusts Pos.IsStmt subject to heuristics
    // that reduce "jumpy" line number churn when debugging.
    // Spill/fill/copy instructions from the register allocator,
    // phi functions, and instructions with a no-pos position
    // are examples of instructions that can cause churn.
    func (s *State) DebugFriendlySetPosFrom(v *ssa.Value) {
    	switch v.Op {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  9. docs/vi/docs/index.md

    * **Tăng tốc**: Có được sản phẩm cùng với tài liệu (được tự động tạo) có thể tương tác.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/io/ResourcesTest.java

        // loader, even if it is not visible to the loader of the Resources class.
    
        File tempFile = createTempFile();
        PrintWriter writer = new PrintWriter(tempFile, "UTF-8");
        writer.println("rud a chur ar an méar fhada");
        writer.close();
    
        // First check that we can't find it without setting the context loader.
        // This is a sanity check that the test doesn't spuriously pass because
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top