briantobin (Brian Tobin)
- Login: briantobin
- Email: brian@tobinindustries.com
- Registered on: 10/17/2012
- Last sign in: 10/17/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/17/2012
-
07:46 AM Ruby Bug #7175: unpack('M*') changed behavior between patchlevels
- FWIW, bug ticket there: https://github.com/mikel/mail/issues/440
-
07:27 AM Ruby Bug #7175: unpack('M*') changed behavior between patchlevels
- Second update
I discovered that the Mail gem (https://github.com/mikel/mail) is incorrectly stripping the newline after the "=", which makes it illegal. I'll file a bug there. -
07:01 AM Ruby Bug #7175: unpack('M*') changed behavior between patchlevels
- After reading the changelog I see that this changed b/c of bug #5635 (http://bugs.ruby-lang.org/issues/5635).
I still believe that this might be a regression. Looking at our data, the last lines of quoted-printable strings produced by... -
06:25 AM Ruby Bug #7175 (Third Party's Issue): unpack('M*') changed behavior between patchlevels
- I'm seeing an important difference in the output of string.unpack between two patchlevels of ruby 1.9.3. The output of patchlevel 194 is expected, and the output of 286 is unexpected.
--- Console 1 ---
>> RUBY_VERSION
=> "1.9.3"
> ...