Skip to content

Experimental branch: Case insensitive collision warning and hidden identifiers #313

Experimental branch: Case insensitive collision warning and hidden identifiers

Experimental branch: Case insensitive collision warning and hidden identifiers #313

Triggered via pull request November 3, 2023 15:04
Status Failure
Total duration 8m 24s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
SemanticTests.testSoMuchNestingHidingComplex: Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/SemanticTests.java#L772
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifier in a broader scope hidden: [SoMuchNesting] resolved as a let of a query with exact case matching. , org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifiers in a broader scope hidden: [SoMuchNesting] resolved as an alias of a query with exact case matching. [SoMuchNesting] resolved as a let of a query with exact case matching. , org.cqframework.cql.cql2elm.CqlSemanticException: List-valued expression was demoted to a singleton., org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifiers in a broader scope hidden: [SoMuchNesting] resolved as an alias of a query with exact case matching. [SoMuchNesting] resolved as a let of a query with exact case matching. [SoMuchNesting] resolved as a let of a query with exact case matching. ] Expected: is <3> but: was <4>
TranslationTests.testHidingVariousUseCases: Src/dotnet/CQL.Translation_UnitTests/TranslationTests.cs#L293
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifier in a broader scope hidden: [CodeSystem] resolved as a context accessor with exact case matching. , org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifier in a broader scope hidden: [CodeSystem] resolved as a context accessor with exact case matching. , org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifier in a broader scope hidden: [Code] resolved as a context accessor with exact case matching. , org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifier in a broader scope hidden: [Code] resolved as a context accessor with exact case matching. , org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifier in a broader scope hidden: [Code] resolved as a context accessor with exact case matching. , org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifier in a broader scope hidden: [Code] resolved as a context accessor with exact case matching. , org.cqframework.cql.cql2elm.CqlSemanticException: Identifier hiding detected: Identifier in a broader scope hidden: [Alias] resolved as a let of a query with exact case matching. ] Expected: is <13> but: was <7>
gradle
Gradle build failed: see console output for details