Closed as not planned
Description
Met this week while upgrading our main app:
==> protobuf
Compiling 37 files (.ex)
warning: pattern matching on 0.0 is equivalent to matching only on +0.0 from Erlang/OTP 27+. Instead you must match on +0.0 or -0.0
└─ lib/protobuf/encoder.ex: Protobuf.Encoder.skip_field?/3
Generated protobuf app
protobuf/lib/protobuf/encoder.ex
Line 86 in 62a4444