-
Notifications
You must be signed in to change notification settings - Fork 26
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
cro::uri generating internal Nil warning #197
Comments
As you already diagnosed, it's in this line.
That's an action method for a grammar. A quick debug output gives:
Notice that the last match is empty. That's the emptyness after the last "/" and before the "?" in the URI. In similar action methods a few lines down I see guards for this. Replicating them gives:
This fixes the issue. But I have no idea what's happening. Can I summon a regex expert? Maybe @lizmat?
|
I think I understand a bit. |
Something about this particular URL (which returns a 302 if it matters) triggers it.
The text was updated successfully, but these errors were encountered: