Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for readModGraph (0.09 sec)

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

    var readModGraphDebugOnce sync.Once
    
    // readModGraph reads and returns the module dependency graph starting at the
    // given roots.
    //
    // The requirements of the module versions found in the unprune map are included
    // in the graph even if they would normally be pruned out.
    //
    // Unlike LoadModGraph, readModGraph does not attempt to diagnose or update
    // inconsistent roots.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/edit.go

    	for {
    		mg, err = readModGraph(ctx, rootPruning, roots, upgradedRoot)
    		// We keep on going even if err is non-nil until we reach a steady state.
    		// (Note that readModGraph returns a non-nil *ModuleGraph even in case of
    		// errors.) The caller may be able to fix the errors by adjusting versions,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top