Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 46 for fix (0.47 sec)

  1. src/cmd/go/testdata/script/mod_tidy_version.txt

    cmp go.mod go.mod.117
    
    # Go 1.16 -> 1.15 should add d,
    # but 'go get' doesn't load enough packages to know that.
    # (This leaves the module untidy, but the user can fix it by running 'go mod tidy'.)
    cp go.mod.116 go.mod
    go get go@1.15 toolchain@none
    cmp go.mod go.mod.115from116
    go mod tidy
    cmp go.mod go.mod.115-2
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 02 23:07:08 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/DefaultPrecompiledScriptPluginsSupport.kt

                            "The 'freeCompilerArgs' property has been reassigned. " +
                            "It must instead be appended to. " +
                            "Please use 'freeCompilerArgs.addAll(\"your\", \"args\")' to fix this."
                    )
                }
            }
        }
    }
    
    
    private
    fun Task.configureKotlinCompilerArgumentsEagerly(resolverEnvironment: Provider<String>) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 10:44:10 UTC 2024
    - 21K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/vcstest/git/vgotest1.txt

    git tag v2.0.3
    
    at 2018-02-19T19:03:38-05:00
    env GIT_AUTHOR_DATE=2018-02-19T18:16:38-05:00
    echo 'module "github.com/rsc/vgotest1/v2" // v2/go.mod'
    cp stdout v2/go.mod
    git add v2/go.mod
    git commit -m 'v2/go.mod: fix'
    git tag v2.0.4
    
    at 2018-02-19T19:03:59-05:00
    env GIT_AUTHOR_DATE=2018-02-19T18:17:02-05:00
    echo 'module "github.com/rsc/vgotest1" // root go.mod'
    cp stdout go.mod
    git add go.mod
    git commit -m 'go.mod: drop v2'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 15:36:24 UTC 2022
    - 7.9K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/gotoolchain_local.txt

    go version
    stdout go1.500
    
    # go.work misconfiguration does not break go work edit
    # ('go 1.600 / toolchain local' forces use of 1.500 which can't normally load that go.work; allow work edit to fix it.)
    go work edit -go=1.600 -toolchain=default
    go version
    stdout go1.500
    
    go work edit -toolchain=none
    go version
    stdout go1.600
    
    rm go.work
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 25 21:19:11 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  5. api/go1.4.txt

    # CL 158950043 database/sql: add Drivers, returning list of registered drivers, Russ Cox <******@****.***>
    pkg database/sql, func Drivers() []string
    
    # CL 117280043 debug/dwarf: fix Reader panic on DW_TAG_unspecified_type, Derek Parker <******@****.***>
    pkg debug/dwarf, method (*UnspecifiedType) Basic() *BasicType
    pkg debug/dwarf, method (*UnspecifiedType) Common() *CommonType
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/mod_invalid_version.txt

    # An invalid +incompatible suffix for a canonical version should error out,
    # not resolve to a pseudo-version.
    #
    # TODO(bcmills): The "outside" view for this failure mode is missing its import stack.
    # Figure out why and fix it.
    cp go.mod.orig go.mod
    go mod edit -require github.com/pierrec/lz4@v2.0.8+incompatible
    cd outside
    ! go list -m github.com/pierrec/lz4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 02 02:54:20 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  7. maven-core/plugin-manager.txt

    // - implement filters and create a test where a plugin fails if the right classes are not filtered
    // - plugins with a dependency the same as the core but different versions, make it fail then fix it
    
      /*
     *
     * h2. Concerns for the plugin manager
     *
     * h3. resolving the dependencies of a plugin - these could be resolved remotely at runtime or, -
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 22:45:13 UTC 2022
    - 12.9K bytes
    - Viewed (0)
  8. src/main/webapp/css/bootstrap.min.css.map

    n  }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]) {\n  color: inherit;\n  text-decoration: none;\n\n  @include hover() {\n    color: inherit;\n    text-decoration: none;\n  }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/bootstrap.min.css.map

    n  }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]) {\n  color: inherit;\n  text-decoration: none;\n\n  @include hover() {\n    color: inherit;\n    text-decoration: none;\n  }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  10. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top