Inferred TypeName & TypeName
fails the derivation
#673
Labels
bug
Erroneous behavior in existing features
TypeName & TypeName
fails the derivation
#673
This could very well be a user error, so I apologize in advance, but I'm seeing a strange error during auto derivation that I can't seem to track down
Chimney can't derive transformation from
theca.staging.model.Substance & theca.staging.model.Substance
totheca.staging.model.grpcgen.Substance
.If we focus on the source, we see the error message is reporting two types with an
&
between them:theca.staging.model.Substance & theca.staging.model.Substance
totheca.staging.model.grpcgen.Substance
. The internal case class is a mirror of thegrpcgen
one, plus I havepreserve_unknown_fields: false
. I was expecting a trivial conversion.I'm not quite tracking as to why we're seeing
theca.staging.model.Substance & theca.staging.model.Substance
instead of a singletheca.staging.model.Substance
. Has anyone run into this before?The text was updated successfully, but these errors were encountered: