-
Notifications
You must be signed in to change notification settings - Fork 1.9k
minor: Update dependency minor versions #10145
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
Conversation
|
damn, my git-sin script had a bug in it 🤣 |
Cargo.lock
Outdated
| "xflags", | ||
| "xshell", | ||
| ] | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cargo-update generated them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OOps
|
bors r- |
|
Canceled. |
|
bors r-
Ugh, that's strange. Do you have any local And in the meanwhile, can you pin |
Done. |
|
bors r+ |
|
FWIW, I've extended my gbors script to give an ooportunity to prep a PR description out of concatenated commit messages: https://github.com/matklad/config/blob/8ccb77cba70ad052ce121c4cfd9a57c8ee39dd93/tool/src/gbors.rs |
Ah yes, so I can own myself harder and faster 🤣 |
|
Yeah; julia has known startup latency problems (known as TTFP -- time to first plot), and, after careful benchmarking and taking Amdahl's law into consideration, I came to the conclusion that |
|
Why not make gbors a self-compiling rust script? :) https://github.com/bjorn3/rustc_codegen_cranelift/blob/master/y.rs#L1-L8 |
|
That's lovely! I do want to use dependencies though (xshell and anyhow), and I want to have a busy-box style single binary which dispatches based on argv[0]. Also, I wonder why we don't have an RFC for |
|
(btw, the stuff is sort-of self-linking at least: https://github.com/matklad/config/blob/7371bb2e043ce37be872e25f0871baacba033747/tool/src/main.rs#L30) |
bors r+
🤖