Kriskras99 opened a new pull request, #377:
URL: https://github.com/apache/avro-rs/pull/377

   This commit changes the attribute parsing in `#[derive(AvroSchema)]` to also 
use the Serde attributes. It will use the Serde attributes and check that they 
match the Avro attributes if provided. It will also check that known 
incompatible Serde attributes result in a compile error instead of a runtime 
panic.
   
   Testing for the compile errors is done using `trybuild`. These tests run 
only on nightly as the output can vary between compiler versions (otherwise 
MSRV and latest stable could have different outputs and break the entire CI).
   
   For some reason Github closed #373, not sure why. This is the exact same 
commit.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to