<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/csv, branch v3_0_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/csv] Add support for \r\n with skip_lines: /...$/ again</title>
<updated>2020-11-24T00:33:55+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-11-22T20:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=832b7f3c547377621e920704c3e4dd839d21f0af'/>
<id>832b7f3c547377621e920704c3e4dd839d21f0af</id>
<content type='text'>
GitHub: fix GH-194

Reported by Josef Šimánek. Thanks!!!

https://github.com/ruby/csv/commit/fd86afe081
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub: fix GH-194

Reported by Josef Šimánek. Thanks!!!

https://github.com/ruby/csv/commit/fd86afe081
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Fix CSV.filter to preserve headers (#174)</title>
<updated>2020-11-24T00:33:55+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2020-09-11T21:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=614afb1647d9c9eb170262c8b033f000c5beb6f0'/>
<id>614afb1647d9c9eb170262c8b033f000c5beb6f0</id>
<content type='text'>
Co-authored-by: Sutou Kouhei &lt;kou@clear-code.com&gt;

https://github.com/ruby/csv/commit/203c5e0574
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Sutou Kouhei &lt;kou@clear-code.com&gt;

https://github.com/ruby/csv/commit/203c5e0574
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] CSV.generate_line: use the encoding of the first non ASCII field as the expected encoding</title>
<updated>2020-07-19T17:32:55+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-07-18T21:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4fcfa85cb6a44b4e8c7a47578b50064711dff404'/>
<id>4fcfa85cb6a44b4e8c7a47578b50064711dff404</id>
<content type='text'>
See also: https://github.com/ruby/stringio/issues/13#issuecomment-660543554

https://github.com/ruby/csv/commit/004cf49d18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also: https://github.com/ruby/stringio/issues/13#issuecomment-660543554

https://github.com/ruby/csv/commit/004cf49d18
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] force_quotes: add support for specifying the target indexes or names</title>
<updated>2020-07-19T17:32:54+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-07-15T21:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=178649e6dcb679f4b42cbf723d4f34f81a591304'/>
<id>178649e6dcb679f4b42cbf723d4f34f81a591304</id>
<content type='text'>
GitHub: fix GH-153

Reported by Aleksandr. Thanks!!!

https://github.com/ruby/csv/commit/8812c58a26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub: fix GH-153

Reported by Aleksandr. Thanks!!!

https://github.com/ruby/csv/commit/8812c58a26
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Add `invalid: :replace` for `CSV.open` (#130)</title>
<updated>2020-07-19T17:32:52+00:00</updated>
<author>
<name>Koichi ITO</name>
<email>koic.ito@gmail.com</email>
</author>
<published>2020-06-04T03:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=08e70126aeca4edcdeab7dc292acda2f50cc41a1'/>
<id>08e70126aeca4edcdeab7dc292acda2f50cc41a1</id>
<content type='text'>
This PR adds `invalid: :replace` for `CSV.open`. It is a PR similar to #129.
https://github.com/ruby/csv/commit/5bf687341c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR adds `invalid: :replace` for `CSV.open`. It is a PR similar to #129.
https://github.com/ruby/csv/commit/5bf687341c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Fix an error for `CSV.open` (#131)</title>
<updated>2020-07-19T17:32:52+00:00</updated>
<author>
<name>Koichi ITO</name>
<email>koic.ito@gmail.com</email>
</author>
<published>2020-06-04T03:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cee10c1b7033f4682b3f4c76220c0c190e70aa1a'/>
<id>cee10c1b7033f4682b3f4c76220c0c190e70aa1a</id>
<content type='text'>
Follow up to https://github.com/ruby/csv/pull/130/files#r434885191.

This PR fixes `ArgumentError` for `CSV.open` when processing
invalid byte sequence in UTF-8.
https://github.com/ruby/csv/commit/a4b528c209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up to https://github.com/ruby/csv/pull/130/files#r434885191.

This PR fixes `ArgumentError` for `CSV.open` when processing
invalid byte sequence in UTF-8.
https://github.com/ruby/csv/commit/a4b528c209
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Add `undef: :replace` for `CSV.open` (#129)</title>
<updated>2020-07-19T17:32:51+00:00</updated>
<author>
<name>Koichi ITO</name>
<email>koic.ito@gmail.com</email>
</author>
<published>2020-06-01T23:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4e33a878793a5ced47a4f14b8a73cbc2795d97b7'/>
<id>4e33a878793a5ced47a4f14b8a73cbc2795d97b7</id>
<content type='text'>
This PR adds `undef: :replace` option for `CSV.open`.

`File.open` has `undef: :replace` option, but `CSV.open` does not.
It would be convenient if `CSV.open` could have a shortcut by having
`undef: :replace` option.
https://github.com/ruby/csv/commit/cff8b18480
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This PR adds `undef: :replace` option for `CSV.open`.

`File.open` has `undef: :replace` option, but `CSV.open` does not.
It would be convenient if `CSV.open` could have a shortcut by having
`undef: :replace` option.
https://github.com/ruby/csv/commit/cff8b18480
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work with non String</title>
<updated>2020-07-19T17:32:50+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-05-17T02:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b8084b5cb4e20d463938b518dd12f91290c3fb1a'/>
<id>b8084b5cb4e20d463938b518dd12f91290c3fb1a</id>
<content type='text'>
GitHub: fix GH-123

Reported by asm256. Thanks!!!

https://github.com/ruby/csv/commit/b4492139be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub: fix GH-123

Reported by asm256. Thanks!!!

https://github.com/ruby/csv/commit/b4492139be
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Revert "test: use binary mode explicitly for Ruby 2.7"</title>
<updated>2020-07-19T17:32:50+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-05-12T23:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5359121a56e90bd4b42a6638046ca34ea72dee8d'/>
<id>5359121a56e90bd4b42a6638046ca34ea72dee8d</id>
<content type='text'>
This reverts commit 736174d28413a4c36630b0daf2f170c8d2fc9abe.

It doesn't solve anything.

https://github.com/ruby/csv/commit/0ee3bdd0d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 736174d28413a4c36630b0daf2f170c8d2fc9abe.

It doesn't solve anything.

https://github.com/ruby/csv/commit/0ee3bdd0d3
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] test: use binary mode explicitly for Ruby 2.7</title>
<updated>2020-07-19T17:32:50+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2020-05-12T23:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0ee5578e8caa8562cc48234684aaab086a3e13e9'/>
<id>0ee5578e8caa8562cc48234684aaab086a3e13e9</id>
<content type='text'>
https://github.com/ruby/csv/commit/736174d284
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/736174d284
</pre>
</div>
</content>
</entry>
</feed>
