Skip to content
#

highlighting

Here are 314 public repositories matching this topic...

meilisearch
Kerollmops
Kerollmops commented May 30, 2022

We should create custom error types for when we parse the TaskType, and TypeStatus in our FromStr implementations. The same applies to the IndexUid::new method that returns an IndexResolverError, we should implement the right IndexResolverError::from for a custom error type too.

It would be much more Rust idiomatic and easier to work with.


We have [a String error for the

enhancement good first issue
lucasrla
lucasrla commented Jan 3, 2021

Woops! Sorry for that, and thank you for catching it! I meant to type continue there but I slipped. Testing the codebase on the demo directory did not raise problems so I went along.

No promises here, but would you be open to PRs related to building an integration test suites? Such regressions could be caught pretty easily with basic tests.

_Originally posted by @clement-elbaz in ht

help wanted good first issue

Improve this page

Add a description, image, and links to the highlighting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the highlighting topic, visit your repo's landing page and select "manage topics."

Learn more