-
Notifications
You must be signed in to change notification settings - Fork 4
Add tests for every plateform + clippy #116
Conversation
ffe8576
to
c961ff5
Compare
Does the old MeiliSearch test on Windows? |
I thought we did, but apparently not? |
We indeed don't: https://github.com/meilisearch/MeiliSearch/blob/master/.github/workflows/test.yml I've just released my tests does not pass, I shouldn't have requested you for a reviewer still it's not fixed! |
7bc0c97
to
b27860d
Compare
b27860d
to
d913a04
Compare
8078ea7
to
c77b277
Compare
bors try |
Cannot add tests on Windows since we get the "There is not enough space on the disk." errror |
tryBuild failed: |
c77b277
to
55bbbc7
Compare
bors try |
tryBuild succeeded: |
9adb26f
to
ebd897e
Compare
bors try |
tryBuild succeeded: |
@@ -13,16 +13,16 @@ use uuid::Uuid; | |||
use crate::helpers::EnvSizer; | |||
use crate::index_controller::updates::*; | |||
|
|||
type BEU64 = heed::zerocopy::U64<heed::byteorder::BE>; | |||
type Beu64 = heed::zerocopy::U64<heed::byteorder::BE>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This name should remain like this. add #[allow(non_camel_case)]
on top of it should fix it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not pb, I change this. By curiosity, could you quickly explain why? 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is an acronym for Big Endian U64, so it makes more sense that it is all uppercased
This is also how we refer to this type in milli, and meilisearch :)
7dd22e5
to
0c41adf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
bors merge
Build succeeded: |
No description provided.