-
Notifications
You must be signed in to change notification settings - Fork 37
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
Analytics #327
Comments
shushugah
pushed a commit
that referenced
this issue
Mar 24, 2025
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ csv (3.3.2 → 3.3.3) · [Repo](https://github.com/ruby/csv) · [Changelog](https://github.com/ruby/csv/blob/master/NEWS.md) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/ruby/csv/releases/tag/v3.3.3">3.3.3</a></h4> <blockquote><h3 dir="auto">Improvements</h3> <ul dir="auto"> <li> <code class="notranslate">csv-filter</code>: Add an experimental command line tool to filter a CSV. <ul dir="auto"> <li>Patch by Burdette Lamar</li> </ul> </li> </ul> <h3 dir="auto">Fixes</h3> <ul dir="auto"> <li> <p dir="auto">Fixed wrong EOF detection for <code class="notranslate">ARGF</code></p> <ul dir="auto"> <li><a href="https://bounce.depfu.com/github.com/ruby/csv/issues/328">GH-328</a></li> <li>Reported by Takeshi Nishimatsu</li> </ul> </li> <li> <p dir="auto">Fixed a regression bug that <code class="notranslate">CSV.open</code> rejects integer mode.</p> <ul dir="auto"> <li><a href="https://bounce.depfu.com/github.com/ruby/csv/issues/336">GH-336</a></li> <li>Reported by Dave Burgess</li> </ul> </li> </ul> <h3 dir="auto">Thanks</h3> <ul dir="auto"> <li> <p dir="auto">Takeshi Nishimatsu</p> </li> <li> <p dir="auto">Burdette Lamar</p> </li> <li> <p dir="auto">Dave Burgess</p> </li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/rubygem/csv/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="https://github.com/ruby/csv/compare/eb20531db25171fe24665e346374ef0dec273082...d2abb36ccc7c067ef55e0fda6b2efe8721674048">See the full diff on Github</a>. The new version differs by 15 commits:</p> <ul> <li><a href="https://github.com/ruby/csv/commit/d2abb36ccc7c067ef55e0fda6b2efe8721674048"><code>Add 3.3.3 entry</code></a></li> <li><a href="https://github.com/ruby/csv/commit/f394f79fe99ff5179804fc61d01ed574e88411cc"><code>CSV.read: Add support for integer mode again</code></a></li> <li><a href="https://github.com/ruby/csv/commit/34e21fa48dd67d17480d12ada1eb068f98b8f3de"><code>csv-filter: add --row-sep (#335)</code></a></li> <li><a href="https://github.com/ruby/csv/commit/29723a0a88dee0efe1ba48182acb07d87c3901bf"><code>csv-filter: add --input-quote-char (#333)</code></a></li> <li><a href="https://github.com/ruby/csv/commit/559fbf70862a9281204ea1b426b995542283ad87"><code>csv-filter: add --output-col-sep (#332)</code></a></li> <li><a href="https://github.com/ruby/csv/commit/f52435606e286aa282a7e95a71f4955dc385b45c"><code>csv-filter: add --output-row-sep (#331)</code></a></li> <li><a href="https://github.com/ruby/csv/commit/eec15def1f6b9cd77a3bd17a97947210610c04a8"><code>csv-filter: Add --input-row-sep (#330)</code></a></li> <li><a href="https://github.com/ruby/csv/commit/bfaa5fb9acfdfc76a0a5729ed1eeb456f6a23fea"><code>Add option --input-col-sep to csv-filter (#329)</code></a></li> <li><a href="https://github.com/ruby/csv/commit/c457574a51956cfede94850c6c158731299acbde"><code>ci benchmark: use the latest Ruby</code></a></li> <li><a href="https://github.com/ruby/csv/commit/34550ad704b1a1535672325a9d81cefc369d13b4"><code>ci test: update Ruby versions</code></a></li> <li><a href="https://github.com/ruby/csv/commit/6f1c50f5b881c314152d6b7ccfd2aeefb846040e"><code>Add bare bones console application for filtering CSV (#321)</code></a></li> <li><a href="https://github.com/ruby/csv/commit/49129ff63b62fd26ffbf7434fc8561cbc89e21a4"><code>Add RDoc dependency</code></a></li> <li><a href="https://github.com/ruby/csv/commit/a13a4b21d9b120103bf5dde9f86ee518ea4a41ca"><code>Fix wrong EOF detection for ARGF</code></a></li> <li><a href="https://github.com/ruby/csv/commit/f9254d465654f9ea9c27f471a44fa80d3d4bf425"><code>Provide a 'Changelog' link on rubygems.org/gems/csv (#327)</code></a></li> <li><a href="https://github.com/ruby/csv/commit/f33c613ca94013db0667c4311311c98b6c20d5ea"><code>Bump version</code></a></li> </ul> </details> ---  [Depfu](https://depfu.com) will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with `@depfu rebase`. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@depfu rebase</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@depfu cancel merge</dt><dd>Cancels automatic merging of this PR</dd> <dt>@depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> <dt>@depfu pause</dt><dd>Ignores all future updates for this dependency and closes this PR</dd> <dt>@depfu pause [minor|major]</dt><dd>Ignores all future minor/major updates for this dependency and closes this PR</dd> <dt>@depfu resume</dt><dd>Future versions of this dependency will create PRs again (leaves this PR as is)</dd> </dl></blockquote> </details> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get more precise analytics and figure out what pages' SEO we can improve on.
The text was updated successfully, but these errors were encountered: