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

Allow commas in headers #118

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

bartero
Copy link

@bartero bartero commented Oct 14, 2020

First of all thank you for keeping up this library project.

The motivation behind this PR is to solve the problem #117
In one sentence this PR extends the capability of this library to support commas in schema headers :-)

As a by product also included:

  • the code in the few functions (findField, findFieldBranch, materializeRecords) seems to be somewhat simpler (in my reckoning at least)
  • the performance of these functions should be improved (though have not benchmarked it)

I tried to be careful not to impose any unexpected side effects.
I extended the read/write tests to cover the new case.
I hope this PR meets your standards. I am open for discussion and criticism.

With regards,
Bartłomiej

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.

2 participants