Skip to content
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

[WIP] Move to trait based version Expect #68

Merged
merged 9 commits into from
Mar 3, 2024

Conversation

zhiburt
Copy link
Owner

@zhiburt zhiburt commented Feb 27, 2024

I very much think it's getting nicer than it was internally.

Just wanted to let you @tmpfs know what I meant when I said it will be pretty hard to switch to trait based version.
It's almost finished sync version. But yet there a small ride to do.

And yes if you still interested you can send a PR with a logger improvement.

@zhiburt zhiburt changed the title [WIP] Move to trait based version [WIP] Move to trait based version Expect Feb 27, 2024
Copy link

Thanks for the heads up @zhiburt and good luck with the trait refactor. It was actually quite urgent for me so I forked and made the changes I needed.

Great work with this library!

@zhiburt
Copy link
Owner Author

zhiburt commented Mar 3, 2024

Seems like I am done;

You can check it out @tmpfs;
Please let me know your thoughts.

And one more
I've used a new compiler feature with async trait.
Which works;
But if we drop-in replace it with async-trait it does not compiles.
Do you have an opinion here?

Take care

@zhiburt zhiburt merged commit a0f4f78 into main Mar 3, 2024
37 of 39 checks passed
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.

2 participants