Skip to content

[Java] Make CucumberExpressionParser.parse public #340

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mpkorstanje
Copy link
Contributor

⚡️ What's your motivation?

Fixes: #51

🏷️ What kind of change is this?

  • ⚡ New feature (non-breaking change which adds new behaviour)

♻️ Anything particular you want feedback on?

By doing this we're exposing the public API surface. If #41 ever gets implemented, it may require a change to the AST. We can live with that.

📋 Checklist:

  • I agree to respect and uphold the Cucumber Community Code of Conduct
  • I've changed the behaviour of the code
    • I have added/updated tests to cover my changes.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • Users should know about my change
    • I have added an entry to the "Unreleased" section of the CHANGELOG, linking to this pull request.

@mpkorstanje mpkorstanje force-pushed the make-parser-public branch from ca213e4 to 9c1a74a Compare May 15, 2025 14:12
Fixes: #51

By doing this we're exposing the public API surface. If #41 ever gets
implemented, it may require a change to the AST. We can live with that.
@mpkorstanje mpkorstanje force-pushed the make-parser-public branch from 9c1a74a to 533f709 Compare May 15, 2025 14:52
@mpkorstanje mpkorstanje requested a review from laeubi May 18, 2025 14:53
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.

[java] provide a public method to convert a cucumber expression into parsed segments
1 participant