-
-
Notifications
You must be signed in to change notification settings - Fork 902
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
[bug] Regression in 1.13.0 in XSLT.quote_params #2418
Milestone
Comments
jcoyne
added
the
state/needs-triage
Inbox for non-installation-related bug reports or help requests
label
Jan 10, 2022
jcoyne
added a commit
to sul-dlss/gis-robot-suite
that referenced
this issue
Jan 10, 2022
@jcoyne Thanks for opening this! I'll take a look. |
git bisect isolated this regression to 3099528 which is ... 🤔 Should be an easy fix, though. |
Basically: 1234 =~ /'/ # this is OK
/'/.match?(1234) # this is not OK |
flavorjones
removed
the
state/needs-triage
Inbox for non-installation-related bug reports or help requests
label
Jan 10, 2022
flavorjones
added a commit
that referenced
this issue
Jan 11, 2022
Along the way, rewrite this method, refactor the tests, and improve the documentation. Closes #2418
PR at #2420 |
flavorjones
added a commit
that referenced
this issue
Jan 11, 2022
Along the way, rewrite this method, refactor the tests, and improve the documentation. Closes #2418
flavorjones
added a commit
that referenced
this issue
Jan 11, 2022
Along the way, rewrite this method, refactor the tests, and improve the documentation. Closes #2418
Thank you @flavorjones ! |
I'm hoping to ship v1.13.1 today or tomorrow. Working on one other regression. |
v1.13.1 is out now: https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In nokogiri 1.12 and before I was able to send integers to XSLT.quote_params:
After upgrading to 1.13.0 this results in a TypeError:
The text was updated successfully, but these errors were encountered: