[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69427] [Ruby trunk - Feature #10974] [PATCH] Remove methods with `!`(sin!, cos!…) from CMath
From:
matz@...
Date:
2015-06-01 12:22:22 UTC
List:
ruby-core #69427
Issue #10974 has been updated by Yukihiro Matsumoto. I am OK with this change. Does anyone else have opinon on this? E.g. compatibility issue? Matz. ---------------------------------------- Feature #10974: [PATCH] Remove methods with `!`(sin!, cos!…) from CMath https://bugs.ruby-lang.org/issues/10974#change-52699 * Author: gogo tanaka * Status: Open * Priority: Normal * Assignee: ---------------------------------------- Hi, now I’d like to remove methods with `!`( `sin!`, `cos!`…) from `CMath`, for the following reasons. * wanna keep CMath minimal. `CMath#sin` should be superset of `CMath#sin!` or `Math#sin` is enough. * [rdoc for CMath seems broken](http://ruby-doc.org/stdlib-2.2.1/libdoc/cmath/rdoc/CMath.html), `CMath#sin!` isn't alias for `CMath#sin` thanks, gogo. ---Files-------------------------------- remove_methods_from_cmath.patch (7.89 KB) -- https://bugs.ruby-lang.org/