Skip to content

Bugfix/cql execute null output#140

Merged
brynrhodes merged 3 commits intomasterfrom
bugfix/cql-execute-null-output
Mar 5, 2026
Merged

Bugfix/cql execute null output#140
brynrhodes merged 3 commits intomasterfrom
bugfix/cql-execute-null-output

Conversation

@raleigh-g-thompson
Copy link
Copy Markdown
Contributor

fixes #139

On Windows, Uri.fsPath returns backslash-separated paths (e.g. C:\path\to\tests). When these were concatenated directly into glob patterns (e.g. testPath.fsPath + '/**/${libraryName}'), the glob library misinterpreted the mixed separators and returned relative paths with .. segments instead of absolute paths. This caused downstream failures when those paths were used to locate test case data and CQL library files.

The issue affected all commands that execute CQL files. It is only a problem on Windows boxes.

@raleigh-g-thompson raleigh-g-thompson added the bug Something isn't working label Mar 5, 2026
@raleigh-g-thompson raleigh-g-thompson requested review from jbyrdevans and removed request for bryantaustin13 March 5, 2026 20:07
@brynrhodes brynrhodes merged commit 37302db into master Mar 5, 2026
@brynrhodes brynrhodes deleted the bugfix/cql-execute-null-output branch March 5, 2026 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Null outputs when executing measures

2 participants