-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix errors on AppVeyor by updating pip packages #2141
Conversation
There's no difference in output of diff -r output/manual/v1.5/index.html output2/manual/v1.5/index.html
4910,4913c4910,4915
< <p>where:
< <em> STRING, REGEX and FLAGS are jq strings and subject to jq string interpolation;
< </em> REGEX, after string interpolation, should be a valid PCRE regex;
< * FILTER is one of <code>test</code>, <code>match</code>, or <code>capture</code>, as described below.</p>
---
> <p>where:</p>
> <ul>
> <li>STRING, REGEX and FLAGS are jq strings and subject to jq string interpolation;</li>
> <li>REGEX, after string interpolation, should be a valid PCRE regex;</li>
> <li>FILTER is one of <code>test</code>, <code>match</code>, or <code>capture</code>, as described below.</li>
> </ul>
diff -r output/manual/v1.6/index.html output2/manual/v1.6/index.html
5499,5502c5499,5504
< <p>where:
< <em> STRING, REGEX and FLAGS are jq strings and subject to jq string interpolation;
< </em> REGEX, after string interpolation, should be a valid PCRE regex;
< * FILTER is one of <code>test</code>, <code>match</code>, or <code>capture</code>, as described below.</p>
---
> <p>where:</p>
> <ul>
> <li>STRING, REGEX and FLAGS are jq strings and subject to jq string interpolation;</li>
> <li>REGEX, after string interpolation, should be a valid PCRE regex;</li>
> <li>FILTER is one of <code>test</code>, <code>match</code>, or <code>capture</code>, as described below.</li>
> </ul> |
5a18712
to
5ae7966
Compare
In this branch the AppVeyor CI staill fails but merging with #2193 should fix. Please confirm https://ci.appveyor.com/project/itchyny/jq/builds/35632771. Please consider including, the CI has been failing for months. |
5ae7966
to
be6856c
Compare
246c98f
to
76157ef
Compare
Aha, AppVeyor CI is now back to green! The problem is that I am not familiar with pacman/Windows so not sure whether my fix is the correct way 🤔 . Are there anyone familiar with pacman/Windows? |
fe44cb1
to
1ae3a64
Compare
After unmaintained for a few months, now this branch gets failure again. I'm not familiar with pacman packages, get tired of tackling the problem. Is there anyone kindly look into the problem? |
Closing due to conflict and inactivity. Hope someone familiar with Windows can fix the problem. |
This pull request fixes the error on AppVeyor by updating the pip packages.