General

Profile

sdaubert (Sylvain Daubert)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 11 11

Activity

07/05/2018

06:32 PM Ruby Feature #14887: Array#delete_if does not use #delete
marcandre (Marc-Andre Lafortune) wrote:
> You probably meant "... call #delete_at in the background".
Yes, Marc-André, that's what i want to mean...
> ...
I don't known ruby background. If it seems impossible, forget about that.
sdaubert (Sylvain Daubert)

07/02/2018

06:03 PM Ruby Feature #14887: Array#delete_if does not use #delete
I didn't think to enumerators...
Yes, #delete_at is a better choice than #delete, didn't think to it neither...
But #delete and #delete_if methods seem to not call #delete_at neither. Please let me reword the proposal: may #delete ...
sdaubert (Sylvain Daubert)

06/30/2018

09:50 AM Ruby Feature #14887 (Closed): Array#delete_if does not use #delete
When a class inherits from Array, and its #delete methods is modified, #delete_if and #reject! do not call this method. From sources, its an internal C method which is called instead.
Is there a way to modify #delete_if and #reject! t...
sdaubert (Sylvain Daubert)

10/29/2014

07:25 PM Ruby Feature #10452 (Closed): Add documentation for Digest
* ext/digest/digest.c:
- remove HMAC from list of digest algorithms,
- add MD5 in list of digest algorithms,
- add information about writing a C digest implementation using
Digest::Base,
- add documentation for Digest::B...
sdaubert (Sylvain Daubert)

11/29/2012

04:30 AM Ruby Feature #5481: Gemifying Ruby standard library
trans (Thomas Sawyer) wrote:
> Why keep the source code in the Ruby repository at all? Development occurs at the library's repository anyway, so why waste time with copying the files into Ruby repository for each release. Instead, just ...
sdaubert (Sylvain Daubert)

04/27/2012

03:05 AM Ruby Feature #6362: Modular exponentiation/inverse
+1 : very helpful for cryptographic stuffs. sdaubert (Sylvain Daubert)
03:03 AM Ruby Feature #6361: Bitwise string operations
+1 : I use them every day. sdaubert (Sylvain Daubert)

12/09/2011

04:12 AM Ruby Feature #5623: [PATCH] Update documentation for Complex
I marked each deprecated because there is sdaubert (Sylvain Daubert)

12/05/2011

02:26 AM Ruby Bug #5709 (Closed): Improve Regexp documentation
Improve Regexp documentation:
* add a section to explain differences between =~ operator and #match
* in Options section, explain how use options with Regexp.new
* add a section about special global variables ($~ and so on)
sdaubert (Sylvain Daubert)

11/12/2011

11:44 PM Ruby Feature #5623 (Closed): [PATCH] Update documentation for Complex
Add documentation to Complex sdaubert (Sylvain Daubert)

Also available in: Atom