theirishpenguin (Declan McGrath)
- Login: theirishpenguin
- Registered on: 05/10/2012
- Last sign in: 04/27/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/30/2018
-
09:05 AM Ruby Bug #14719: FalseClass wrapped in a SimpleDelegator evaluates to true in an IF statement
- Thanks Marc-Andre. Appreciate the quick response.
04/27/2018
-
04:33 PM Ruby Bug #14719 (Rejected): FalseClass wrapped in a SimpleDelegator evaluates to true in an IF statement
- Hi, thanks for Ruby :-)
I have run into a problem. When I wrap the boolean false in a SimpleDelegator it breaks the semantics of the boolean when evaluated in expressions such as IF statements - returning true when I would have expect...
05/11/2012
-
11:57 PM Ruby Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
- Thanks Naruse!
05/10/2012
-
08:15 PM Ruby Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
- Hi,
I seem to be still getting this problem on Ruby 1.9.2p290 revision 32553. This issue should be fixed in revision 32553, correct? (as 32553 > 31370)
See below for test case.
Regards,
Declan
Test case
---------
1) ...