Experimental branch: Case insensitive collision warning and hidden identifiers #313
Annotations
5 errors
LibraryTests.testHiddenIdentifiers:
Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/LibraryTests.java#L666
java.lang.AssertionError:
Expected: is <1>
but: was <0>
|
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>
|
SemanticTests.testSoMuchNestingHidingSimple:
Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/SemanticTests.java#L756
java.lang.AssertionError: []
Expected: is <1>
but: was <0>
|
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
|