Stream: git-wasmtime

Topic: wasmtime / issue #6757 Try adding a `minimal-versions` te...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 21 2023 at 16:30):

alexcrichton commented on issue #6757:

One thing I find quite unfortunate about this is the need to update syn@1.0.67. Guessing that 1.x.x track version number is not easy, and I'm not sure if that current number is going to be the same a few months from now. I've not use -Z minimal-versions myself so I don't know how this will fare on CI over time.

One option I think is to simply not have this PR as well. It's a pretty niche issue that likely won't crop up much, so I'm not sure what to do about it.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 24 2023 at 15:22):

alexcrichton commented on issue #6757:

My guess is that failures may look a little obscure. One class of failures can show up in transitive dependencies which can look quite bizarre. Other failures though may be more obvious in that a PR may update usage of a crate and the error from CI would say "this function isn't available" which may serve as a reminder to update the minimum version requirement.

Either way I can document more in the CI configuration, although my guess is that few will read that before posting on zulip "it's broke why?", but worth a shot!


Last updated: Nov 22 2024 at 16:03 UTC