jmanrubia (Jorge Manrubia)
- Login: jmanrubia
- Registered on: 03/03/2016
- Last sign in: 11/17/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/17/2024
-
12:18 PM Ruby Bug #20890: MacOS 15.1, Macbook pro 2024 m4, YJIT: Kernel Panic on network access, works w/o YJIT
- I am getting this error, too, when running the suite of one of our Rails apps. It only happens for one app, not for others. It seems to be related to forking during parallel test executions. With PARALLEL_WORKERS=1, it does not happen.
...
03/03/2016
-
04:13 PM Ruby Bug #12140: Serialization of OpenStruct objects with YAML fails
- Maybe it's a dup of https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/53366
-
04:04 PM Ruby Bug #12140 (Closed): Serialization of OpenStruct objects with YAML fails
- When deserializing a serialized YAML open-struct object, it fails with an exception `NoMethodError: undefined method `key?' for nil:NilClass`.
This breaks `serialized` attributes in Rails 3.2 with Ruby 2.3.
To reproduce:
~~~
re...