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

bit:* extension functions should accept string arguments #54

Open
philshafer opened this issue Jul 27, 2021 · 0 comments
Open

bit:* extension functions should accept string arguments #54

philshafer opened this issue Jul 27, 2021 · 0 comments
Assignees
Labels

Comments

@philshafer
Copy link
Contributor

The functions in the "bit" extension library only handle number type arguments, using code like:

if (xop->type == XPATH_NUMBER) {
    ...
 }

They need an "else if (xop->type == XPATH_STRING) { ... }" clause.

Thanks,
Phil

@philshafer philshafer added the bug label Jul 27, 2021
@philshafer philshafer self-assigned this Jul 27, 2021
philshafer pushed a commit that referenced this issue Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant