loknop

Results 3 comments of loknop

1: I hacked together an autarkie-based replacement for libprotobuf-mutator in chromium https://github.com/Browser-Research-Gang/autarkie_lpm and the rust code generated from the protobufs sometimes contains empty structs 2: Guess my mental model is...

Ok I thought about this again. Shouldn't it be sufficient to just call `v.is_recursive(Self::__autarkie_id())`?

also Visitor::generate seems to be broken: ```rust #[derive(serde::Deserialize, serde::Serialize, Grammar, Clone, Debug)] enum TestType { a(Box), b } #[test] fn test() { let mut visitor = Visitor::new( current_nanos(), DepthInfo {...