Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 23170 (0.1 sec)

  1. build-logic-commons/build-platform/build.gradle.kts

            api("org.spockframework:spock-junit4:$spockVersion")
            api("org.asciidoctor:asciidoctorj:2.5.11")
            api("org.asciidoctor:asciidoctorj-api:2.5.11")
            api("org.asciidoctor:asciidoctorj-pdf:2.3.10")
            api("dev.adamko.dokkatoo:dokkatoo-plugin:2.0.0")
            api("org.jetbrains.dokka:dokka-core:1.8.10")
            api("com.fasterxml.woodstox:woodstox-core:6.4.0") {
                because("CVE-2022-40152 on lower versions")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. doc/next/9-todo.md

    CL 582097 - an x/build CL working on relnote itself; it doesn't need a release note
    CL 561935 - crypto CL that used purego tag and mentioned accepted-but-not-implemented proposal https://go.dev/issue/23172 to document purego tag; doesn't need a release note
    CL 568340 - fixed a spurious race in time.Ticker.Reset (added via accepted proposal https://go.dev/issue/33184), doesn't seem to need a release note
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:18:52 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    			return nil
    		}
    	} else {
    		// p is in a module, so make it available based on the importer's import path instead
    		// of the file path (https://golang.org/issue/23970).
    		if importer.Internal.CmdlineFiles {
    			// The importer is a list of command-line files.
    			// Pretend that the import path is the import path of the
    			// directory containing them.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top