tdg5 (Danny Guinther)
- Login: tdg5
- Email: dannyguinther@gmail.com
- Registered on: 12/22/2014
- Last sign in: 10/07/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
10/07/2015
-
02:47 PM Ruby Bug #11572: Urnary operator causing references to unreachable objects in 2.1.x ?
- Here's a link to the commit on GitHub: https://github.com/ruby/ruby/commit/2f3b28c682fe3010ed3b8803199616c12b52512d
-
02:45 PM Ruby Bug #11572 (Closed): Urnary operator causing references to unreachable objects in 2.1.x ?
- Perhaps this is an error on my part, but I stumbled across some weird GC behavior related to the unary & (ampersand) operator on 2.1.x.
I don't have any leads as to what the cause of the issue might be, but the gist of the issue is th...
09/15/2015
-
08:00 PM Ruby Bug #11526: Streaming HTTP requests are not idempotent and should not be retried
- Attaching a new diff based on Trevor's branch with a few additional test fixes.
All HTTP-related tests pass, but seems like something in RDoc may be broken in trunk:
~~~
1) Failure:
TestRDocMarkupPreProcess#test_include_file_in... -
05:42 PM Ruby Bug #11526: Streaming HTTP requests are not idempotent and should not be retried
- Trevor Rowe (https://github.com/trevorrowe) also proposed the following PR on GitHub to address this issue on June 30th, 2015: https://github.com/ruby/ruby/pull/951
His code looks solid to me and seems a better solution than what I've...
09/14/2015
-
07:18 PM Ruby Bug #11526: Streaming HTTP requests are not idempotent and should not be retried
- GitHub PR: https://github.com/ruby/ruby/pull/1019
-
07:13 PM Ruby Bug #11526 (Closed): Streaming HTTP requests are not idempotent and should not be retried
- Hello!
A colleague of mine ran into an issue today where he discovered that streaming HTTP requests made with Net::HTTP would retry some types of errors without giving any indication that an error had occurred and the request stream h...
12/23/2014
-
02:59 PM Ruby Bug #10633: OpenSSL RangeError on update
- I don't have much experience with building Ruby by hand, so part of my issue may be there, or perhaps the example provided by Kenneth should never work, but should blow up in a different way than what he ran into, but I pulled down and b...
12/22/2014
-
09:53 PM Ruby Bug #10633: OpenSSL RangeError on update
- I get the same result on
ruby 1.9.2p330 (2014-08-07 revision 47094) [x86_64-linux]
ruby 1.9.3p545 (2014-02-24 revision 45159) [x86_64-linux]
ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]
Maybe an Ubuntu OpenSSL issue? ...