Skip to content

refactor: move format/with_format from builder to formatter #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

djugei
Copy link

@djugei djugei commented Apr 19, 2025

as mentioned in #360

@djugei djugei force-pushed the with_format branch 3 times, most recently from c4ace12 to ced793e Compare April 19, 2025 14:29
@djugei djugei marked this pull request as draft April 19, 2025 15:24
@djugei
Copy link
Author

djugei commented Apr 19, 2025

obviously a breaking change cause the interface is different.

still unsure if that signature should be used (more generic but requires type annotations) or if what was on builder should be kept (less generic, no type annotations) or maybe both with different names.

currently leaning towards both.

@epage
Copy link
Contributor

epage commented Apr 21, 2025

FYI if you are wanting to propose a change, I require an issue to exist for it that explains the problem and the solution.

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

Successfully merging this pull request may close these issues.

2 participants