Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 44 for reproducible (0.3 seconds)

  1. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.java-shared-runtime.gradle.kts

    plugins {
        `java-library`
        groovy
    
        id("gradlebuild.ci-reporting")
        id("gradlebuild.code-quality")
        id("gradlebuild.module-jar")
        id("gradlebuild.repositories")
        id("gradlebuild.reproducible-archives")
        id("gradlebuild.private-javadoc")
    }
    
    description = "A plugin that sets up a Java code that is shared between build-logic and runtime"
    
    java {
        sourceCompatibility = JavaVersion.VERSION_1_8
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Jan 22 14:28:13 GMT 2025
    - 699 bytes
    - Click Count (0)
  2. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.kotlin-shared-runtime.gradle.kts

    import org.jetbrains.kotlin.gradle.dsl.JvmTarget
    
    plugins {
        id("java-library")
        kotlin("jvm")
        id("gradlebuild.module-jar")
        id("gradlebuild.reproducible-archives")
        id("gradlebuild.repositories")
        id("gradlebuild.code-quality")
        id("gradlebuild.detekt")
        id("gradlebuild.test-retry")
        id("gradlebuild.ci-reporting")
        id("gradlebuild.private-javadoc")
    }
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Jan 22 14:28:13 GMT 2025
    - 869 bytes
    - Click Count (0)
  3. build-logic/src/main/kotlin/BndBuildAction.kt

            IO.copy(archiveFile, archiveCopyFile)
    
            val bundleJar = Jar(archiveFileName, archiveCopyFile)
    
            if (builder.getProperty(Constants.REPRODUCIBLE) == null && !preserveFileTimestamps) {
              builder.setProperty(Constants.REPRODUCIBLE, "true")
            }
            if (builder.getProperty(Constants.COMPRESSION) == null) {
              builder.setProperty(
                Constants.COMPRESSION,
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Feb 05 09:17:33 GMT 2026
    - 8.9K bytes
    - Click Count (0)
  4. TESTING.asciidoc

    index with a random number of shards: there should be one test for the 1-shard
    case, and another test for the 2+ shards case.
    
    ==== Abuse randomization in multi-threaded tests
    
    Multi-threaded tests are often not reproducible due to the fact that there is
    no guarantee on the order in which operations occur across threads. Adding
    randomization to the mix usually makes things worse and should be done with
    care.
    
    == Test coverage analysis
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jun 07 13:55:20 GMT 2021
    - 32.5K bytes
    - Click Count (0)
  5. docs/tr/docs/help-fastapi.md

    * Çalıştırıp aynı hatayı/davranışı görebileceğiniz veya kullanım senaryosunu daha iyi anlayabileceğiniz, yerelde **kopyala-yapıştır** yaparak çalıştırılabilen bir [minimal, reproducible, example](https://stackoverflow.com/help/minimal-reproducible-example) paylaşmalarını isteyebilirsiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 13.9K bytes
    - Click Count (0)
  6. docs/es/docs/help-fastapi.md

    En muchos casos solo copiarán un fragmento del código, pero eso no es suficiente para **reproducir el problema**.
    
    * Puedes pedirles que proporcionen un [ejemplo mínimo, reproducible](https://stackoverflow.com/help/minimal-reproducible-example), que puedas **copiar-pegar** y ejecutar localmente para ver el mismo error o comportamiento que están viendo, o para entender mejor su caso de uso.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  7. docs/ru/docs/help-fastapi.md

    Во многих случаях предоставляют только фрагмент кода, но этого недостаточно, чтобы **воспроизвести проблему**.
    
    * Попросите предоставить [минимальный воспроизводимый пример](https://stackoverflow.com/help/minimal-reproducible-example), который Вы сможете **скопировать-вставить** и запустить локально, чтобы увидеть ту же ошибку или поведение, или лучше понять их кейс.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 20.6K bytes
    - Click Count (0)
  8. docs/uk/docs/help-fastapi.md

    Часто вони наводять лише фрагмент коду, але цього недостатньо, щоб **відтворити проблему**.
    
    * Ви можете попросити надати [мінімальний, відтворюваний приклад](https://stackoverflow.com/help/minimal-reproducible-example), який ви зможете **скопіювати-вставити** і запустити локально, щоб побачити ту саму помилку або поведінку, яку бачать вони, або краще зрозуміти їхній варіант використання.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 19.8K bytes
    - Click Count (0)
  9. docs/pt/docs/help-fastapi.md

    Em muitos casos ela só copia um fragmento do código, mas isso não é suficiente para **reproduzir o problema**.
    
    * Você pode pedir que forneçam um [exemplo mínimo, reproduzível](https://stackoverflow.com/help/minimal-reproducible-example), que você possa **copiar e colar** e executar localmente para ver o mesmo erro ou comportamento que elas estão vendo, ou para entender melhor o caso de uso.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 13.7K bytes
    - Click Count (0)
  10. docs/de/docs/help-fastapi.md

    * Sie können die Person bitten, ein [minimales, reproduzierbares Beispiel](https://stackoverflow.com/help/minimal-reproducible-example) bereitzustellen, welches Sie **kopieren, einfügen** und lokal ausführen können, um den gleichen Fehler oder das gleiche Verhalten zu sehen, das die Person sieht, oder um ihren Anwendungsfall besser zu verstehen.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 14.8K bytes
    - Click Count (0)
Back to Top