Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[RFC] `global_ignore_columns` param should be renamed to `global_ignore_fields` #329
Comments
|
IIRC both configuration names are working currently, leaving the old (columns) only for compat reasons, but I might be confusing this with another ignore-config variable. |
|
found the PR #213 |
|
In latest #213 was made against master, even, that option is currently not part of that branch (2df48c3#diff-7005d8857f97a86a6140690466b7723f).
|
|
Hmm, I could have sworn, that PR was older than the 1.x-branch, sorry about the confusion. I guess it's time to decide about master branch being reverted to/merged with 1.x to avoid a complete halt in development. Last I heard from @DavidBadura it sounded, like he wouldn't finish the master refactoring if at all - any changes there @DavidBadura? Is the lib + bundle split still happening or should we abandon that? |
|
#213 was part of |
|
weird, probably by mistake |
|
Can I help? Please, don't hesitate to share your concerns. |
global_ignore_columnsparam must be renamed toglobal_ignore_fields, since its values are checked against field names instead column names.I think we could deprecate it, explaining the new one must be used.