Skip to content

Add more hover and completion tests #47

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

Merged
merged 4 commits into from
Nov 1, 2023

Conversation

automaticp
Copy link
Contributor

Adds more tests for hover and completion on: buffers, images, sampler, arrays.
Also fixes parsing of function overloads in test logic after the output was changed in cedaea8.

Didn't catch any new bugs other than this minor one, but I wrote this for completeness sake.

If you have any ideas as to what else we should test, please feel free to give suggestions.
I'm thinking of maybe testing hover/completion in presence of macros and includes next, but I'll likely start from the discussion in #30 just to settle on what to expect there.

We should probably close #32 if this is merged. All the unfixed bugs are still "documented" in tests with ExpectFail, so we can deal with them later.

@nolanderc
Copy link
Owner

We should probably close #32 if this is merged. All the unfixed bugs are still "documented" in tests with ExpectFail, so we can deal with them later.

Yes, I think most "bugs" there are better thought of as weird but expected (and sometimes helpful?) behaivour.

Thanks a lot for writing all these tests! It's a heroic effort 😄

@nolanderc nolanderc merged commit 5896114 into nolanderc:main Nov 1, 2023
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.

Known hover/completion bugs
2 participants