Mr-Ruben commented on PR #555:
URL: https://github.com/apache/burr/pull/555#issuecomment-2993448764

   Additionally ...
   
   I have noticed Burr has good 'early errors detection' like "you are doing 
... but you haven't done ..."
   
   You may consider adding 2 more:
   - If State has been / is being 'touched' by 
`@serde.serialize.register(State)` ->  say something
   - If the class passed on 
`.with_typing(PydanticTypingSystem(ApplicationState))` has been 'touched' by 
`@serde.serialize.register(cls)` -> say something


-- 
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