-
Notifications
You must be signed in to change notification settings - Fork 63
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
Better support bytes, IPs, and JSON #152
Conversation
9cc13e4
to
bafc55a
Compare
The CI failures are due to an ICE when building |
Sorry for the delay, busy week. I plan to review this weekend :) |
I'm also seeing the ICE locally, on rust 1.74. How annoying. |
This person mentions a reproducer compiling tantivy 0.21.1 in release mode: rust-lang/rust#117976 (comment) |
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.
Looks good 👍🏼
@GodTamIt You should be able to rebase your branch on top of master and have the tests run. I've pinned rust to 1.73. |
bafc55a
to
d1d51e5
Compare
@cjrh Thanks for fixing the build! Looks like everything is passing and can land 🚀 |
Appreciate the fast turnaround on this! |
…t-oss#152) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cameron <[email protected]>
This change fills in the gaps with the aforementioned types.
Most notably:
add_bytes_field()
now supports parameters around fast, indexed, and stored.add_ip_addr_field()
is now available.from_dict()
, either via a JSON string or aPyDict
.