Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Mr-Ruben
Copy link

As agreed here
#554
it would be helpful to mention some limitations/caveats.

I leave it to you how you want to express it.

Apologies if this is not the PR you were expecting. I don't know better.


Changes

How I tested this

Notes

Checklist

  • PR has an informative and human-readable title (this will be pulled into the release notes)
  • Changes are limited to a single goal (no scope creep)
  • Code passed the pre-commit check & code is left cleaner/nicer than when first encountered.
  • Any change in functionality is tested
  • New functions are documented (with a description, list of inputs, and expected output)
  • Placeholder code is flagged / future TODOs are captured in comments
  • Project documentation has been updated if adding/changing functionality.

As agreed here
apache#554

it would be helpful to mention some limitations/caveats.
@Mr-Ruben Mr-Ruben mentioned this pull request Jun 20, 2025
@skrawcz
Copy link
Contributor

skrawcz commented Jun 21, 2025

@Mr-Ruben it doesn't appear that you added anything? It is the right file that was touched, but there's no actual content committed?

@Mr-Ruben
Copy link
Author

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

adds limitation note
Copy link
Contributor

@elijahbenizzy elijahbenizzy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants