sue445 (Go Sueyoshi)
- Login: sue445
- Registered on: 12/30/2018
- Last sign in: 04/05/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 4 | 4 |
Activity
01/22/2021
- 05:41 AM Ruby master Bug #17494: ruby is hanged when using activesupport + rspec + rspec-parameterized
- # Workaround
`require` only minimal files.
In this case, stop to require "active_support/all"
e.g.
``` ru...
12/31/2020
- 11:47 AM Ruby master Bug #17494 (Closed): ruby is hanged when using activesupport + rspec + rspec-parameterized
- # Example code
## Gemfile
```ruby
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:gi...
01/01/2020
- 12:08 PM Ruby master Bug #16469 (Closed): Wrong warning message at `URI.encode` and `URI.decode`
- # Sample code
``` ruby
enc_uri = URI.encode("http://example.com/?a=\11\15")
URI.decode(enc_uri)
```
# Actual
...
01/10/2019
- 06:57 AM Ruby master Bug #15521: encoding is missed when using `CSV.generate`
- Thank you.
I used `ruby/csv@master`, I confirmed this is fixed - 06:20 AM Ruby master Bug #15521 (Closed): encoding is missed when using `CSV.generate`
- # Sample code
~~~ ruby
require "csv"
rows = [
["a", "b", "c", "d", "e"],
["あ", "い", "う", "え", "お"],
]
...
12/30/2018
- 11:05 AM Ruby master Bug #15489 (Closed): SEGV when using refinements and `&:` syntax
- # Sample code
~~~ ruby
# segv.rb
module ArrayExt
refine Array do
end
end
class MyHash
def initializ...
Also available in: Atom