PhilCoggins (Phil Coggins)
- Login: PhilCoggins
- Registered on: 02/07/2022
- Last sign in: 06/04/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/08/2022
-
02:26 PM Ruby Bug #18575: [BUG] unsupported: T_NONE
- byroot (Jean Boussier) wrote in #note-4:
> How long does it usually takes for you to repro? I tried on macOS and it didn't repro after a long time. No luck either with the `ruby:3.0.2` docker image.
> ...
It should occur in under 10 se...
02/07/2022
-
11:40 PM Ruby Bug #18575: [BUG] unsupported: T_NONE
- tenderlovemaking (Aaron Patterson) wrote in #note-2:
> Hi,
> ...
Thank you for the response!
~~I think it is possible that `csv` version is responsible for this? I updated my test script to pull in `csv` tag 3.2.2 and it no longer error... -
10:45 PM Ruby Bug #18575: [BUG] unsupported: T_NONE
- I think i have managed to produce a relatively simply repro script:
```ruby
require 'csv'
parsed = CSV.parse("Foo,bAr,baZ\nfoo,bar,baz", headers: true)
while true
parsed.map do |row|
obj = row.to_h
obj.transform_keys! { |k| k... -
09:28 PM Ruby Bug #18575 (Closed): [BUG] unsupported: T_NONE
- I am seeing this error cropping up in my application, particularly when processing large CSV files. It seems to be semi-related to https://bugs.ruby-lang.org/issues/16689 (Hash#transform_values!, but this particular issue is with Hash#tr...
-
09:54 PM Ruby Bug #16689: [BUG] try to mark T_NONE object
- Would it be possible to share the repro script that was deleted at https://github.com/Shopify/ruby-repro? I have encountered a similar issue with `Hash#transform_keys` (see https://bugs.ruby-lang.org/issues/18575) and it would be helpful...