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

Bump dependencies #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Bump dependencies #3

wants to merge 6 commits into from

Conversation

hkupty
Copy link

@hkupty hkupty commented May 25, 2023

Hi,

I got interested in your project and I decided to have a look at the code, as I'm learning rust.

This felt like a good way to get acquainted with the language in a real-world scenario.

I bumped a few of the libraries, but I didn't bump tantivy too much because it seems to change the function APIs quite drastically, and since I don't have enough context of the code here, I didn't want to introduce too much change yet.

I'd be happy to take another stab at bumping tantivy in the future.

Best regards,

Copy link
Owner

@vigoux vigoux left a comment

Choose a reason for hiding this comment

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

Hey, thanks for taking a stab at this.

Honestly, I don't use this tool anymore, and it is not maintained at all, so feel free to just go about and fork it if you want !

In any case, I'll gladly accept any changes.

self.writer.add_document(doc);
match self.writer.add_document(doc) {
Ok(_) => log::debug!("Successfully saved file"),
Err(e) => log::warn!("Failed to save file due to {}", e),
Copy link
Owner

Choose a reason for hiding this comment

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

I'd rather have that as an error ?

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.

2 participants