-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
DNM: Try using memchr without inlining on windows #121671
Conversation
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
@bors try |
DNM: Try using memchr without inlining on windows Another attempt at rust-lang#121465, trying to fix the issue on windows to unblock the Clippy sync. (Does specifying a git dependency even work or will the `tidy` tool complain? 🤔) r? `@ghost`
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors try |
DNM: Try using memchr without inlining on windows Another attempt at rust-lang#121465, trying to fix the issue on windows to unblock the Clippy sync. (Does specifying a git dependency even work or will the `tidy` tool complain? 🤔) r? `@ghost`
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
That also didn't work... |
182164a
to
e3ea0db
Compare
@bors try |
DNM: Try using memchr without inlining on windows Another attempt at rust-lang#121465, trying to fix the issue on windows to unblock the Clippy sync. (Does specifying a git dependency even work or will the `tidy` tool complain? 🤔) [memchr patch](BurntSushi/memchr@0310038) r? `@ghost`
I think this is only patching the version used by rustc_ast (which I locked since it was the only in-tree usage of memchr), which probably wouldn't affect the linker issue. Using a patch dependency and unlocking it might work? |
Yeah, I think you're right. Good idea with the patch version. Didn't know of this cargo feature TIL, thanks! |
e3ea0db
to
f58177a
Compare
@bors try |
DNM: Try using memchr without inlining on windows Another attempt at rust-lang#121465, trying to fix the issue on windows to unblock the Clippy sync. (Does specifying a git dependency even work or will the `tidy` tool complain? 🤔) [memchr patch](BurntSushi/memchr@0310038) r? `@ghost`
This comment was marked as outdated.
This comment was marked as outdated.
☀️ Try build successful - checks-actions |
Ok, this worked. Let's find out whether the |
f58177a
to
d6c1e1d
Compare
@bors try |
DNM: Try using memchr without inlining on windows Another attempt at rust-lang#121465, trying to fix the issue on windows to unblock the Clippy sync. (Does specifying a git dependency even work or will the `tidy` tool complain? 🤔) [memchr patch](BurntSushi/memchr@master...flip1995:memchr:master) r? `@ghost`
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
d6c1e1d
to
7dc5996
Compare
@bors try |
DNM: Try using memchr without inlining on windows Another attempt at rust-lang#121465, trying to fix the issue on windows to unblock the Clippy sync. (Does specifying a git dependency even work or will the `tidy` tool complain? 🤔) [memchr patch](BurntSushi/memchr@master...flip1995:memchr:master) r? `@ghost`
☀️ Try build successful - checks-actions |
This change to |
Another attempt at #121465, trying to fix the issue on windows to unblock the Clippy sync.
(Does specifying a git dependency even work or will the
tidy
tool complain? 🤔)memchr patch
r? @ghost