[#71439] [Ruby trunk - Feature #11339] [PATCH] io.c: avoid kwarg parsing in C API — matz@...
Issue #11339 has been updated by Yukihiro Matsumoto.
7 messages
2015/11/11
[#71473] Re: [Ruby trunk - Feature #11339] [PATCH] io.c: avoid kwarg parsing in C API
— Eric Wong <normalperson@...>
2015/11/13
Entire series for sockets
[#71450] Ruby 2.3.0-preview1 Released — "NARUSE, Yui" <naruse@...>
Hi,
5 messages
2015/11/11
[#71617] [Ruby trunk - Feature #11664] [PATCH] introduce rb_autoload_value to replace rb_autoload — nobu@...
Issue #11664 has been updated by Nobuyoshi Nakada.
3 messages
2015/11/20
[#71721] [Ruby trunk - Feature #11741] Migrate Ruby to Git from Subversion — me@...
Issue #11741 has been updated by Jon Moss.
4 messages
2015/11/28
[ruby-core:71371] [Ruby trunk - Feature #10974] [PATCH] Remove methods which has suffix `!`(sin!, cos!…) from CMath
From:
mail@...
Date:
2015-11-06 14:39:56 UTC
List:
ruby-core #71371
Issue #10974 has been updated by gogo tanaka. Subject changed from [PATCH] Remove methods with `!`(sin!, cos!…) from CMath to [PATCH] Remove methods which has suffix `!`(sin!, cos!…) from CMath ---------------------------------------- Feature #10974: [PATCH] Remove methods which has suffix `!`(sin!, cos!…) from CMath https://bugs.ruby-lang.org/issues/10974#change-54741 * 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) deprecate_CMath_methods.patch (6.4 KB) -- https://bugs.ruby-lang.org/