Skip to content

Fix RealVal() fraction string parsing and stage prior uncommitted work#11

Merged
kiranandcode merged 2 commits into
mainfrom
fix/realval-fraction-parsing
May 27, 2026
Merged

Fix RealVal() fraction string parsing and stage prior uncommitted work#11
kiranandcode merged 2 commits into
mainfrom
fix/realval-fraction-parsing

Conversation

@kiranandcode
Copy link
Copy Markdown
Collaborator

RealVal("1/2") now correctly parses fraction strings by splitting on "/" and delegating to RatNumRef, matching z3py behavior. Fixes #8.

Also includes previously uncommitted changes: Char/Seq sort and ref types, BV overflow fixes (ULE), and z3 compat test updates.

RealVal("1/2") now correctly parses fraction strings by splitting on "/"
and delegating to RatNumRef, matching z3py behavior. Fixes #8.

Also includes previously uncommitted changes: Char/Seq sort and ref
types, BV overflow fixes (ULE), and z3 compat test updates.
@kiranandcode kiranandcode merged commit b575f53 into main May 27, 2026
4 checks passed
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.

RealVal("1/2") fails to parse fraction strings

1 participant