<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/csv/parse, branch v3_3_11</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] Fix a bug that the same line is used multiple times</title>
<updated>2023-06-28T07:37:10+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2023-06-26T05:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d6d60d4287f58200cc3725d19cb503be70e7d724'/>
<id>d6d60d4287f58200cc3725d19cb503be70e7d724</id>
<content type='text'>
GitHub: fix https://github.com/ruby/csv/pull/279

It's happen when:

* `keep_start`/`keep_{drop,back}` are nested.
  (e.g.: `strip: true, skip_lines: /.../`)
* Row separator is `\r\n`.
* `InputScanner` is used. (Small input doesn't use `InputScanner`)

Reported by Gabriel Nagy. Thanks!!!

https://github.com/ruby/csv/commit/183635ab56
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub: fix https://github.com/ruby/csv/pull/279

It's happen when:

* `keep_start`/`keep_{drop,back}` are nested.
  (e.g.: `strip: true, skip_lines: /.../`)
* Row separator is `\r\n`.
* `InputScanner` is used. (Small input doesn't use `InputScanner`)

Reported by Gabriel Nagy. Thanks!!!

https://github.com/ruby/csv/commit/183635ab56
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Support RJIT (https://github.com/ruby/csv/pull/281)</title>
<updated>2023-05-24T16:44:17+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-05-24T06:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=31b28b31fa5a0452cb9d5f7eee88eebfebe5b4d1'/>
<id>31b28b31fa5a0452cb9d5f7eee88eebfebe5b4d1</id>
<content type='text'>
In Ruby 3.3, MJIT is replaced with RJIT.

https://github.com/ruby/csv/commit/cc6b47a4a7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Ruby 3.3, MJIT is replaced with RJIT.

https://github.com/ruby/csv/commit/cc6b47a4a7
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] test: rename Helper to CSVHelper</title>
<updated>2023-05-24T16:44:17+00:00</updated>
<author>
<name>Luke Gruber</name>
<email>luke.gru@gmail.com</email>
</author>
<published>2023-04-03T21:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=38ef537ce058fd994b776ad82c735d9d3eaf6d29'/>
<id>38ef537ce058fd994b776ad82c735d9d3eaf6d29</id>
<content type='text'>
(https://github.com/ruby/csv/pull/278)

Rename it so that in ruby/ruby, the generic name Helper is not used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/csv/pull/278)

Rename it so that in ruby/ruby, the generic name Helper is not used.
</pre>
</div>
</content>
</entry>
<entry>
<title>s/MJIT/RJIT/</title>
<updated>2023-03-07T07:44:01+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2023-03-07T07:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2e875549a934fa04b7939810fa0d8a2762702aaa'/>
<id>2e875549a934fa04b7939810fa0d8a2762702aaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] test: use mailing list ID instead of unavailable URL</title>
<updated>2023-02-21T10:31:29+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2023-02-12T05:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a350ef9f7a27b1338137f9753fe1517d9d0ea3b3'/>
<id>a350ef9f7a27b1338137f9753fe1517d9d0ea3b3</id>
<content type='text'>
https://github.com/ruby/csv/commit/04862ccf87
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/04862ccf87
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] Use https links instead of http</title>
<updated>2023-02-21T10:31:29+00:00</updated>
<author>
<name>Vivek Bharath Akupatni</name>
<email>apatniv@gmail.com</email>
</author>
<published>2023-02-12T05:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2ac1efc0f32e9d5dfb3b606ce0b0bcc83a355aa0'/>
<id>2ac1efc0f32e9d5dfb3b606ce0b0bcc83a355aa0</id>
<content type='text'>
(https://github.com/ruby/csv/pull/274)

https://github.com/ruby/csv/commit/e2a06929a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/csv/pull/274)

https://github.com/ruby/csv/commit/e2a06929a8
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply the following commits related to extend timeout value.</title>
<updated>2022-12-09T07:36:22+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-08T23:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bcf01b18cfe9b21bfde32e28edd4745703bf190c'/>
<id>bcf01b18cfe9b21bfde32e28edd4745703bf190c</id>
<content type='text'>
  66d1900423e6fb9774c2fe72dba8c2968b54d7ab
  0686e4181d04dd911316a227753ceaa96d8c6533
  1a63468831524f68e73cbb068071652c6486cfc6
  e1fee7f949cb6719122672fa1081c60984a5339f
  232e43fd52e53f667c2c290cffb4afa524889f0f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  66d1900423e6fb9774c2fe72dba8c2968b54d7ab
  0686e4181d04dd911316a227753ceaa96d8c6533
  1a63468831524f68e73cbb068071652c6486cfc6
  e1fee7f949cb6719122672fa1081c60984a5339f
  232e43fd52e53f667c2c290cffb4afa524889f0f
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge csv-3.2.6</title>
<updated>2022-12-09T07:36:22+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-08T23:46:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=643918ecfe9c980f251247de6acd3be6280da24c'/>
<id>643918ecfe9c980f251247de6acd3be6280da24c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Respect RUBY_TESTOPTS on test-all (https://github.com/Shopify/ruby/pull/435)</title>
<updated>2022-08-29T16:09:41+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-08-25T16:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=232e43fd52e53f667c2c290cffb4afa524889f0f'/>
<id>232e43fd52e53f667c2c290cffb4afa524889f0f</id>
<content type='text'>
* Respect RUBY_TESTOPTS on test-all

* Increase the Cirrus timeout

* Increase the CSV test timeout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Respect RUBY_TESTOPTS on test-all

* Increase the Cirrus timeout

* Increase the CSV test timeout
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/csv] test: reduce size for stability on GitHub Actions</title>
<updated>2021-12-24T05:35:33+00:00</updated>
<author>
<name>Sutou Kouhei</name>
<email>kou@clear-code.com</email>
</author>
<published>2021-12-24T01:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1a1550ba5d6f2f7631cb69a76e78f9ed31ac30fb'/>
<id>1a1550ba5d6f2f7631cb69a76e78f9ed31ac30fb</id>
<content type='text'>
https://github.com/ruby/csv/commit/68461aead5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/csv/commit/68461aead5
</pre>
</div>
</content>
</entry>
</feed>
