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

Shell: Usability fixes and test #102

Merged
merged 2 commits into from
Aug 20, 2024
Merged

Shell: Usability fixes and test #102

merged 2 commits into from
Aug 20, 2024

Conversation

chrysn
Copy link
Member

@chrysn chrysn commented Aug 20, 2024

This primarily fixes #76 by returning an impl trait in a trait (which was not available back around 0.7 when that issue was introduced).

To avoid this kind of regressions in the future, a test is added.

chrysn added 2 commits August 20, 2024 14:46
This fixes a grave type inferrence issue, and while technically a
breaking change, is not expected to cause trouble (because there is no
reason someone would name the returned type directly).

Closes: #76
@chrysn chrysn enabled auto-merge August 20, 2024 13:23
@chrysn chrysn merged commit d616954 into main Aug 20, 2024
63 checks passed
@chrysn chrysn deleted the shell-usability branch August 20, 2024 13:44
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.

regression: shell .and() usability suffered since 0.7
1 participant