zapotek (Tasos Laskos)
- Login: zapotek
- Email: tasos.laskos@gmail.com
- Registered on: 10/29/2010
- Last sign in: 01/15/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/02/2013
-
04:32 AM Ruby Bug #7766: Marshal.dump corrupts Hash data when serializing
- It only corrupted the output, although a few mins ago I realized I was on the preview and there was an RC1 out.
I just tested RC1 and the problem seems to have been fixed.
Do excuse me and please ignore this issue.
02/01/2013
-
12:57 PM Ruby Bug #7766 (Closed): Marshal.dump corrupts Hash data when serializing
- =begin
Marshal.dump seems to corrupt a Hash object during serialization.
The problem is that this does not happen when the affected Hash is serialized by itself but only (as far as I could see) when it's part of a larger object.
Wor...