Techcable
Techcable
I could not find reasoning for this. Is it because there are bugs or soundness issues?
We should run [`cargo-semver-checks`] in the CI. It would not have caught #358 , but it might help prevent other issues. [`cargo-semver-checks`]: https://github.com/obi1kenobi/cargo-semver-checks
Attempt to fix issue #342 Due to the need to create `&'static RecordStatic` at compile time, this is much more difficult than adding support in the log crate. I tried...
### Bug Overview There are no packages for Fedora 42 in your official repository. ### Expected Behavior There should be packages for Fedora 42 here: https://packages.nginx.org/unit/fedora/ ### Steps to Reproduce...
I have run into issues when there are duplicate inputs across two integration tests. Two of my integration tests have the same derive input: ``` #[derive(IntegerId, Copy, Clone, Debug, Eq,...
There is currently no way to the following types as a `qbe::Type` or `qbe::TypeDef`: ```text type :union = { { w, d }, { d, w } } ``` Unions...