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

fix: remove incorrect autocomplete from GROQ #103

Merged
merged 1 commit into from Apr 5, 2024

Conversation

cngonzalez
Copy link
Member

@cngonzalez cngonzalez commented Mar 13, 2024

FIXES SDX-1176

Per one of the mantainers of the CodeMirror package, removing the undesired autocomplete behavior means removing the support package of the language.

I've done that in this PR. I'm not intimately familiar with CodeMirror, but it seems only including the parser is what we need here, since we're NOT in a javascript context but want indentation, highlighting, and other behaviors. That's what I observed is maintained from manual testing, but would love some eyes on any gotchas.

@cngonzalez cngonzalez requested review from a team and binoy14 and removed request for a team March 13, 2024 18:52
Copy link

@binoy14 binoy14 left a comment

Choose a reason for hiding this comment

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

not really sure how to test it nor super familiar but with codemirror but the link makes sense

nit: should the commit be fix: instead of feat: ?

@binoy14
Copy link

binoy14 commented Mar 13, 2024

maybe changing the commit to something along the lines of fix: remove incorrect autocomplete from GROQ since I think the commit message is used in release notes

@cngonzalez cngonzalez changed the title feat: remove javascript support package from GROQ fix: remove incorrect autocomplete from GROQ Mar 14, 2024
@cngonzalez cngonzalez requested review from bjoerge and rexxars and removed request for bjoerge March 15, 2024 11:47
@cngonzalez
Copy link
Member Author

Tagging @rexxars who's maintained some of these dependencies just in case he catches anything undesirable about this approach.

@rexxars rexxars merged commit 1f45acb into main Apr 5, 2024
12 checks passed
@rexxars rexxars deleted the feat/remove-javascript-support-package-from-groq branch April 5, 2024 20:34
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.

None yet

3 participants