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

Release 0.9.6 #43

Merged
merged 3 commits into from
Jul 21, 2023
Merged

Release 0.9.6 #43

merged 3 commits into from
Jul 21, 2023

Conversation

jerel
Copy link
Owner

@jerel jerel commented Jul 21, 2023

Fixes two bugs:

  • On really long type names the formatter can break a function return's impl Stream<Item = Result<Foo, Bar>,> into two lines with a trailing comma. Our macro parser didn't expect that and would complain about finding a comma instead of >.
  • Compiling on Windows toolchains would complain about c_long for i64 because Windows might only use 32 bits for c_long.

@jerel jerel merged commit 0b8b35c into main Jul 21, 2023
8 checks passed
@jerel jerel deleted the bugfix branch July 21, 2023 02:59
@jerel jerel mentioned this pull request Jul 21, 2023
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.

1 participant