Activity
From 07/30/2014 to 08/05/2014
08/05/2014
-
07:37 PM Bug #9129 (Closed): Regression in support for IPv6 literals in URIs with Net::HTTP
- Applied in changeset r47079.
----------
* lib/net/http.rb (Net::HTTP.proxy_uri): use initializer instead
of parser... -
07:37 PM Revision f01485b4 (git): * lib/net/http.rb (Net::HTTP.proxy_uri): use initializer instead
- of parser to handle IPv6 address. [Bug #9129]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47079 b2dd03c8-39d4-... -
07:35 PM Bug #10105: Mixed styles for class methods on Tempfile break RDocs.
- I don't think that it is only a bug in RDoc.
There are at least 3 ways to define class methods in ruby, and I thin... -
07:20 PM Feature #8429 (Closed): Options requests in net/http should be able to accept a response body
- Applied in changeset r47078.
----------
* lib/net/http/requests.rb (Net::HTTP::Options::RESPONSE_HAS_BODY):
OPTION... -
05:46 PM Feature #8429: Options requests in net/http should be able to accept a response body
- http://tools.ietf.org/html/rfc7231#section-4.3.7
-
07:20 PM Revision 90a16cb2 (git): * lib/net/http/requests.rb (Net::HTTP::Options::RESPONSE_HAS_BODY):
- OPTIONS requests may have response bodies. [Feature #8429]
http://tools.ietf.org/html/rfc7231#section-4.3.7
git-sv... -
07:10 PM Bug #10054 (Closed): Net::HTTPGenericRequest sets host even if it was set before by user
- Applied in changeset r47077.
----------
* lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):
handle... -
07:10 PM Revision 70a2eb63 (git): * lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):
- handle req['host'] in update_uri.
* lib/net/http/generic_request.rb
(Net::HTTP::GenericRequest#update_uri):
use ... -
07:10 PM Revision c1652035 (git): * lib/net/http/generic_request.rb
- (Net::HTTP::GenericRequest#update_uri):
handle scheme, host, and port to reflect connection to @uri.
* lib/net/htt... -
07:09 PM Revision 159fa373 (git): * lib/net/http/generic_request.rb
- (Net::HTTP::GenericRequest#initialize):
optimize object allocation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
07:09 PM Revision b6ecbc70 (git): remove path_query
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:09 PM Revision d7b5ef02 (git): * lib/uri/generic.rb (URI::Generic#normalize!): use String#empty?
- * lib/uri/generic.rb (URI::Generic#path_query): optimized.
* lib/uri/generic.rb (URI::Generic#to_s): optimized.
git... -
07:09 PM Revision a5c923f6 (git): * lib/uri/http.rb (URI::HTTP#request_uri): optimized.
- decrease object allocation, and ensure always create at least one new
object for return value.
git-svn-id: svn+ssh... -
07:08 PM Revision 25d3fc88 (git): suppress warnings
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:50 PM Bug #9806: URI#encode doesn't encode characters '[' and ']'. They should be encoded as %5B and %5D respectively.
- Yusuke Endoh wrote:
> I'm unfamiliar with URI spec, but I guess RFC 2732 is related.
>
> http://www.ietf.org/rfc/... - 06:41 PM Revision 66ba4e36 (git): * 2014-08-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:41 PM Revision 0b392535 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility for
- hashes emitted by Syck. Github #198
* test/psych/test_hash.rb: test for change.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
05:50 PM Bug #10112 (Closed): NET::IMAP fails to parse uid_search/search response with MODSEQ search criteria
- ~~~
imap.examine('INBOX')
imap.uid_search(['MODSEQ', 12345])
~~~
NET::IMAP fails to parse uid_search/search r... -
04:17 PM Feature #10090: Display of program name in process listing under AIX
- If we run this example code under Ruby 1.8.7 on AIX, we're able to see the entire command line that the process was c...
-
09:22 AM Feature #10090 (Third Party's Issue): Display of program name in process listing under AIX
- Your code diesn't set `$0`, so ruby does and can do nothing.
The behavior of `ps` is a part of OS.
Complain to the ... -
05:18 AM Feature #10090: Display of program name in process listing under AIX
- +1 for fixing, or at least some communications about areas we can investigate to help resolve/remediate this.
-
02:52 PM Feature #10108: NameError#name and nested constants
- Yes, a full qualified name seems more appropriate and more consistent with the output of the error message. Thanks fo...
-
12:00 PM Bug #10111 (Rejected): gdbm truncated UTF-8 data problem
- Reproducible script is here.
~~~
# coding: utf-8
require 'gdbm'
data = "\xEA\xB0\x80ABCDEF"
db = GDBM.new( '... -
10:31 AM Revision 9670542a (git): * ext/win32ole/win32ole.c (ole_invoke): skip VariantClear when
- argument is VT_RECORD variant.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47068 b2dd03c8-39d4-4d8f-98ff-823... - 06:54 AM Revision e3c74b29 (git): * 2014-08-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:54 AM Revision 97ec14b7 (git): * gems/bundled_gems: Upgrade to test-unit-3.0.0 and minitest-5.4.0.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 AM Bug #10109 (Assigned): BigDecimal fail to compare to Float::INFINITY
-
12:18 AM Bug #10099: Compiling Ruby 2.1.2 with OpenSSL "recipe for target 'openssl_missing.o' failed"
- Yui NARUSE wrote:
> Use homebrew's openssl instead of OpenSSL.framework.
I don't use homebrew as it removes anyth...
08/04/2014
-
10:28 PM Feature #9390: Support for the ALPN TLS extension
- Note that RFC 7301 has published: http://tools.ietf.org/html/rfc7301
HTTP/2 is nearing completion and requires AL... -
06:11 PM Bug #10110 (Closed): Exception handling is not well documented
- Exception#cause has no documentation at all:
http://www.ruby-doc.org/core-2.1.2/Exception.html#method-i-cause
T... -
02:48 PM Bug #9291: array splatting a nil works, but hash splatting a nil does not
- So is there a reason * and ** should work differently for nil?
-
01:50 PM Revision 904c559d (git): fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:27 PM Revision de79761e (git): pack.c (encodes): name a magic number
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:55 PM Bug #10109 (Closed): BigDecimal fail to compare to Float::INFINITY
- `head :002 > BigDecimal(0) < Float::INFINITY
FloatDomainError: Infinity
from (irb):2:in `to_r'
from (irb):2:in `... - 12:53 PM Revision 43b0066d (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:52 PM Revision 2906d58a (git): * test/win32ole/test_win32ole_record.rb: add for WIN32OLE_RECORD
- test(need .NET Framework 3.5 to run test).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47062 b2dd03c8-39d4-4... -
12:38 PM Bug #10019: segmentation fault/buffer overrun in pack.c (encodes)
- (2014/07/31 1:48), [email protected] wrote:
> Well the reproducibility issue appears to be a toolset problem. If I ... -
11:55 AM Bug #10019: segmentation fault/buffer overrun in pack.c (encodes)
- Nobuyoshi Nakada wrote:
> `encodes()` does uuencode and mime-encode, so never writes '\0'.
Sorry, my bad - I alre... -
11:46 AM Bug #10019: segmentation fault/buffer overrun in pack.c (encodes)
- Tomas Hoger wrote:
> * The first byte of the SSP cookie is expected to be '\0' on e.g. recent Linux systems (https:/... -
09:15 AM Bug #10019: segmentation fault/buffer overrun in pack.c (encodes)
- This seems to be getting off-topic, so just few quick notes:
* It seems -fstack-protector* (SSP) is what is referr... -
12:20 PM Revision 0a771226 (git): * ChangeLog: fix broken encoding.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:49 AM Revision 8c3fb492 (git): * ext/win32ole/win32ole.c (ole_invoke): call rb_hash_foreach instead
- of rb_block_call.
* ext/win32ole/win32ole.c: add comment for rdoc of WIN32OLE_VARIANT
class.
git-svn-id: svn+ssh... -
10:09 AM Bug #10097: Case-insensitive Regexp matching for Windows-1252 not working for ŠšŽžŒœÿŸ
- Nobuyoshi Nakada wrote:
> I've forgotten the test file, "test/ruby/enc/test_windows_1252.rb", and added it now.
> W... -
01:19 AM Feature #10096: [PATCH] use khash for fstring and id_str tables
- [email protected] wrote:
> Eric Wong wrote:
> > frozen_strings and global_symbols.id_str hashes are two of the bigger
... - 01:12 AM Revision 49380457 (git): variable: cleanup to use rb_const_lookup
- * variable.c: cleanup to use rb_const_lookup
* vm_insnshelper.c: ditto
This reduces casting and long lines. This sh... -
01:05 AM Revision 0ee5c55e (git): symbol.c: move macros
- * symbol.c (SYMBOL_PINNED, SYMBOL_PINNED_P, ID_DYNAMIC_SYM_P),
(STATIC_SYM2ID, STATIC_ID2SYM): move from symbol.h a... -
12:58 AM Feature #9894: [RFC] README.EXT: document rb_gc_register_mark_object
- (2014/08/04 7:48), Eric Wong wrote:
> ```diff
> --- a/gc.c
> +++ b/gc.c
> @@ -5154,13 +5154,15 @@ rb_gc_register_... -
12:07 AM Revision 0e6a3991 (git): * ext/tk/lib/tkextlib/tcllib/plotchart.rb: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
08/03/2014
-
10:58 PM Feature #9894: [RFC] README.EXT: document rb_gc_register_mark_object
- I tried making rb_gc_register_address work transparently but wasn't able
to measure any difference with unicorn. un... -
07:32 PM Feature #10108: NameError#name and nested constants
- A full qualified name would be a more appropriate and natural fit.
-
02:12 PM Feature #10108: NameError#name and nested constants
- Do you want a method to return full qualified name, or an array of names?
-
12:43 PM Feature #10108 (Feedback): NameError#name and nested constants
- Hello,
We wanted to bring a discussion around the behavior of NameError#name with nested constants. The result can... -
04:43 PM Revision 92d58cac (git): merge revision(s) r46585,r46595,r46822: [Backport #9977] [Backport #9978] [Backport #9983]
- test_env.rb: rehearsal
* test/ruby/test_env.rb (test_memory_leak_{aset,select,shift}):
have a rehearsal be... -
04:32 PM Bug #9983: memory leak at ENV.shift on Windows
- Backported into `ruby_2_1` branch at r47055.
-
04:31 PM Revision 856f4d49 (git): merge revision(s) r46570: [Backport #9983]
- * hash.c (env_shift): fix memory leak on Windows, free environment
strings block always. [ruby-dev:48332] ... -
04:30 PM Bug #9978: memory leak at ENV.select on Windows
- r46557 and r46565 were backported into `ruby_2_1` branch at r47054.
-
04:28 PM Revision 85c48fdc (git): merge revision(s) r46557,r46565: [Backport #9978]
- * hash.c (env_select): fix memory leak and crash on Windows, make
keys array first instead of iterating on ... -
04:25 PM Bug #9977: memory leak at ENV.[]= on Windows
- Backported into `ruby_2_1` branch at r47053.
-
04:24 PM Revision d4132b8a (git): merge revision(s) r46550: [Backport #9977]
- * hash.c (ruby_setenv): fix memory leak on Windows, free
environment strings block after check for the size... -
04:21 PM Bug #9903: Regexp#[] doesn't consider capture name encoding
- Backported into `ruby_2_1` branch at r47052.
-
04:20 PM Revision 3aefb61f (git): merge revision(s) r46345,r46346: [Backport #9903]
- re.c: reduce new strings
* re.c (match_aref, rb_reg_regsub): reduce new strings creation
for exceptions.
... -
04:07 PM Bug #9961: TracePoint can skip c_return with rb_rescue()
- もうひとつ [:c_call, :coerce] の直後の [:c_call :to_s], [:c_return, :to_s] が 2.1 では検出されないのですが、こちらは出所がわからなかったのでテストから削って r47051 ...
-
03:51 PM Bug #9961: TracePoint can skip c_return with rb_rescue()
- バックポート時のメモ。テストでチェックしている TracePoint のフック呼び出しに影響していたため r44610, r44617 も r47050 でバックポートしました。
-
04:07 PM Revision 84091a71 (git): merge revision(s) r46465,r46469,r46484: [Backport #9961]
- * vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfp
with invoking RUBY_EVENT_C_RETURN.
... -
03:50 PM Revision fe45e6b7 (git): merge revision(s) r44610,r44617:
- numeric.c: preserve encoding
* numeric.c (coerce_failed): preserve encoding of error message.
git-svn-id: s... - 03:19 PM Revision 477e28cc (git): * 2014-08-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 PM Revision 33e1c86f (git): openssl: constify
- * ext/openssl/ossl_asn1.c (ossl_asn1_info): constify.
* ext/openssl/ossl_pkcs7.c (ossl_pkcs7_sym2typeid): constify a... -
03:19 PM Revision 98630412 (git): ossl_pkcs7.c: consider length
- * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_sym2typeid): consider
length to compare.
git-svn-id: svn+ssh://ci.ruby-lang... -
01:33 PM Revision a98c6533 (git): rubygems/util.rb: remove unused variable
- * lib/rubygems/util.rb (Gem::Util.silent_system): remove unused
variable, to fix test failures with verbose flag.
... -
12:18 PM Feature #10107: [PATCH] cleanup: rb_const_lookup helper function
- nice.
-
10:15 AM Feature #10107: [PATCH] cleanup: rb_const_lookup helper function
- +1
-
07:09 AM Feature #10107 (Closed): [PATCH] cleanup: rb_const_lookup helper function
- This reduces casting and long lines. This should make it easier to
switch to alternatives to st for constant storag... -
10:13 AM Feature #10096: [PATCH] use khash for fstring and id_str tables
- Eric Wong wrote:
> frozen_strings and global_symbols.id_str hashes are two of the bigger
> hashes in Ruby. They ar... -
07:10 AM Feature #10096: [PATCH] use khash for fstring and id_str tables
- [email protected] wrote:
> Feature #10096: [PATCH] use khash for fstring and id_str tables
> https://bugs.ruby... -
08:20 AM Revision 6959bc50 (git): fix typos [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:56 AM Revision 4713ace4 (git): strscan.c: encoding in messages
- * ext/strscan/strscan.c (strscan_aref): preserve argument encoding
in error messages.
git-svn-id: svn+ssh://ci.rub... -
01:56 AM Revision 27c4fb33 (git): ext: get rid of inadvertent ID creation
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:56 AM Revision 1d670ab0 (git): ext: prefer RB_TYPE_P over comparison TYPE with constants
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:55 AM Revision fdfb939d (git): transcode.c: use string
- * transcode.c (econv_opts): get rid of inadvertent ID creation,
and preserve argument encoding in error messages.
... -
01:55 AM Revision d0987afc (git): make symbol conversion functions public
- * include/ruby/encoding.h (rb_check_symbol_cstr): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47040 b2d... -
01:54 AM Revision 48bb55ed (git): README.EXT.ja: using commas and periods
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:43 AM Bug #10106 (Closed): Segfault when refining BasicObject
- Applied in changeset r47037.
----------
vm_insnhelper.c: fix unusable super class
* vm_insnhelper.c (vm_call_method... - 01:43 AM Revision a17eb7ba (git): * 2014-08-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:43 AM Revision a6d34e75 (git): vm_insnhelper.c: fix unusable super class
- * vm_insnhelper.c (vm_call_method): unusable super class should cause
method missing when BasicObject is refined bu...
08/02/2014
-
06:39 PM Bug #10106 (Closed): Segfault when refining BasicObject
- This works:
~~~ruby
module RefinementBug
refine BasicObject do
def foo
1
end
end
end
u... -
06:31 PM Feature #9725: Do not inspect NameError target object unless verbose
- > ## Solutions:
>
> * `NameError` should not capture the target object.
> * `NameError` should build a message ba... -
03:25 PM Revision 1760861c (git): merge revision(s) r44577,r45097,r45330,r45331,r45354,r45356: [Backport #10033]
- cptr.c: unused variable
* ext/dl/cptr.c (rb_dlptr_inspect): remove no longer used variable.
git-svn-id: svn... -
03:14 PM Revision 39da0b90 (git): merge revision(s) r46649: [Backport #10005]
- * node.c (dump_node): handle nd_value == (NODE *)-1 to mean this
keyword argument is required
git-svn-id:... - 02:55 PM Revision c3e1258c (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:55 PM Revision 4e7801a1 (git): * ext/win32ole/win32ole.c: separate WIN32OLE::VARIANT src file
- from win32ole.c
* ext/win32ole/win32ole.h: ditto.
* ext/win32ole/win32ole_variant_m.c: ditto.
* ext/win32ole/win32ole... -
02:18 PM Feature #6817: Partial application
- Michael Kohl wrote:
> In that case, how about making `Symbol#to_proc` accept additional arguments?
>
> ~~~ruby
>... -
08:59 AM Feature #6817: Partial application
- Koichi Sasada wrote:
> Basically, I like this proposal.
> But I'm not sure this notation can be acceptable.
In ... -
11:04 AM Feature #9781: Feature Proposal: Method#super_method
- Yukihiro Matsumoto wrote:
> OK, accepted.
>
> The name should be 'super_method', since 'super' make me feel invoc... -
11:01 AM Revision a52fa3eb (git): * Changelog: fix typo. contribute from @chiastolite.
- [fix GH-693]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:41 AM Revision cefef1f1 (git): * ext/win32ole/win32ole.c: VERSION 1.7.0 -> 1.7.1
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:37 AM Revision dde71a3d (git): * ext/win32ole/win32ole.c: add coments for rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:30 AM Bug #10105 (Third Party's Issue): Mixed styles for class methods on Tempfile break RDocs.
- Rather I think it a bug of RDoc.
-
01:27 AM Feature #6373 (Closed): public #self
- Applied in changeset r47028.
----------
object.c: Object#itsef
* object.c (rb_obj_itself): new method Object#itsef.... - 01:27 AM Revision 963bce15 (git): * 2014-08-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:26 AM Revision 0a0160d6 (git): object.c: Object#itsef
- * object.c (rb_obj_itself): new method Object#itsef. based on the
patch by Rafael França in [ruby-core:64156].
[...
08/01/2014
-
08:27 PM Bug #10105 (Closed): Mixed styles for class methods on Tempfile break RDocs.
- I've already made a little pull request here https://github.com/ruby/ruby/pull/691.
The diff is here: https://gith... -
06:23 PM Feature #6373: public #self
- Here the implementation. This is my first patch to Ruby so I'm not sure it is correct. Let me know if I need to chang...
-
05:18 PM Feature #6373: public #self
- We just implemented it on Active Support https://github.com/rails/rails/commit/702ad710b57bef45b081ebf42e6fa70820fdd8...
-
03:17 PM Bug #10103 (Feedback): Unable to refine class with CONSTANT
- Constants (and class variables) are not included in refinement modification. Constants still belong to outer class.
... -
01:32 PM Revision a13944dc (git): * ext/win32ole/win32ole.c (folerecord_inititalize): accept
- only 2 arguments. The 2nd argument should be WIN32OLE object or
WIN32OLE_RECORD object.
git-svn-id: svn+ssh://ci.... -
11:20 AM Revision 2cce8185 (git): * ext/win32ole/win32ole.c (ole_variant2val): call
- folerecord_s_allocate instead of WIN32OLE_RECORD.new.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47026 b2dd0... -
09:57 AM Bug #10019: segmentation fault/buffer overrun in pack.c (encodes)
- This crash only triggers with FORTIFY_SOURCE. When calling rb_str_buf_cat at the end of encodes for the situation whe...
-
09:41 AM Revision 1e667d5f (git): * test/date/test_date.rb: remove commented-out code.
- * test/date/test_date_arith.rb: ditto.
* test/date/test_date_attr.rb: ditto.
* test/date/test_date_parse.rb: ditto.
... -
08:30 AM Bug #10086: [PATCH] Remove exponents calculation from mathn.rb
- @Yusuke Endoh さん
よこやりありがとうございます.
はい. 全くもって正しいご指摘だと思います. すみません僕が修正する際に気づくべきでした.
引き合いに出された文全体を
>mathn ser... -
02:09 AM Bug #10086: [PATCH] Remove exponents calculation from mathn.rb
- よこやりですが、
> If you need
> more precise rounding with multiple division or exponentiation
> operations, then mathn... -
07:35 AM Revision 52b59fc9 (git): numeric.c: 0 % Float::NAN returns Float::NAN
- * numeric.c (flodivmod): all results are NaN if divisor is NaN.
[fix GH-692]
git-svn-id: svn+ssh://ci.ruby-lang.or... -
07:35 AM Revision 528ef3ca (git): add assertions for division NaN
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:40 AM Bug #10102: [PATCH] dir.c: [DOC] Document that Dir.exists? is deprecated
- Robert A. Heiler wrote:
> I think the reasoning given here makes sense and is consistent.
>
> matz explained that...
07/31/2014
-
11:31 PM Bug #10102: [PATCH] dir.c: [DOC] Document that Dir.exists? is deprecated
- I think the reasoning given here makes sense and is consistent.
matz explained that the question that should be as... -
06:22 AM Bug #10102 (Closed): [PATCH] dir.c: [DOC] Document that Dir.exists? is deprecated
- I noticed Dir.exists? was undocumented, so I thought Dir.exists? should be marked as deprecated just like File.exists...
- 10:36 PM Revision 4514516b (git): * 2014-08-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:36 PM Revision bf3d294a (git): * ext/bigdecimal/bigdecimal.c: [DOC] Add description of
- `BigDecimal.new` exceptions. Patched by @joker1007 and
@prathamesh-sonpatki [Fixes GH-690]
https://github.com/ru... -
06:56 PM Bug #10086: [PATCH] Remove exponents calculation from mathn.rb
- @Nobuyoshi Nakada さん
コメントありがとうございます.
> alias / quo の変更は不要に見えますが
個人的にaliasを貼る時は(特にoperatorに対して)symbolの方が可読性が高... -
02:09 AM Bug #10086 (Feedback): [PATCH] Remove exponents calculation from mathn.rb
- `**`の削除は(`alias / quo` の変更は不要に見えますが)いいと思います。
最後のパッチで"multiple division"から"multiple"という単語が消されていますが、これはいらないのでしょうか。 -
05:45 PM Bug #10104 (Rejected): Fileutils cp_r fails on sockets or fifes even if File.mknod and File.mkfifo are defined
- Briefly, our code uses cp_r to copy a directory structure whose contents seem to occasionally have a Unix domain sock...
-
04:21 PM Bug #10103: Unable to refine class with CONSTANT
- I would like to also mention that this impacts class_variables as well
~~~
module Foobar
@@baz = "boom"
... -
03:44 PM Bug #10103 (Closed): Unable to refine class with CONSTANT
- When refining a class (such as `String` in the following example) it is impossible to assign a constant. The constant...
-
04:00 PM Feature #10090: Display of program name in process listing under AIX
- +1 on fixing this.
Is it possible AIX is missing some headers supplied on other systems? -
01:37 PM Bug #9937: Segfault in the TracePoint API
- Hi, I'll be fixing this inside byebug. I don't think the assumption that TracePoint API events will always provide a ...
-
02:38 AM Bug #9937 (Assigned): Segfault in the TracePoint API
- Thank you for your report.
ko1 san, could you handle this issue? -
01:31 PM Feature #6613: VT_RECORD, IRecordInfo Support in WIN32OLE
- Sorry for waiting too long. I had implemented VT_RECORD / IRecordInterface features.
Try WIN32OLE_RECORD class in ru... -
01:21 PM Revision 9437332a (git): * ext/win32ole/win32ole.c: add WIN32OLE_RECORD#inspect.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:15 PM Feature #6265: Remove 'useless' 'concatenation' syntax
- I said "useless" in the sense that you can achieve the same using "+" and it makes it easy to introduce common bugs i...
-
03:34 AM Feature #6265: Remove 'useless' 'concatenation' syntax
- I'm against it, it's not "useless" to me.
-
03:18 AM Feature #6265: Remove 'useless' 'concatenation' syntax
- Release Manager of 2.2.0 is naruse san.
-
11:38 AM Revision 1069b277 (git): * ext/win32ole/win32ole.c: add
- WIN32OLE_RECORD#ole_instance_variable_set and
WIN32OLE_RECORD#ole_instance_variable_get
git-svn-id: svn+ssh://ci... -
09:58 AM Revision 6016da7d (git): symbol.h: move macros
- * symbol.h (RSYMBOL): move macros for Symbol from internal.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4701... -
06:23 AM Revision 5b0ccdbc (git): win32/configure.bat: revert a commit by accident
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:52 AM Revision 4a2cf2fe (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:52 AM Revision 7a8836bd (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 AM Bug #9979 (Assigned): Regression: BigDecimal::ROUND_HALF_DOWN/ROUND_HALF_EVEN behave incorrectly
- Joseph, thank you for your report.
But I think current behavior on trunk is correct as described in #3803.
... -
01:08 AM Bug #9353 (Closed): Struct setter methods now return the struct object rather than the value
-
12:53 AM Bug #10101 (Closed): Zlib::GzipReader produce different outputs for different methods applied
- The methods `read`, `readbyte` and `each_byte` are producing different outputs. Comparing with the unziped file, only...
07/30/2014
-
05:06 PM Bug #9964: TracePoint invoke unexpected b_call events with redo
- Backported into `ruby_2_1` branch at r47014.
-
05:05 PM Revision d2c896e0 (git): merge revision(s) r46471: [Backport #9964]
- * compile.c (rb_iseq_compile_node): put start label of block after
trace (b_call).
[Bug #9964]
... -
04:48 PM Bug #10019: segmentation fault/buffer overrun in pack.c (encodes)
- Well the reproducibility issue appears to be a toolset problem. If I build with -O2 the code works fine. I think ul...
-
04:41 PM Bug #10100 (Closed): Document usage of RB_GC_GUARD in README.EXT
- I see more and more extensions and ruby code using this and yet it is undocumented. Eric posted this - http://blade.n...
-
04:38 PM Bug #9959: TracePoint can invoke inconsistent call event with bmethod
- Backported into `ruby_2_1` branch at r47013.
-
04:37 PM Revision e0c00fcc (git): merge revision(s) r46464: [Backport #9959]
- * vm.c (invoke_block_from_c): move call/return event timing for
bmethod. It can invoke inconsistent call ev... -
04:21 PM Bug #9957: TracePoint catch b_return at rescue/ensure
- Backported into `ruby_2_1` branch at r47012.
-
04:21 PM Revision d22cfb2f (git): merge revision(s) r46463: [Backport #9957]
- * vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block or
rescue clause.
* vm.c (vm_exec... - 04:18 PM Revision b1b779fa (git): * 2014-07-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 PM Revision 8a22a053 (git): mkmf.rb: try without -ObjC option
- * lib/mkmf.rb (have_framework): try without -ObjC option first as
MacPorts GCCs do not support it.
git-svn-id: svn... -
03:53 PM Bug #9940: Unexpected throw from TracePoint hooks with recursive checking
- r46419 and r46429 were backported into `ruby_2_1` branch at r47009.
-
03:52 PM Revision cd1f0078 (git): merge revision(s) r46419,r46429: [Backport #9940]
- * vm_trace.c: clear and restore recursive checking thread local data
to avoid unexpected throw from TracePo... -
02:31 PM Revision e3230f15 (git): * sprintf.c (rb_str_format): like r47006, get rid of
- function calls in RSTRING_PTR().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47008 b2dd03c8-39d4-4d8f-98ff-823... -
02:27 PM Revision a0dc245f (git): signal.c: preserve encoding
- * signal.c (rb_f_kill, trap_signm): preserve argument encoding in
error messages.
git-svn-id: svn+ssh://ci.ruby-la... -
01:46 PM Revision e5a7c2db (git): get rid of function calls in RSTRING_PTR
- * process.c (rlimit_resource_type, rlimit_resource_value): get rid
of function calls in RSTRING_PTR(), as it evalua... -
01:17 PM Revision 3b895e83 (git): * process.c (rlimit_resource_type, rlimit_resource_value):
- get rid of inadvertent dynamic symbol pin-down.
* re.c (match_backref_number): ditto.
* signal.c (esignal_init, rb_... -
12:56 PM Feature #10098: [PATCH] Timing-safe string comparison for OpenSSL::HMAC
- Matt U wrote:
> - Since Ruby has only the one `String` class for text and data, I think it does make sense to keep t... -
02:07 AM Feature #10098: [PATCH] Timing-safe string comparison for OpenSSL::HMAC
- Nobuyoshi Nakada wrote:
> `rb_tsafe_eql()` doesn't need to be `VALUE`, `int` is OK.
> Tests for timing-safeness are... -
12:36 PM Revision 00b040b8 (git): thread.c, vm_method.c: avoid inadvertent pin-down
- * thread.c (rb_thread_variable_set): get rid of inadvertent dynamic
symbol pin-down.
* vm_method.c (obj_respond_to... -
12:36 PM Revision 6db9db48 (git): string.c: rb_to_symbol
- * string.c (rb_to_symbol): new function to convert an object to a
symbol.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
12:36 PM Revision e1b064c5 (git): thread.c: fix indent
- * thread.c (threadptr_local_aset): fix indent, remove unnecessary
braces.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
12:35 PM Revision 1889a5b2 (git): * ext/win32ole/win32ole.c (ole_invoke): pass WIN32OLE_RECORD variant
- by reference when invoke OLE methods at first.
* ext/win32ole/win32ole.c (olerecord_set_ivar): release
IRecordInfo... -
09:13 AM Bug #10099 (Rejected): Compiling Ruby 2.1.2 with OpenSSL "recipe for target 'openssl_missing.o' failed"
- Use homebrew's openssl instead of OpenSSL.framework.
- 06:24 AM Revision f29dae35 (git): * 2014-07-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:24 AM Revision 2cb8ee94 (git): * gc.c: remove unused macros.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom