-
Notifications
You must be signed in to change notification settings - Fork 38
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
Bump regex from 1.5.4 to 1.5.5 #153
Conversation
appveyor is failing on:
|
@refi64 rings a bell? |
So this line should be getting hit: findutils/src/find/matchers/printf.rs Line 561 in 4cd4e4f
But instead it's hitting: findutils/src/find/matchers/printf.rs Line 570 in 4cd4e4f
This only happens for the nightly Windows build, so I suspect there's a change in IO error mapping on Windows that has hit nightly. |
I suspect this is caused by rust-lang/rust#90955 |
I tried on a Windows VM but couldn't reproduce the failure, even with exactly the same nightly as that AppVeyor build. |
Strange, it seems like the original error wouldn't have been one touched by that PR, since it would have been There are some other strange errors there too:
Could it be an issue on AppVeyor's end? |
Ah, the bug doesn't show up on Windows 10/11, only Windows 8 and below (including Windows Server 2012 R2 Datacenter I guess, what AppVeyor is running): rust-lang/rust#95154 |
The latest nightly has that bug fixed, and it made my PR (#154) pass, so I assume this one would pass too if we re-ran it. |
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
a62a2d2
to
d58fb52
Compare
Codecov Report
@@ Coverage Diff @@
## main #153 +/- ##
==========================================
+ Coverage 53.39% 53.55% +0.16%
==========================================
Files 28 28
Lines 4748 4748
Branches 1555 1555
==========================================
+ Hits 2535 2543 +8
Misses 1667 1667
+ Partials 546 538 -8
Continue to review full report at Codecov.
|
Bumps regex from 1.5.4 to 1.5.5.
Changelog
Sourced from regex's changelog.
Commits
d130381
1.5.5ae70b41
security: fix denial-of-service bug in compilerb92ffd5
cargo: use SPDX license formatf6e52da
syntax: fix 'unused' warnings5197f21
fuzz: do not use inherits in Cargo.toml3662851
doc: fix typo63ee669
syntax/doc: fix 'their' typod6bc7a4
readme: remove broken badgebd74660
fuzz: try to fix build issuebd0a142
readme: fix badgesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)