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

Scala Support #207

Open
yzia2000 opened this issue May 5, 2024 · 2 comments
Open

Scala Support #207

yzia2000 opened this issue May 5, 2024 · 2 comments
Labels
scala Scala language support ⚑ enhancement Request for new functionality

Comments

@yzia2000
Copy link

yzia2000 commented May 5, 2024

πŸ€” What's the problem you're trying to solve?

Would love to get support for scala

✨ What's your proposed solution?

The parser should be fairly similar to java

⛏ Have you considered any alternatives or workarounds?

No response

πŸ“š Any additional context?

No response

@kieran-ryan kieran-ryan added the ⚑ enhancement Request for new functionality label May 5, 2024
@kieran-ryan
Copy link
Sponsor Member

Appreciate the request @yzia2000!

Is cucumber/cucumber-jvm-scala the framework you are using?

We utilise tree-sitter parsers. One issue to note is that I observe the Scala parser presently has an issue with releasing to npm (tree-sitter/tree-sitter-scala#344). Will need to see whether a suitable workaround can be found or whether to await a fix - there seems to be some recent movement on that ticket.

@kieran-ryan kieran-ryan added the scala Scala language support label May 5, 2024
@yzia2000
Copy link
Author

yzia2000 commented May 5, 2024

Appreciate the request @yzia2000!

Is cucumber/cucumber-jvm-scala the framework you are using?

We utilise tree-sitter parsers. One issue to note is that I observe the Scala parser presently has an issue with releasing to npm (tree-sitter/tree-sitter-scala#344). Will need to see whether a suitable workaround can be found or whether to await a fix - there seems to be some recent movement on that ticket.

Thanks for the prompt reply. Yes I use cucumber-jvm-scala. Precisely the ScalaDsl for step definitions. Noted on the scala treesitter issue - would need a deep dive to understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scala Scala language support ⚑ enhancement Request for new functionality
Projects
None yet
Development

No branches or pull requests

2 participants