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

Add ZeroVec ULE impls for TinyStr #710

Closed
wants to merge 1 commit into from

Conversation

Manishearth
Copy link
Member

Progress on #652

@Manishearth Manishearth requested a review from a team as a code owner May 10, 2021 18:12
@Manishearth Manishearth requested a review from sffc May 10, 2021 18:12
@Manishearth Manishearth mentioned this pull request May 10, 2021
7 tasks
@Manishearth
Copy link
Member Author

I tested that the endianness works via cargo +nightly miri test --target mips64-unknown-linux-gnuabi64 --features tinystr

@coveralls
Copy link

Pull Request Test Coverage Report for Build ce6ee660b133e4e2862016bbad6213f4372ddc86-PR-710

  • 24 of 40 (60.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.05%) to 74.064%

Changes Missing Coverage Covered Lines Changed/Added Lines %
utils/zerovec/src/ule/tinystr.rs 24 40 60.0%
Totals Coverage Status
Change from base Build 8a91a7c33f5bb56f52c198161a4a4c3a117583a9: -0.05%
Covered Lines: 8150
Relevant Lines: 11004

💛 - Coveralls

Copy link
Member

@sffc sffc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I intended to do this but set it aside briefly for other more urgent priorities...

@@ -24,6 +24,7 @@ include = [
[dependencies]
either = "1.6.1"
serde = { version = "1.0", optional = true }
tinystr = { version = "0.4.5", optional = true }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Why did you do it in this direction? I thought we discussed that this should be done in the opposite direction, with tinystr depending on zerovec.

@Manishearth Manishearth deleted the tinystr-ule branch June 9, 2021 01:09
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.

3 participants