Mendes

Results 30 comments of Mendes

Alright, edited the codegen to have more precise bounds for Self This is what it looks like now ```rs use std::future::Future; #[allow(async_fn_in_trait)] pub trait LocalIntFactory { const NAME: &'static str;...

Edited the codegen again and this is what it looks like now ```rs impl LocalIntFactory for TraitVariantBlanketType where TraitVariantBlanketType: IntFactory, for = ::MyFut i32 { ::make(self, x, y).await } async...

@compiler-errors could I get a re-review? Maybe get this merged? :eyes:

Blocked on https://github.com/open-telemetry/opentelemetry-rust/pull/1882 being released

Hmmm this gave me an idea of a change I can make in order for CI to catch these kinds of missing fields 🤔

Are you going to add the missing field? I noticed you forked

> Somewhat relatedly I noticed that the CardFace.image_uris object uses a HashMap instead of the purpose built ImageUris struct. Either there was something stopping me from reusing the type or...

I'm going to conditionally compile the types in tests to have the "deny_missing_fields" attribute. I already have a ci run that runs every month to check that I can still...

Can you rebase to remove the extra commits?