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

Highlight regex capture groups in terminal output (#42) #136

Merged
merged 41 commits into from
Oct 14, 2021

Conversation

ilslv
Copy link
Member

@ilslv ilslv commented Oct 1, 2021

Resolves #42

Synopsis

For now there is no way to tell from output, what capture groups were involved.

Solution

Highlight regex capture groups.

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 Oct 1, 2021
@ilslv ilslv added this to the 0.11 milestone Oct 1, 2021
@ilslv ilslv self-assigned this Oct 1, 2021
ilslv and others added 12 commits October 4, 2021 15:16
# Conflicts:
#	Cargo.toml
#	book/src/Getting_Started.md
#	src/cucumber.rs
#	src/event.rs
#	src/feature.rs
#	src/parser/basic.rs
#	src/parser/mod.rs
#	src/writer/basic.rs
#	src/writer/mod.rs
#	src/writer/repeat.rs
# Conflicts:
#	book/src/Getting_Started.md
#	src/cucumber.rs
#	src/event.rs
#	src/writer/basic.rs
# Conflicts:
#	src/writer/basic.rs
#	tests/features/output/scenario_outline_table.feature.out
# Conflicts:
#	src/cli.rs
#	src/cucumber.rs
#	src/lib.rs
@ilslv
Copy link
Member Author

ilslv commented Oct 14, 2021

FCM

Highlight regex capture groups in `writer::Basic` (#136, #42)

@ilslv ilslv requested a review from tyranron October 14, 2021 07:19
src/runner/basic.rs Outdated Show resolved Hide resolved
src/runner/basic.rs Outdated Show resolved Hide resolved
@tyranron tyranron modified the milestones: 0.11, 0.10 Oct 14, 2021
@tyranron tyranron changed the title Draft: Highlight regex capture groups in terminal output (#42) Highlight regex capture groups in terminal output (#42) Oct 14, 2021
@tyranron tyranron marked this pull request as ready for review October 14, 2021 08:56
@tyranron tyranron merged commit 9dbfe43 into main Oct 14, 2021
@tyranron tyranron deleted the highlight-step-captues branch October 14, 2021 09:03
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.

Feature: Highlight regex capture groups in terminal output
2 participants