Skip to content

Fix 1 << 16 size array impl: only possible on bigger than 16-bit (0.3 branch) - #84

Merged
bluss merged 3 commits into
0.3from
conditional-16-bit-array
Nov 3, 2017
Merged

bluss merged 3 commits into
0.3from
conditional-16-bit-array

Conversation

@bluss

@bluss bluss commented Nov 3, 2017

Copy link
Copy Markdown
Owner

Fixes, in the 0.3 branch, bug #83

And two 0.3 branch fixes picked from master

  • Correct license files
  • Remove broken test

@bluss bluss changed the title Fix 1 << 16 size array impl: only possible on bigger than 16-bit Fix 1 << 16 size array impl: only possible on bigger than 16-bit (0.3 branch) Nov 3, 2017
What the test was doing was simply UB and we can't expect rustc to make
sense of it. The test was failing with optimizations on, yet a closer look
says arrayvec is still working as it should. So remove the broken test.
@bluss

bluss commented Nov 3, 2017

Copy link
Copy Markdown
Owner Author

Picked the failing test fix from master. The test is UB, so it was broken.

@bluss
bluss merged commit 406df40 into 0.3 Nov 3, 2017
@bluss
bluss deleted the conditional-16-bit-array branch November 3, 2017 23:13
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