Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for nag (0.07 sec)

  1. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/deprecation/DeprecationLoggerTest.groovy

            when:
            DeprecationLogger.deprecate("nag").willBeRemovedInGradle9().undocumented().nagUser()
            DeprecationLogger.deprecate("nag").willBeRemovedInGradle9().undocumented().nagUser()
    
            then:
            def events = outputEventListener.events
            events.size() == 1
            events[0].message.startsWith('nag')
    
            when:
            DeprecationLogger.reset()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 15:06:10 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/jvm/toolchain/JavaToolchainIntegrationTest.groovy

            "vendor and implementation are configured" | 'vendor = JvmVendorSpec.AZUL; implementation = JvmImplementation.J9'
        }
    
        def "do not nag user when toolchain spec is valid (#description)"() {
            def jdkMetadata = AvailableJavaHomes.getJvmInstallationMetadata(Jvm.current())
    
            buildScript """
                apply plugin: "java"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 15:18:26 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/plugins/DslObject.java

            }
            return dynamicObject;
        }
    
        @Override
        @Deprecated
        public org.gradle.api.plugins.Convention getConvention() {
    // TODO nag once KGP doesn't register conventions anymore
    //        DeprecationLogger.deprecateType(org.gradle.api.internal.HasConvention.class)
    //            .willBeRemovedInGradle9()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/DeprecatedFeaturesListener.kt

            // TODO:configuration-cache - this listener shouldn't be registered when cc is enabled
            !buildModelParameters.isConfigurationCache && featureFlags.isEnabled(STABLE_CONFIGURATION_CACHE)
    
        /**
         * Only nag about tasks that are actually executing, but not tasks that are configured by the executing tasks.
         * A task is unlikely to reach out to other tasks without violating other constraints.
         **/
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

        def "does not nag when service is used by task without a corresponding usesService call and feature preview is NOT enabled"() {
            given:
            serviceImplementation()
            adhocTaskUsingUndeclaredService(1)
    
            when:
            succeeds 'broken'
    
            then:
            outputDoesNotContain "'Task#usesService'"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/extensibility/ExtensibleDynamicObject.java

            this.parent = parent;
            updateDelegates();
        }
    
        @Override
        @Deprecated
        public org.gradle.api.plugins.Convention getConvention() {
    // TODO nag once KGP doesn't register conventions anymore
    //        DeprecationLogger.deprecateType(org.gradle.api.internal.HasConvention.class)
    //            .willBeRemovedInGradle9()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 17 11:25:34 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/TestReportTaskIntegrationTest.groovy

            then:
            result.testClass("LoggingTest").assertStdout(equalTo("stdout.\n"))
            result.testClass("LoggingTest").assertStderr(equalTo("stderr.\n"))
        }
    
        // TODO: remove in Gradle 9.0
        def "nag with deprecation warnings when using legacy TestReport APIs"() {
            given:
            buildScript """
                apply plugin: 'java'
                $junitSetup
                tasks.register('otherTests', Test) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 16.6K bytes
    - Viewed (0)
  8. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0FCD          ; disallowed                             # NA   <reserved-0FCD>
    0FCE          ; valid                  ;      ; NV8    # 5.1  TIBETAN SIGN RDEL NAG RDEL DKAR
    0FCF          ; valid                  ;      ; NV8    # 3.0  TIBETAN SIGN RDEL NAG GSUM
    0FD0..0FD1    ; valid                  ;      ; NV8    # 4.1  TIBETAN MARK BSKA- SHOG GI MGO RGYAN..TIBETAN MARK MNYAM YIG GI MGO RGYAN
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top