postmodern (Hal Brodigan)

  • Email:
  • Registered on: 12/17/2008
  • Last connection: 05/08/2012

Activity

Reported issues: 19

05/08/2012

08:02 pm ruby-trunk Feature #6409: public_send is easily bypassed
Now I know `public_send` should _not_ be trusted with arbitrary method names/arguments. Is there even a safe version ...
02:18 pm ruby-trunk Feature #6409: public_send is easily bypassed
(({public_send})) should only allow _calling_ public methods. By extension, it should not allow calling (({send})), s...
09:37 am ruby-trunk Feature #6409 (Rejected): public_send is easily bypassed
=begin
(({public_send})) can easily be bypassed, by using it to call (({send})). (({public_send})) should explicitly...

04/07/2012

06:42 am ruby-trunk Feature #6216: SystemStackError backtraces should not be reduced to one line
If it wasn't clear from the above example, Ruby 1.9.3 returns a backtrace pointing to a line of code in dm-core which...

03/29/2012

10:40 am ruby-trunk Feature #6216: SystemStackError backtraces should not be reduced to one line
=begin
Ruby 1.9.3:
/home/hal/.rvm/gems/ruby-1.9.3-p125/gems/dm-core-1.2.0/lib/dm-core/support/equalizer.rb:32: ...

03/28/2012

04:16 pm ruby-trunk Feature #6216 (Feedback): SystemStackError backtraces should not be reduced to one line
When debugging "SystemStackError: stack level too deep" exceptions, it is not helpful that the backtrace is reduced t...

02/23/2012

01:47 pm Backport93 Backport #5843: URI::HTTP and Net::HTTP do not escape \n characters in the query-string
Thanks for resolving this! Any idea when this fix will be shipped, 1.9.3-p125 still has this bug.

02/09/2012

04:24 am ruby-trunk Feature #5987 (Assigned): IPAddr#initialize should display the invalid address when raising Argum...
I noticed that when IPAddr#initialize raises an ArgumentError on invalid addresses, it does not include the offending...

01/05/2012

06:18 am Backport93 Backport #5843 (Closed): URI::HTTP and Net::HTTP do not escape \n characters in the query-string
When building new URI::HTTP objects, \n characters in the query-string are not escaped. An unescaped \n character wil...

09/26/2011

11:22 am ruby-trunk Bug #5365: WEBrick lacks the application/javascript and image/svg+xml MIME types.
Oops, you are correct. Patch re-uploaded.

Also available in: Atom