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

Cucumber expression AST and parser (#124) #153

Closed
wants to merge 23 commits into from
Closed

Conversation

ilslv
Copy link
Member

@ilslv ilslv commented Nov 2, 2021

Part of #124

Synopsis

This is the first PR in the story of Cucumber expressions support.

Solution

This PR implements Cucumber expressions AST and a parser for it. Next PRs will be adding AST into regex transformation and support inside proc-macros.

Checklist

  • Created PR:
    • In draft mode
    • Name contains Draft: prefix
    • Name contains issue reference
    • Has assignee
  • Documentation is updated (if required)
  • Tests are updated (if required)
  • Changes conform code style
  • CHANGELOG entry is added (if required)
  • FCM (final commit message) is posted
    • and approved
  • Review is completed and changes are approved
  • Before merge:
    • Milestone is set
    • PR's name and description are correct and up-to-date
    • Draft: prefix is removed
    • All temporary labels are removed

@ilslv ilslv added the enhancement Improvement of existing features or bugfix label Nov 2, 2021
@ilslv ilslv added this to the 0.11 milestone Nov 2, 2021
@ilslv ilslv self-assigned this Nov 2, 2021
@ilslv
Copy link
Member Author

ilslv commented Nov 5, 2021

FCM

Cucumber expression AST and parser (#153, #124)

@ilslv ilslv changed the title Draft: Cucumber expressions support (#124) Draft: Cucumber expression AST and parser (#124) Nov 5, 2021
@ilslv ilslv linked an issue Nov 5, 2021 that may be closed by this pull request
@ilslv ilslv marked this pull request as ready for review November 5, 2021 10:47
@ilslv ilslv changed the title Draft: Cucumber expression AST and parser (#124) Cucumber expression AST and parser (#124) Nov 5, 2021
@ilslv ilslv requested a review from tyranron November 5, 2021 10:47
Copy link
Member

@tyranron tyranron left a comment

Choose a reason for hiding this comment

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

Moved to a separate repo: cucumber-rs/cucumber-expressions#1

Closing this.

@@ -0,0 +1,23 @@
[package]
name = "cucumber-expression"
version = "0.11.0-dev" # should be the same as main crate version
Copy link
Member

Choose a reason for hiding this comment

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

I think this crate can be versioned separately.

@tyranron tyranron closed this Nov 6, 2021
@tyranron tyranron deleted the 124-cucumber-expression branch November 6, 2021 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Are “Cucumber Expressions” supported ?
2 participants