-
Notifications
You must be signed in to change notification settings - Fork 229
bespoke traits that could be replaced with standard traits #330
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
incidentally, if i were to change the code generation for files like |
Using the standard |
|
starting to collect a few breaking changes. how do you keep track? will you just leave this PR open? |
|
We could add a "version bump" label for issues and PRs. |
@dwrensha I notice there's a huge number of structs with |
i see some bespoke traits which are similar to standard library traits, I was hoping you could comment.
For example, there are
ToU16
andFromU16
traits, which seem like they would map precisely to the standard library traitsInto<u16>
andTryFrom<u16, Error=capnp::NotInSchema>
respectively. Is there a reason for not using the standard traits?The text was updated successfully, but these errors were encountered: