Enable optional skipping of null bytes on dump#883
Enable optional skipping of null bytes on dump#883ohler55 merged 5 commits intoohler55:developfrom altmetric:enable-null-byte-skipping
Conversation
|
You covered all the bases. Nice. Just a couple of comments on the change in dump.c. |
|
Some formatting issues. If you want to fix them that would be great otherwise I'll merge and fix after merge. I probably should have resisted the formatters. Nothing but a headache. |
I fixed 'em. |
|
Thank you. My opinion on formatters or linters is generally not good when writing my own project but when working with others it does help. Rubocop is annoying because it keeps changing the rules. gem spec vs Gemfile, I don't care as long as it doesn't keep changing. I merge with Rubocop failures and fix after the merge. There is no reason for you to forced into that. |
|
Thank you. My opinion on formatters or linters is generally not good when writing my own project but when working with others it does help. Rubocop is annoying because it keeps changing the rules. gem spec vs Gemfile, I don't care as long as it doesn't keep changing. I'll merge with Rubocop failures and fix after the merge. There is no reason for you to forced into that. I am seeing other failures though that were not there on the last run. |
|
Maybe revert the gemfile change and go back to just rubicon failing and the rest passing. |
Done! |
|
Thanks, I'll see what I can do about the Rubocop issue and release tonight. |
|
It's going to take a bit more to get all the rubocop stuff addressed. |
|
I'll move and rename the option as well. Sorry, I should have noticed it was not in the dump options. Renaming it to |
|
v3.15.0 released with |
|
THANK YOU for literally everything. Time, patience, understanding, sharing the knowledge and so much more. As for the changes...I agree, I'm truly glad I could contribute to such a useful project and learn a lot in the process. Thanks again! |
Closes: #882
Why?
See #882
What's changed?
:skip_null_byteboolean option is introduced. If set totrue, null bytes will be omitted from strings when dumping.docs/mode_table.htmlandPages/Options.md)Example