angdraug (Dmitry Borodaenko)
- Login: angdraug
- Registered on: 12/15/2008
- Last sign in: 01/08/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/09/2011
-
06:20 PM Ruby Feature #5578: Embedded YAML for Ruby 2.0
- Count me in on the "Nay" side: I strongly agree with Nikolai's and Alexey's points. Ruby as a language is already quote cool, and certainly cool enough for me. Ruby as a platform, on the other hand, has lots of bugs. Can we please do mor...
10/30/2011
-
12:26 AM Ruby Bug #5508 (Closed): Is BigDecimal really not $SAFE?
- Why does BigDecimal call SafeStringValue?
irb(main):001:0> $SAFE = 1; BigDecimal.new('1'.taint)
SecurityError: Insecure operation - new
from (irb):1:in `new'
from (irb):1
from /usr/bin/irb:12:in `<main>'
...