Ben Challenor
Ben Challenor
You're technically right that "if we add *.conf pattern, then next time it will stumble upon another config file with different extension." Pragmatically, however, I think this is the right...
Ah I just noticed that it now generates a negative pattern (`!?*.scala` etc) so `reference.conf` was indeed being copied to the output. The actual problem was the ordering of the...
I've run into a similar problem with `infer_deserialize` when deserializing `Decimal` from the rust-decimal crate. I [opened an issue over there](https://github.com/paupino/rust-decimal/issues/279) but it occurs to me that this could be...
Sure, I'll put together an example in a new issue, thanks.