Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(search): add a value type system to KQIR #2369

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Conversation

PragmaTwice
Copy link
Member

Currently, in KQIR we uses strings to represent all value types and parses them into the corresponding type when needed.

This approach has many drawbacks. In this PR, we introduce kqir::Value to address this issue.

Copy link

sonarcloud bot commented Jun 18, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
41.6% Coverage on New Code (required ≥ 50%)

See analysis details on SonarCloud

@PragmaTwice PragmaTwice merged commit 47e6705 into unstable Jun 19, 2024
63 of 64 checks passed
@PragmaTwice PragmaTwice deleted the kqir-value branch June 22, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants