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

Remove map_column! and map_headers! #1590

Merged
merged 3 commits into from
Dec 7, 2021
Merged

Conversation

aurelien-reeves
Copy link
Contributor

Description

Fixes #1584

Type of change

Please delete options that are not relevant.

  • Breaking change (will cause existing functionality to not
    work as expected)

Checklist:

Your PR is ready for review once the following checklist is
complete. You can also add some checks if you want to.

  • Tests have been added removed :D for any changes to behaviour of the code
  • Existing tests are passing locally and on CI
  • bundle exec rubocop reports no offenses
  • RDoc comments have been updated
  • CHANGELOG.md has been updated

@aurelien-reeves aurelien-reeves added this to the 8.0.0 milestone Dec 7, 2021
Copy link
Contributor

@luke-hill luke-hill left a comment

Choose a reason for hiding this comment

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

Overall this is fine, couple of minor questions

CHANGELOG.md Outdated Show resolved Hide resolved
lib/cucumber/multiline_argument/data_table.rb Show resolved Hide resolved
@aurelien-reeves aurelien-reeves merged commit 830ff5b into main Dec 7, 2021
@emanuil-tolev
Copy link

Just a minor note, it was probably worth including this explicitly in the v8 upgrade guide https://github.com/cucumber/cucumber-ruby/blob/main/UPGRADING.md#upgrading-to-800 . It mentions that map_column has had an argument switch from positional to keyword, but not that map_column! was removed :). I'll make a PR if I can find some time today!

@luke-hill luke-hill deleted the remove-map_column branch August 22, 2023 11:00
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.

Remove deprecated DataTable#map_column!
3 participants