cqframework / cqframework/cql-tests-runner
List operators testing error breakdown (CqlListOperatorsTest)
@bryantaustin13 is already working on this.
Since Dec 17, 2025.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 3
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 2
Description
CqlListOperatorsTest fails commentary:
-
"passCount": 188,
"skipCount": 1,
"failCount": 23,
"errorCount": 0 -
Failing tests:
(actual => EvaluationError:Library expression-1.0.0 loaded, but had errors: An operand identifier reference is hiding another identifier of the same name., An operand identifier reference is hiding another identifier of the same name., An operand identifier reference is hiding another identifier of the same name., Could not resolve call to operator Equal with signature (list<System.String>,list<System.Integer>))
EqualABCAnd123
EquivalentABCAnd123
NotEqualABCAnd123
NotEqual123AndABC(actual => EvaluationError:Library expression-1.0.0 loaded, but had errors: An operand identifier reference is hiding another identifier of the same name., An operand identifier reference is hiding another identifier of the same name., An operand identifier reference is hiding another identifier of the same name., Could not resolve call to operator Equal with signature (list<System.Integer>,list<System.String>).)
Equal123AndString123
Equal123AndABC
Equal123AndString123
Equivalent123AndABC
Equivalent123AndString123
NotEqual123AndString123(actual missing times for @2012-01-01T12 and @2012-01-01T10)
SortDatesAsc
SortDatesDesc(actual is a single null, but should resolve to a list with a single {null})
DistinctNullNullNull
UnionListNullAndListNull(actual is false vs null)
ProperlyIncludesNullLeft
ProperlyIncludedInNulRight
IncludesNullLeft
IncludesNullRight
IncludedInNullLeft
IncludedInNullRightExceptDateTimeList (actual is a single DateTime, but should resolve to a list with a single DateTime)
ExceptTimeList (actual is a single Time, but should resolve to a list with a single Time)
EqualEmptyListAndEmptyList (actual is null vs true)
NotEqualEmptyAndEmpty (actual is null vs false)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.