ehuard (Elise Huard)
- Login: ehuard
- Email: ruby@elisehuard.be
- Registered on: 08/25/2010
- Last sign in: 04/29/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
04/29/2011
-
04:52 AM Ruby Bug #4630 (Closed): PROCDEBUG to non-zero values causes segmentation faults in check_env in trunk
PROCDEBUG is meant to show debugging output from the vm.
However, when it's activated in vm.c
#define PROCDEBUG 1
The make process fails in segmentation faults.
I've narrowed it down to the following variables displayed in check_...
11/24/2010
-
10:28 PM Ruby Feature #4085: Refinements and nested methods
- =begin
+1 definitely
=end
11/06/2010
-
07:25 PM Ruby Feature #3846: ext/openssl: choose the OpenSSL::Digest class for OpenSSL::OCSP::CertificateId
- =begin
tests in attachment. git patch
=end
09/17/2010
-
10:05 PM Ruby Feature #3846 (Closed): ext/openssl: choose the OpenSSL::Digest class for OpenSSL::OCSP::CertificateId
- =begin
use the openssl option to pass in the digest type at OpenSSL::OCSP::CertificateId initialization.
The extra parameter must be an OpenSSL::Digest class.
Compatible with the original signature: flexible number of parameters.
...