Mike Hommey

Results 228 comments of Mike Hommey

My own MSRV is probably much more recent than what other people might be relying on, but 1.80 is really too recent. It would be great to figure out the...

This is actually more tricky than in looks: only versions of cargo >= 1.73.0 and < 1.80.0 complain about rustc-check-cfg output from build.rs. Versions older than cargo 1.73.0 still build...

The practical MSRV looks like it is 1.63.0, FWIW (from socket2 and cc).

Could you merge this and do a release?

See https://github.com/alexcrichton/curl-rust/pull/577#issuecomment-2364727389

> Is the crate as-is broken on only that range of rustc versions? Yes. > Does your desired MSRV not fall in that range? Yes, but that's kind of incidental....

How would you expect it to regress? Someone explicitly reverting the change?

If you push several things as remote heads (not bookmarks), then pushes are already atomic, even if the --atomic option is not supported. For bookmarks, the story is different. The...

`remote: error: update_ref failed for ref 'refs/cinnabar/refs/heads/branches/default/tip': ref updates forbidden inside quarantine environment` Where does this error message come from exactly?

Presumably, even if git-cinnabar didn't do a ref update, your push would too, and that would be rejected as well. That is, if your `origin` was a git repo rather...