-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add miette-schema #245
base: main
Are you sure you want to change the base?
Add miette-schema #245
Conversation
It looks like it's complaining about the derive(Default) on the enum? |
Also yeah idk what is going on with those Miri errors |
The main issue I'm seeing is the example in lib.rs that uses MietteHandlerOpts doesn't build with the default feature flags since handler.rs is behind |
oh i see the CI is dying on msrv, yuck |
...ok I can't reproduce this failure at all: Genuinely nothing I touched should affect this at all..?
|
btw i wouldn't land this until i've had a chance to test it out in axoproject and see if it makes any sense in practice -- which will probably be in a week or so with my current yak-shave stack |
@Gankra I'll move it to Draft until then, in that case. Feel free to un-draft it once you feel more confident in it. |
92a28b7
to
b045321
Compare
@Gankra Hi! Recently I've added some basic support for serde in miette. Your idea with miette-schema sounds very interesting to me and may fall to my use case! Do you plan to continue working on it? |
See the top-level docstring for details