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

handle xsd::decimal in TryFromTerm for f64 #173

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

mkatychev
Copy link
Contributor

Doing a TryFromTerm on a list of xsd::decimals would previously produce a wrong datatype error since the list below example would produce literals with the decimal type (^^"http://www.w3.org/2001/XMLSchema#decimal"):

:a _:list (2.00 4.00)

@pchampin pchampin merged commit 1741b9c into pchampin:main Jul 25, 2024
4 checks passed
@pchampin
Copy link
Owner

Good point. Thanks for the PR

@mkatychev mkatychev deleted the fix/handle-decimal branch July 30, 2024 21:32
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.

2 participants