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 test to type search and module names #40

Open
EmileTrotignon opened this issue Feb 23, 2024 · 0 comments
Open

Add test to type search and module names #40

EmileTrotignon opened this issue Feb 23, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@EmileTrotignon
Copy link
Collaborator

On https://mbarbin.github.io/provider/provider/Provider/index.html, when you search : int -> _ you get weird results like
val Provider.Interface.is_empty : ('t, _) t -> Base.bool

This is because the type is treated as Interface.t and int is present in interface.

This is not great for users, we need to at least make sure that if a real int result was present in the database it would come out on top. This should easily be done with a cram test.

@EmileTrotignon EmileTrotignon added the good first issue Good for newcomers label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant