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

filter-record-transformer: remove old behaviours #1311

Merged
merged 3 commits into from
Nov 15, 2016

Conversation

repeatedly
Copy link
Member

We got many questions "Why transformed result is string?"
Time to change default behaviour before stable v0.14.

@sonots Could you check this patch?

@repeatedly repeatedly added enhancement Feature request or improve operations v0.14 labels Nov 14, 2016
@repeatedly repeatedly changed the title Record transformer remove old behaviours filter-record-transformer: remove old behaviours Nov 14, 2016
@sonots
Copy link
Member

sonots commented Nov 14, 2016

I want to drop

too.
Dropping this enforces users to specify record keys as "record[key]", it enables to remove method_missing and we can improve performance as record_modifier does.

@sonots
Copy link
Member

sonots commented Nov 15, 2016

Codes look good, okay to merge this individually.

@repeatedly repeatedly merged commit d3ae96b into master Nov 15, 2016
@repeatedly repeatedly deleted the record-transformer-remove-old-behaviours branch November 15, 2016 01:12
@repeatedly
Copy link
Member Author

repeatedly commented Nov 15, 2016

@sonots Thanks for the review.

Dropping this enforces users to specify record keys as "record[key]"

This is good idea. Could you write a patch?
You are the best person to handle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or improve operations v0.14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants