This repository was archived by the owner on Dec 1, 2022. It is now read-only.
forked from ruby/csv
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was no test CSV::Table#by_col_or_row. cover with this PR.
Add a test of modes (by_col_or_row)
GitHub: fix ruby#39 Reported by André Guimarães Sakata. Thanks!!!
Fix typo Patch by Marcus Stollsteimer. Thanks!!!
…l_empty_value_option Add descriptions of new options. (nil_value and empty_value) Patch by Owl. Thanks!!!
Support ruby core repository with gemspec
Cache input data read during init_separators to avoid seek/rewind. Patch by Ilmari Karonen. Thanks!!!
…has only headers row
Turns out that StringIO objects responds to both :internal_encoding & :external_encoding so it doesn't execute that condition and the determination of the encoding
Removing branch on raw_encoding Patch by Espartaco Palma. Thanks!!!
Enable headers-only file to get headers using 'headers: true' option Patch by KAZUMA SHIBASAKA. Thanks!!!
This will be provided by SimpleCov gem, on every run will generate a report for the code coverage
Also include the CodeClimate badge on the README.md
Contributors can enable the coverage just setting the ENV variable CI* to a truthy value: Bash compatible ``` CI=true rake ``` Fish ``` ENV CI=true rake ``` * travis CI set this by default on all executions: https://docs.travis-ci.com/user/environment-variables/
Introducing test coverage report - Closes ruby#49 Patch by Espartaco Palma. Thanks!!!
GitHub: fix ruby#51 Reported by Yuki Kurihara. Thanks!!!
But it's not recorded yet...
GitHub: fix ruby#66 Reported by Watson. Thanks!!!
It controls whether empty value ("") is quoted or not. The default is quoted. It's backward compatible. GitHub: fix ruby#35 Reported by Dave Myron. Thanks!!!
GitHub: fix ruby#68 Reported by Max Schwenk. Thanks!!!
Remove duplicate implementations GitHub: fix ruby#69 Patch by Max Schwenk. Thanks!!!
[CHORE] Duplicate definition of _header Patch by Max Schwenk. Thanks!!!
GitHub: fix ruby#71 Reported by tomoyuki kosaka. Thanks!!!
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.