-
-
Notifications
You must be signed in to change notification settings - Fork 897
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
[help] How do I use Noko_Node_Get_Struct in another project? #2594
Comments
Whoa, sorry you're having problems, that's unexpected. I will add the saml2 and/or xmlsec-instructure projects to the set of downstream projects we run CI against so that I have good signal on this going forward. Let me take a look -- it may take a few hours though, today's a bit busy for me. |
#2595 is going through CI now which adds xmlsec to the suite |
I submitted PR instructure/nokogiri-xmlsec-instructure#14 upstream |
successful failure on the downstream suite: https://github.com/sparklemotion/nokogiri/runs/7323657032?check_suite_focus=true |
I'm not sure what else I can do at this point, how can I help? |
Wow that's more than I expected. Thank you for helping out here :) We will use a fork with your commit in it -- that'll suit for our purposes. |
Well, I feel bad that we broke something, we try pretty hard not to. |
What problem are you trying to solve?
This commit from Nokogiri caused our application to start failing on SAML requests.
This is due to the
saml2
gem that we use, and a transitive dependency there called nokogiri-xmlsec-instructure. This project usesData_Get_Struct
, but since this commit in Nokogiri, it will now make that data an incorrect type, causing aTypeError
:You can see this happen when running the tests on
nokogiri-xmlsec-instructure
.I've attempted to submit [a pull request])(instructure/nokogiri-xmlsec-instructure#13) to fix this issue, but I am unsure if what I'm doing is correct or even possible. I'm more of a Ruby-guy than a C-guy.
How can I change this gem so that I can continue using the latest and greatest Nokogiri releases that you all keep producing? ❤️
The text was updated successfully, but these errors were encountered: