Activity
From 09/14/2014 to 09/20/2014
09/20/2014
-
10:29 PM Feature #10095: Object#as
- Jihwan Song wrote:
> I realized that what is desired here is somewhat different than what can be achieved using `cla... -
10:19 PM Feature #10095: Object#as
- I realized that what is desired here is somewhat different than what can be achieved using `class_eval`, `instance_ev...
-
12:15 PM Feature #10095: Object#as
- Matthew Kerwin wrote:
> How often do you see the keyword `yield` without arguments? Even in your examples you are cl... -
11:54 AM Feature #10095: Object#as
- Jihwan Song wrote:
> Matt,
>
> I guess I had totally different understanding of the Ruby keyword 'yield'. When I ... -
11:19 AM Feature #10095: Object#as
- Matt,
I guess I had totally different understanding of the Ruby keyword 'yield'. When I first saw the language yea... -
07:35 AM Feature #10095: Object#as
- Jihwan Song wrote:
> I wonder what is the biggest reason that yield may not be the word....
>
My biggest concer... -
02:48 AM Feature #10095: Object#as
- I wonder what is the biggest reason that yield may not be the word....
~~~ruby
class Object
def yield(*args, &... -
05:35 PM Revision 09e91be9 (git): * lib/tempfile.rb: define parameters appropriately and some
- refactoring.
* lib/tmpdir.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47655 b2dd03c8-39d4-4d8f-9... -
05:31 PM Bug #10272 (Closed): miniruby hangs on Mac OS X 10.7
- When compiling v2.1.3 with Apple's clang on Mac OS X 10.7, the build hangs while invoking the `miniruby` executable:
... -
03:27 PM Misc #10271 (Rejected): Drop exec bits from bundled gems
- This is mere cosmetic matter, but it should be nice to drop exec bits from bundled *.gems in the tarball. They shoul...
- 03:01 PM Revision 997d5acd (git): * 2014-09-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:01 PM Revision 1292c5ec (git): * enum.c (enum_chunk): Deprecate the state management.
- (enum_slice_before): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47653 b2dd03c8-39d4-4d8f-98ff-823fe6... -
01:25 PM Feature #10270 (Feedback): Hash#insert
- Hash doesn't appear to have a "safe" way to insert an entry that won't clobber another key if it is already there. So...
-
08:15 AM Feature #10017: Add `Hash#fetch_values`
- -1 for `values_at!` (this isn't a "!" method)
+0 for `fetch_at` (it's not clear that it isn't just an alias for `#... -
03:23 AM Feature #10017: Add `Hash#fetch_values`
- one vote for `#values_at`
-
07:13 AM Feature #10084: Add Unicode String Normalization to String class
- For Nobu:
These are the three files that should be downloaded during build time
(with "If-Modified-Since" to avoid ... -
06:52 AM Feature #9826 (Closed): Enumerable#slice_between
- Applied in changeset r47652.
----------
* enum.c (enum_slice_when): New method: Enumerable#slice_when.
(slicewhen_... -
06:30 AM Feature #9826 (Open): Enumerable#slice_between
- Agreed with slice_when. Gi ahead.
Matz.
-
06:52 AM Revision cc659d2f (git): * enum.c (enum_slice_when): New method: Enumerable#slice_when.
- (slicewhen_i): New function.
(slicewhen_ii): New function.
* enumerator.c (InitVM_Enumerator): New method:
Enume... -
06:28 AM Bug #10269 (Third Party's Issue): Upgrade 2.1.2 to 2.1.3 fail
-
06:22 AM Bug #10269: Upgrade 2.1.2 to 2.1.3 fail
- [email protected] wrote:
> ruby-2.1.3 is a full ruby name and can not be used as alias name.
This is an R... -
06:08 AM Bug #10269 (Third Party's Issue): Upgrade 2.1.2 to 2.1.3 fail
- Upgrade 2.1.2 to 2.1.3 fail
on Debian 7
log:
[2014-09-20 11:57:08] migrate_rubies_alias
migrate_rubies_alias ... -
06:00 AM Feature #10267: Number of processors
- KOSAKI Motohiro <[email protected]> wrote:
> On Sat, Sep 20, 2014 at 1:03 PM, Eric Wong <normalperson@yhbt.... -
04:12 AM Feature #10267: Number of processors
- [email protected] wrote:
> matz accepted this feature including the method name,
> Etc.nprocessors_online.
I think t... -
02:49 AM Feature #10267 (Closed): Number of processors
- How about a method to obtain number of processors?
Several committers discussed this feature at RubyKaigi 2014.
... -
05:43 AM Bug #10268 (Closed): OpenSSL::PKey::EC::Point#mul causes a segmentation fault
- Following code sometimes causes SEGV on Ubuntu 14.04 x86_64.
Backtrace log is attached.
~~~ruby
require 'openssl... -
04:46 AM Bug #10264: Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
- Thank you, Hiroshi Shibata. Will do.
-
04:39 AM Bug #10264 (Rejected): Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
- >couldn't understand kern.osversion `14.0.0'
xcode 5 isn't support to Yosemite. Please upgrade xcode. -
01:49 AM Bug #10264: Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
- My config.log is here: https://gist.github.com/jamonholmgren/0c9921561daafe89bf23
Note that I put both error and s... -
02:55 AM Revision c0debb96 (git): * .travis.yml: added new configurations for osx on travis ci.
- [fix GH-723]
* test/ruby/test_object.rb: tweaked to memory leak limit for osx build.
git-svn-id: svn+ssh://ci.ruby-l... -
02:49 AM Revision 05f99bcb (git): NEWS: quoted symbol keys
- * NEWS (Language changes): add quoted symbol keys. [Feature #4276]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
02:27 AM Feature #4276: Allow use of quotes in symbol syntactic sugar for hashes
- Just a note: last evening at RubyKaigi 2014, talked to matz about this issue, and got his approval to introduce this ...
-
01:48 AM Feature #4276 (Closed): Allow use of quotes in symbol syntactic sugar for hashes
- Applied in changeset r47649.
----------
parse.y: quoted ID key
* parse.y (assoc): allow quoted ID as a key of a has... -
01:48 AM Feature #4276: Allow use of quotes in symbol syntactic sugar for hashes
- OK, I commit the previous patch.
Yell if you don't like it. -
01:48 AM Feature #9047 (Closed): Alternate hash key syntax for symbols
- Applied in changeset r47649.
----------
parse.y: quoted ID key
* parse.y (assoc): allow quoted ID as a key of a has... -
01:48 AM Feature #4935 (Closed): Quoted Label Form for 1.9 Hashes
- Applied in changeset r47649.
----------
parse.y: quoted ID key
* parse.y (assoc): allow quoted ID as a key of a has... -
01:48 AM Revision b0c03f63 (git): parse.y: quoted ID key
- * parse.y (assoc): allow quoted ID as a key of a hash literal.
[ruby-core:34453] [Feature #4276]
git-svn-id: svn+s... -
01:23 AM Bug #10266 (Closed): String#to_sym generates too big object_id?
- Applied in changeset r47648.
----------
compile.c: store IDs as Symbols
* compile.c (iseq_set_arguments): stor... -
01:23 AM Revision 7190c044 (git): compile.c: store IDs as Symbols
- * compile.c (iseq_set_arguments): store local variable IDs in
temporary list as Symbols. previously these are stor... -
01:17 AM Revision 34137621 (git): * ext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name#pretty_print):
- New method.
(OpenSSL::X509::Certificate#pretty_print): Ditto.
* ext/openssl/lib/openssl/bn.rb (OpenSSL::BN#pretty_...
09/19/2014
-
11:54 PM Bug #10266 (Closed): String#to_sym generates too big object_id?
- ## Script
~~~ruby
puts "hoge".to_sym.object_id
eval("def a(hoge:); end")
~~~
## Result on ruby 2.1.2p95 (2014-... -
11:53 PM Feature #10256: [PATCH] reduce rb_call_info_t 96 => 88 bytes on 64-bit
- -1 because of performance concern (indirect access).
I'm not sure how it is impact for not so smart CPUs.
(I wond... -
05:58 PM Feature #10256: [PATCH] reduce rb_call_info_t 96 => 88 bytes on 64-bit
- Similar patch for rb_method_definition_t, tested on a different system due to
power outages.
Not much change, but... -
10:56 PM Bug #10263 (Closed): `super` does not work from binding eval context
- Applied in changeset r47645.
----------
vm_eval.c: fix super from eval with scope
* vm_eval.c (eval_string_with_cre... -
12:41 PM Bug #10263 (Closed): `super` does not work from binding eval context
- `super` is broken when called from inside a binding eval context.
Test case:
```
class A
def foo
puts ... - 10:56 PM Revision 23b612b4 (git): * 2014-09-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:55 PM Revision fee7d485 (git): vm_eval.c: fix super from eval with scope
- * vm_eval.c (eval_string_with_cref): fix super from eval with
scope. set klass in the current control frame to the... -
10:38 PM Bug #10264: Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
- What version of your xcode? I couldn't reproduce OSX 10.10 with xcode 6.1 beta2.
-
10:10 PM Bug #10264 (Feedback): Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
- Could you show config.log?
-
04:34 PM Bug #10264: Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
- I was able to work around this by prepending the ./configure command with CC=/usr/bin/gcc
CC=/usr/bin/gcc ./co... -
04:16 PM Bug #10264 (Rejected): Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
- I'm getting a configure error when trying to compile Ruby 2.1.3 on OSX 10.10 Yosemite beta 3.
```
➜ ruby-2.1.3 ... -
07:38 PM Feature #10254: Array#each and Array#map for nested arrays
- It's a shame it's not `map_flat`, and thus in this case `map_nested`, as it would organize documentation in a nicer f...
-
06:58 PM Feature #10254: Array#each and Array#map for nested arrays
- `nested_map` makes sense since there is a `flat_map`. This is similar but different:
~~~
[[[1, 2], [3, 4]], [[5, ... -
06:01 PM Feature #10177: Hash#has_key? and Hash#has_value? should be deprecated
- +1 for `has_key?` from me.
It's more readable as natural English as pointed out earlier.
`has_key?` is more cle... -
02:59 PM Bug #10262: nmake love fails from tarball
- …と、r47642、r47644です。
ごめんなさい、とても疲れていたようです……。 -
07:08 AM Bug #10262 (Closed): nmake love fails from tarball
- バックポート用の備忘録チケットです。
現象は表題の通り、対応する修正コミットは r47641 です。 - 02:57 PM Revision 0df55df4 (git): * ChangeLog: typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:06 AM Bug #10259 (Closed): send を使った attr_writer への書き込みができない場合がある
- Applied in changeset r47643.
----------
symbol.c: fix dynamic attrset ID
* symbol.c (rb_str_dynamic_intern): check ... -
06:26 AM Bug #10259: send を使った attr_writer への書き込みができない場合がある
- ruby 2.2.0dev (2014-09-19 trunk 47640) [x86_64-linux] でも
ruby 2.2.0-preview1 同様に例外が発生することを確認しました。 -
11:06 AM Revision ac3c851b (git): symbol.c: fix dynamic attrset ID
- * symbol.c (rb_str_dynamic_intern): check if the stem ID of
attrset ID is already registered as a static ID.
[rub... -
07:04 AM Revision 3558e886 (git): Makefile.sub: fix typo
- * win32/Makefile.sub: fix typo, replace "ekse" with "else".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47642 ... - 06:49 AM Revision 2aa96587 (git): * win32/win32.c (VCSUP): nothing to do if this worktree is not under
- any VCS (it means that the worktree may be from the release package).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
05:53 AM Revision eb0e3fe7 (git): intern.h: rb_str_new_literal
- * include/ruby/intern.h (rb_str_new_literal): make ruby string
from literal C-string. incorporated from mruby.
gi... -
05:53 AM Revision abac8485 (git): string.c: rb_str_new_static
- * string.c (rb_str_new_static): create string object with static
buffer. incorporated from mruby.
* string.c (rb_... -
05:07 AM Feature #8365: Make variables objects
- I have noticed newly added Binding#local_variable_get and Binding#local_variable_set. I wanted to express appreciation.
-
04:55 AM Revision 99084566 (git): README.EXT: utf-8 string functions
- * README.EXT (String Functions): rb_utf8_str_new() and
rb_utf8_str_new_cstr().
git-svn-id: svn+ssh://ci.ruby-lang.... -
02:40 AM Revision 445086e5 (git): class.c: do not freeze class of hidden object
- * class.c (rb_freeze_singleton_class): get rid of freeze class of
hidden object to fix segfaults.
* include/ruby/r... -
02:01 AM Revision 431dc5c8 (git): ruby.h: err rb_check_safe_str explicitly
- * include/ruby/ruby.h (rb_check_safe_str, Check_SafeStr): show
error message to update for obsolete function and ma... -
01:47 AM Feature #10261 (Closed): [PATCH] Fix improper test method
- Applied in changeset r47635.
----------
test_math.rb: use Float#infinite?
* test/ruby/test_math.rb (TestMath#assert... -
01:47 AM Revision 5cd2d583 (git): test_math.rb: use Float#infinite?
- * test/ruby/test_math.rb (TestMath#assert_infinity): Float#finite?
returns true also for NaN, so use Float#infinite... -
01:46 AM Revision 8b9afe65 (git): error.c: preserve encoding
- * error.c (rb_error_frozen_object): preserve encoding of class
name in error message.
git-svn-id: svn+ssh://ci.rub... -
01:45 AM Revision d9a59740 (git): class.c: do not freeze meta-meta-class
- * class.c (rb_freeze_singleton_class): should not propagate to
meta-meta-class, and so on, which is shared with the...
09/18/2014
-
11:30 PM Bug #9356: TCPSocket.new does not seem to handle INTR
- Eric Wong wrote:
> Thanks for confirming. Unfortunately, EINTR is not easy to trigger on a
> connect test case t... -
07:32 PM Bug #9356: TCPSocket.new does not seem to handle INTR
- [email protected] wrote:
> Perhaps, we should write a test that actually causes EINTR during `connect`.
>
> ... -
03:03 PM Bug #9356: TCPSocket.new does not seem to handle INTR
- Perhaps, we should write a test that actually causes EINTR during `connect`.
But, when I committed r7931, there wa... -
11:16 PM Bug #10260 (Third Party's Issue): Cannot install "thin" gem
- I already fixed eventmachine.
https://github.com/eventmachine/eventmachine/commits/master
Please request bump v... -
07:22 PM Bug #10260: Cannot install "thin" gem
- [email protected] wrote:
> checking for rb_thread_blocking_region()... no
This is a deprecated API, maybe... -
06:39 PM Bug #10260 (Third Party's Issue): Cannot install "thin" gem
- When I try to install "thin" gem, I get the following error:
~~~
$ sudo gem install thin
Building native extensi... - 08:38 PM Revision c7d0edb5 (git): * 2014-09-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:37 PM Revision 65333e1f (git): NEWS: note --with-jemalloc option [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:59 PM Feature #10261 (Closed): [PATCH] Fix improper test method
- Right now, a test method `TestMath#assert_infinity` implement like below,
```
def assert_infinity(a, *rest)
re... -
05:53 PM Bug #10259 (Closed): send を使った attr_writer への書き込みができない場合がある
- ```
class Hoge; attr_writer :a; end
Hoge.new.send(:"#{:a}=", 1)
# => 1 (ruby 2.1.2)
# hoge.rb:3:in `<main>': un... -
04:55 PM Revision 95c472c9 (git): * version.h (RUBY_VERSION): bump RUBY_VERSION to 2.1.3.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@47629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:33 PM Feature #10254 (Feedback): Array#each and Array#map for nested arrays
- It should be separated in different method, e.g. #nested_map in my opinion.
Matz.
-
02:33 AM Feature #10254 (Feedback): Array#each and Array#map for nested arrays
- In order to allow iteration over elements of arrays nested within an array, I propose to pass `Array#each` and `Array...
-
04:08 PM Bug #10253: ruby v>= 2.1.2 build fails @ `make install` with error: "integer 8070450537616637957 too big to convert to `int' "; v<= 2.0.0 is OK.
- removing rvm from the situation:
a src build of ruby 2.1.2 fails similarly
~~~
wget http://cache.ruby-lang.org... -
02:54 PM Bug #10253: ruby v>= 2.1.2 build fails @ `make install` with error: "integer 8070450537616637957 too big to convert to `int' "; v<= 2.0.0 is OK.
- `rvm install` of ruby ver <= 2.0.0 appears ok.
`rvm install` of ruby ver >= 2.1.1 FAILs as above
is the issue wit... -
04:05 PM Bug #10258 (Closed): conversion WIN32OLE_VARIANT and Time
- 今日、うささんに教えていただいたテストの失敗は、こういう事象と同様だと思われます。
require 'win32ole'
t0 = Time.new(2014,9,19)
t0 += 0.9999
v = WIN32OLE_V... -
03:59 PM Feature #3901 (Closed): WIN32OLE_VARIANT.new method lacks consistency
- 放置していてすみません。
2.2.0 では TypeErrorにすることにしました。 - 03:26 PM Revision 125fbea5 (git): merge revision(s) 45540: [Backport #9910]
- ossl.c: OPENSSL_LIBRARY_VERSION
* ext/openssl/ossl.c (Init_openssl): add constant OPENSSL_LIBRARY_VERSION
... -
03:24 PM Bug #10257 (Closed): Generate X.509 certificate/request/CRL with elliptic curve keys
- Elliptic curve keys (`OpenSSL::PKey::EC`) cannot currently be used with the X.509 classes in Ruby OpenSSL. This is du...
-
02:51 PM Revision dc70a9c4 (git): fbuffer.h: expand arguments
- * ext/json/fbuffer/fbuffer.h (fbuffer_to_s): expand arguments, for
fix with rb_str_new macro.
git-svn-id: svn+ssh:... -
02:51 PM Revision 1495c2f8 (git): string.c: UTF-8 string function
- * string.c (rb_utf8_str_new, rb_utf8_str_new_cstr): make UTF-8
string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
09:50 AM Feature #10098: [PATCH] Timing-safe string comparison for OpenSSL::HMAC
- Keen to hear feedback if any. Completely understand there are many more important tickets than this one, but it would...
- 07:30 AM Revision c825eee9 (git): * test/rubygems/test_gem_commands_setup_command.rb: @ui uses StringIO
- as its streams, and Encoding.default_external does not effect to
stringIOs already exist. so, we need to set exter... -
06:45 AM Feature #10256 (Rejected): [PATCH] reduce rb_call_info_t 96 => 88 bytes on 64-bit
- Instead of using an 8-byte function pointer, use a small index
(may be <=1 byte, but currently 2 bytes for alignment... - 06:03 AM Revision 5de2bb43 (git): * test/rubygems/test_gem_specification.rb: '/' is not always the root.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:58 AM Feature #10255 (Open): Math.log: check domain of base argument
- I suppose Math.log with base 0 or 1 is undefinable or has no meaning, so I think it should be raise `Math::DomainErro...
-
04:30 AM Feature #9826: Enumerable#slice_between
- I updated the patch at today's lunch break: slice_when.patch
It defines Enumerable#slice_when and it doesn't support... -
01:30 AM Revision 0ad72caa (git): add .tar.xz
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:36 AM Revision 4cd2a4d7 (git): vm_method.c: configurable global method cache size
- * vm_method.c (Init_Method): make global method cache size
configurable by environment variable
"RUBY_GLOBAL_METH...
09/17/2014
- 10:05 PM Revision 11548f92 (git): test/-ext-/string/test_modify_expand.rb: increase limit for {je,tc}malloc
- In this test, jemalloc and tcmalloc are both more hesitant to
release memory to the kernel than the stock glibc alloc... - 10:01 PM Revision 338cea74 (git): ext/zlib/zlib.c (struct gzfile): pack (288 => 272 bytes) on 64-bit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:30 PM Bug #9356: TCPSocket.new does not seem to handle INTR
- I've squashed my v5 and v4 patches together as r47617. Thanks NoICE for
the confirmation on OSX (where this proble... -
09:21 PM Bug #9356 (Closed): TCPSocket.new does not seem to handle INTR
- Applied in changeset r47617.
----------
socket (rsock_connect): fix and refactor for blocking
* ext/socket/init.c (... -
09:29 AM Bug #9356: TCPSocket.new does not seem to handle INTR
- Tried both patches at once on current ruby HEAD, let it run for 20 minutes and the issue didn't happen. So .. the pat...
-
07:58 AM Bug #9356: TCPSocket.new does not seem to handle INTR
- [email protected] wrote:
> Any news on this issue? Something is causing this ENOTCONN issue on OS
> X and this issue ... - 09:21 PM Revision 0744ae57 (git): * 2014-09-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:20 PM Revision 7914a872 (git): socket (rsock_connect): fix and refactor for blocking
- * ext/socket/init.c (rsock_connect): refactor for blocking
(wait_connectable): clear error before wait
[Bug #9356... -
08:07 PM Feature #10251: URI: Support wildcards (globbing) in no_proxy
- Example should be `*.example.com,192.168.*`
-
05:24 PM Feature #10251 (Open): URI: Support wildcards (globbing) in no_proxy
- The current implementation of URI#find_proxy will only exclude exact matches when processing the no_proxy environment...
-
07:29 PM Bug #10253 (Closed): ruby v>= 2.1.2 build fails @ `make install` with error: "integer 8070450537616637957 too big to convert to `int' "; v<= 2.0.0 is OK.
- referred from:
https://github.com/wayneeseguin/rvm/issues/3036#issuecomment-55945003
> "this might be an bug ca... -
06:16 PM Bug #10250: User-Agent HTTP header not being set on CONNECT requests
- In the (RFC2817, May.2000) doc you reference, section "5.2 Requesting a Tunnel with CONNECT" indicates that "Other HT...
-
01:46 PM Bug #10250: User-Agent HTTP header not being set on CONNECT requests
- I found that the internet-draft (Dec.1995) mentioned about the User-Agent header for CONNECT, but the final RFC (RFC2...
-
12:43 PM Bug #10250 (Rejected): User-Agent HTTP header not being set on CONNECT requests
- (This was originally reported as RubyGems issue https://github.com/rubygems/rubygems/issues/1012, contributors determ...
-
06:03 PM Bug #10252 (Closed): [PATCH] digest/rmd160 looks for wrong OpenSSL function
- Hello,
At ext/digest/rmd160/extconf.rb, there is:
OpenSSL.check_func("RMD160_Transform", "openssl/ripemd.h")
... -
02:53 PM Revision 106075ea (git): Re-apply r43023 which is accidentally reverted by r47598
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:15 PM Revision e37aab94 (git): * lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rb
- assumes it is present, and will refuse all values otherwise.
by Matthew Draper <[email protected]>
https://githu... -
07:47 AM Feature #10173 (Closed): Remove meaningless ensure
- I merged latest rubygems at r47582
- 07:26 AM Revision f5e06db3 (git): ext/zlib/zlib.c (zlib_mem_alloc): check overflow
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:19 AM Misc #10249 (Closed): [PATCH] set rb_event_flag_t to uint32_t
- This ensures a consistent implementation between 32 and 64-bit
platforms, as vm_trace.c limits events to 32-bits.
... -
06:25 AM Bug #9971: potential stack overflow check deadlock (fixed at r46495)
- partially backported into `ruby_2_0_0` at r47612.
とりあえず、現時点で `ruby_2_0_0` にある部分については取り込みました。 - 06:23 AM Revision 43e1316e (git): merge revision(s) 46495: [Backport #9971]
- signal.c: no cfunc frame at stack overflow
* signal.c (check_stack_overflow): avoid pushing a cfunc frame,
... -
06:10 AM Bug #10242: Backport r47591 (Pathname#relative_path_from crash)
- backported into `ruby_2_0_0` at r47611.
- 06:09 AM Revision 95285e34 (git): merge revision(s) 47591: [Backport #10242]
- * ext/pathname/lib/pathname.rb (SAME_PATHS):
Pathname#relative_path_from uses String#casecmp to compare str... -
06:08 AM Bug #10241: Backport r47590 (fix a typo in fiddle/import.rb)
- backported into `ruby_2_0_0` at r47610.
- 06:08 AM Revision 8676e7a9 (git): merge revision(s) 47590: [Backport #10241]
- * ext/fiddle/lib/fiddle/import.rb (Fiddle::Importer#sizeof): fix typo,
SIZEOF_LONG_LON. [Fix GH-714]
git... -
06:06 AM Bug #8315: mkmf does not include include paths from pkg_config anymore
- backported into `ruby_2_0_0` at r47609.
nagachika san:
I think that r44459 (and r44470) is a bug fix (lack of spe... - 06:03 AM Revision f83fb0b4 (git): merge revision(s) 44459,44470,47457: [Backport #8315]
- * lib/mkmf.rb (configuration): Make CXXFLAGS customizable.
Patch by Kohei Suzuki (eagletmt). [Fixes GH-492]... -
05:56 AM Bug #9766: Add force_encoding option to csv
- backported into `ruby_2_0_0` at r47608.
- 05:56 AM Revision 58ff66b1 (git): merge revision(s) 46391,46395: [Backport #9766]
- * lib/csv.rb (CSV#<<): honor explicity given encoding. based on
the patch by DAISUKE TANIWAKI <daisuketani... -
04:58 AM Feature #10077: [PATCH] Implement Matrix#row_merge and Matrix#column_merge
- On Sep 16, 2014, at 4:21 PM, [email protected] wrote:
> So I propose `horz_merge` and `vert_merge`. Dose it m... -
04:49 AM Feature #10225: [PATCH] *math.c: New method Math.normcdf
- On Sep 16, 2014, at 4:14 PM, [email protected] wrote:
> Actually I know that gem(how nice it is!), I'm discon... -
02:33 AM Bug #10248: Possible missing test or bug for Module#include and Module#prepend
- Ahh... just found it. https://bugs.ruby-lang.org/issues/9112
Thanks -
02:30 AM Bug #10248: Possible missing test or bug for Module#include and Module#prepend
- Nobuyoshi Nakada wrote:
> It's a TODO, which should be fixed in the future, and there are some related tickets.
I... -
02:17 AM Bug #10248: Possible missing test or bug for Module#include and Module#prepend
- It's a TODO, which should be fixed in the future, and there are some related tickets.
-
02:33 AM Revision 842e0b05 (git): * test/fiddle/test_import.rb (Fiddle::TestImport#test_sizeof):
- added test for long long [fix GH-716]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47607 b2dd03c8-39d4-4d8f-98f... -
02:09 AM Revision b14afd8f (git): * tool/rbinstall.rb: fixed invalid options with latest rubygems.
- https://github.com/rubygems/rubygems/issues/1013
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47606 b2dd03c8-39... - 12:54 AM Revision 3e9a71d7 (git): * 2014-09-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:54 AM Revision f2f81900 (git): vm_method.c: single expression
- * vm_method.c (GLOBAL_METHOD_CACHE): make a single expression.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@476...
09/16/2014
-
11:21 PM Feature #10077: [PATCH] Implement Matrix#row_merge and Matrix#column_merge
- @David MacMahon
Thank you!
It make sense for me.
As you said,
> the name "row_merge" seems to have an am... -
11:14 PM Feature #10225: [PATCH] *math.c: New method Math.normcdf
- @David MacMahon
Actually I know that gem(how nice it is!), I'm disconsolate about a few people knowing that gem.
... -
09:19 PM Misc #9006: build and host binary rubies
- It seems to be a good time to make the RVM-provided binaries official by hosting them at http://ftp.ruby-lang.org/pub...
-
09:02 PM Bug #10231: Process.detach(pid) defines new singleton classes every call
- Eric Wong wrote:
> The above behaves inconsistently depending on scheduling. Presumably
> the thread waiting on ... -
01:08 AM Bug #10231: Process.detach(pid) defines new singleton classes every call
- [email protected] wrote:
> FWIW, JVM always does a waiter thread to avoid multiple calls to
> waitpid (which as ... -
06:39 PM Bug #10248: Possible missing test or bug for Module#include and Module#prepend
- Module#ancestors is still respected for which modules to look up so it is somewhat consistent, but rather confusing ...
-
06:32 PM Bug #10248: Possible missing test or bug for Module#include and Module#prepend
- A couple questions:
1. Which of the two cases tested is unexpected (or is it both)? The two cases are (in pseudo-s... -
06:08 PM Bug #10248 (Closed): Possible missing test or bug for Module#include and Module#prepend
- I've been implementing Module#prepend for JRuby. I ran into this test https://github.com/jruby/jruby/blob/master/test...
-
04:19 PM Bug #10246: CSV.parse(csv_string, headers: col_headers) reports undefined method `table'
- Aloha Justin,
Looks like the correct URL is here:
http://www.railsonmaui.com/blog/2014/09/15/pry-ruby-array-zip-... -
08:37 AM Bug #10246: CSV.parse(csv_string, headers: col_headers) reports undefined method `table'
- Justin Gordon wrote:
> I've detailed repro steps here: http://railsonmaui-octopress.dev/blog/2014/09/15/pry-ruby-arr... -
07:26 AM Bug #10246 (Closed): CSV.parse(csv_string, headers: col_headers) reports undefined method `table'
- I've detailed repro steps here: http://railsonmaui-octopress.dev/blog/2014/09/15/pry-ruby-array-zip-csv-and-the-hash-...
-
03:37 PM Bug #9356: TCPSocket.new does not seem to handle INTR
- Any news on this issue? Something is causing this ENOTCONN issue on OS X and this issue might be related:
13.3.0 D... -
11:54 AM Feature #10059: [PATCH and SUGGEST] 代数構造を記述する時にメタプログラミングは非常に非常に強力ですが
- RDocの件について、前述の"def xxx end if false"のように常に偽になるなら話は簡単ですが、極端な場合だと "def xxx end if rand(5)<3" のようにランダムにメソッド定義が発生するコードも可能...
-
11:42 AM Feature #9794: DateTime.strptime() doesn't work correctly for '%s %z'
- Eric Hodel wrote:
> Felipe, your extreme rudeness has no place here.
>
> The rejection reason is described in #74... -
10:19 AM Feature #10247 (Closed): Please update comment of bm_app_aobench.rb
- Applied in changeset r47603.
----------
bm_app_aobench.rb: update links [ci skip]
* benchmark/bm_app_aobench.rb: u... -
09:02 AM Feature #10247 (Closed): Please update comment of bm_app_aobench.rb
- 三浦と申します
benchmark/bm_app_aobench.rbの先頭から3,4行目のコメント
`# http://lucille.atso-net.jp/blog/?p=642`
`# htt... -
10:18 AM Revision 29329d55 (git): bm_app_aobench.rb: update links [ci skip]
- * benchmark/bm_app_aobench.rb: update outdated links to the
original program. [ruby-dev:48550] [Feature #10247]
g... -
05:52 AM Bug #10245: TestTimeTZ#test_gen_Europe_Lisbon_111 fails with recent tzdata
- BTW I have not tested it, but I'd expect that this is issue for all currently supported Ruby releases.
-
05:48 AM Bug #10245 (Closed): TestTimeTZ#test_gen_Europe_Lisbon_111 fails with recent tzdata
- In Fedora, tzdata were recently updated to tzdata-2014g-1.fc22 [1]. Since that update, one test case fails:
~~~
$... -
05:08 AM Feature #10214 (Closed): new functions for compare of symbols in C API
-
03:11 AM Bug #10244: Garbage Collector not being triggered
- On 2014/09/16 11:35, Michel Boaventura wrote:
>>Ruby doesn't know about memories >`malloc`ed inside gdk library, so... -
02:04 AM Bug #10244 (Third Party's Issue): Garbage Collector not being triggered
- Michel Boaventura wrote:
> I'm trying to understand why this simple script doesn't trigger a single run of the GC an... -
01:49 AM Bug #10244 (Third Party's Issue): Garbage Collector not being triggered
- Hi all,
I'm trying to understand why this simple script doesn't trigger a single run of the GC and eats all memory... -
02:44 AM Revision c49c63e0 (git): regenc.h: shrink PosixBracketEntryType
- * regenc.h (PosixBracketEntryType): shrink by embedding `name` and
reordering.
git-svn-id: svn+ssh://ci.ruby-lang.... -
02:44 AM Revision 5f63d9e7 (git): regparse.c: remove unused variable
- * regparse.c (add_ctype_to_cc): suppress a warning by removing
unused variable.
git-svn-id: svn+ssh://ci.ruby-lang... -
02:44 AM Revision 57a16887 (git): sprintf.c: integer overflow
- * sprintf.c (rb_str_format): fix a possible integer overflow and
suppress implicit conversion warnings.
git-svn-id... -
12:13 AM Feature #10240: `String#to_a`
- Matz is right. I was wrong about the idea. In the cases I showed, I should have had `nil` values instead of empty str...
09/15/2014
-
07:00 PM Bug #10231: Process.detach(pid) defines new singleton classes every call
- Eric Wong wrote:
> I prefer deliberately leaving out Process::Waiter and Thread references,
> since I think we ma... - 04:18 PM Revision 279086dd (git): * 2014-09-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:18 PM Revision d2a53542 (git): * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Bug #9971: potential stack overflow check deadlock (fixed at r46495)
- まだ完全ではないとのことでしたが、念のため r46495 と r46499 を r47597 で `ruby_2_1` へバックポートしました。
-
02:23 PM Revision 155b12e6 (git): merge revision(s) r46495,r46499: [Backport #9971]
- signal.c: no cfunc frame at stack overflow
* signal.c (check_stack_overflow): avoid pushing a cfunc frame,
... -
02:11 PM Bug #10242: Backport r47591 (Pathname#relative_path_from crash)
- Backported into `ruby_2_1` branch at r47596.
-
01:22 PM Bug #10242 (Closed): Backport r47591 (Pathname#relative_path_from crash)
- r47591 で修正された pathname.rb の当該箇所は 2.0.0 と 2.1 でも同様で、Encodingが異なる文字列でString#casecmpがnilを返す点も同じなので同様の問題があると思います。
バックポ... -
02:11 PM Revision e54ec54d (git): merge revision(s) r47591: [Backport #10242]
- * ext/pathname/lib/pathname.rb (SAME_PATHS):
Pathname#relative_path_from uses String#casecmp to compare str... -
01:33 PM Bug #10241: Backport r47590 (fix a typo in fiddle/import.rb)
- Backported into `ruby_2_1` branch at r47595.
-
01:10 PM Bug #10241 (Closed): Backport r47590 (fix a typo in fiddle/import.rb)
- r47590 で修正された typo は 2.0.0, 2.1 にもあります。
バックポート管理用チケットなので Close 状態で作成します。 -
01:33 PM Revision eba7b76c (git): merge revision(s) r47590: [Backport #10241]
- * ext/fiddle/lib/fiddle/import.rb (Fiddle::Importer#sizeof): fix typo,
SIZEOF_LONG_LON. [Fix GH-714]
git... -
07:38 AM Feature #10177: Hash#has_key? and Hash#has_value? should be deprecated
- Salutations,
First Last wrote:
> Tsuyoshi Sawada wrote:
> > I don't understand how `has_key?` is better
>
> I... - 07:31 AM Revision d198d64e (git): trivial packing for on-stack structs
- * io.c (struct io_advise_struct): 32 => 24 bytes on 64-bit
* io.c (struct io_internal_writev_struct): 24 => 16 bytes ... - 07:17 AM Revision 667d502a (git): benchmark/bm_app_aobench.rb: spelling fix [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:12 AM Bug #8315: mkmf does not include include paths from pkg_config anymore
- Sorry, r47587 breaks build of digests/*.
I overlooked r44459 and r44460 because they seems a new feature (and ther... -
02:08 AM Revision d67632d2 (git): merge revision(s) r44459,r44470: [Backport #8315]
- * lib/mkmf.rb (configuration): Make CXXFLAGS customizable.
Patch by Kohei Suzuki (eagletmt). [Fixes GH-492]... -
01:29 AM Revision 8ae989f6 (git): pathname.rb: fix a Pathname#relative_path_from crash on
- * ext/pathname/lib/pathname.rb (SAME_PATHS):
Pathname#relative_path_from uses String#casecmp to compare strings
o... -
12:45 AM Bug #10235 (Rejected): make fails to configure OpenSSL on OS X 10.9.4 (Mavericks)
-
12:43 AM Revision 065b6d2b (git): fiddle/import.rb: fix typo
- * ext/fiddle/lib/fiddle/import.rb (Fiddle::Importer#sizeof): fix typo,
SIZEOF_LONG_LON. [Fix GH-714]
git-svn-id: ...
09/14/2014
- 11:13 PM Revision 80f43199 (git): * 2014-09-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:13 PM Revision 230b845f (git): sprintf.c: improve rational 'f' format
- * sprintf.c (rb_str_format): rational 'f' format works for more
values. [fix GH-717]
git-svn-id: svn+ssh://ci.rub... -
07:58 PM Feature #10240: `String#to_a`
- I understand your intention, but I think proposed behavior is bit awkward for `to_a` of String class.
As you know `t... -
02:51 PM Feature #10240 (Rejected): `String#to_a`
- I often want to exclude the empty strings from an array of strings. A use case is to join an array of strings with `"...
-
06:29 PM Feature #10177: Hash#has_key? and Hash#has_value? should be deprecated
- I guess the culture gap (not language gap) is leading to imbroglio in this case.
http://en.wikipedia.org/wiki/High... -
05:00 AM Feature #10177: Hash#has_key? and Hash#has_value? should be deprecated
- First Last wrote:
> That the conjugation can be off is nothing, next to not knowing what question is being asked.
... -
04:43 AM Feature #10177: Hash#has_key? and Hash#has_value? should be deprecated
- Tsuyoshi Sawada wrote:
> I don't understand how `has_key?` is better
I already explained it, all I can do is rest... -
04:15 AM Feature #10177: Hash#has_key? and Hash#has_value? should be deprecated
- `has_key?` is one of the few exceptions to the naming convention in that it uses the third person singular present fo...
-
04:15 PM Bug #8315: mkmf does not include include paths from pkg_config anymore
- Backported into `ruby_2_1` branch at r47587.
-
04:13 PM Revision fa9c5230 (git): merge revision(s) r47457: [Backport #8315]
- * lib/mkmf.rb (MakeMakefile#pkg_config): append --cflags to also
$CXXFLAGS, as they are often used by C++ c... -
03:31 PM Bug #10218 (Closed): 手続きを再帰するとSegmentation faultが発生する
- おっしゃる通り #9454 や #9945 と同様で、 trunk では修正済み、2.1 ブランチでも(おそらく 2.0.0 でも)同様の修正が取り込まれているはずです。(RubyCI では稀にまだ失敗することがあるようですが)。
-
03:26 PM Bug #9766: Add force_encoding option to csv
- r46391 and r46395 were backported into `ruby_2_1` branch at r47586.
-
03:25 PM Revision 7139427c (git): merge revision(s) r46391,r46395: [Backport #9766]
- * lib/csv.rb (CSV#<<): honor explicity given encoding. based on
the patch by DAISUKE TANIWAKI <daisuketani... -
02:47 PM Bug #9907: Abbreviated method assignment with private attr_writer/attr_reader does not work.
- This seems a spec change for me. Any comments?
-
10:23 AM Feature #10017: Add `Hash#fetch_values`
- For the reason Andrew pointed out, I also prefer `#fetch_values`.
Maybe we need to conduct voting?
Matz.
-
09:56 AM Bug #10222: require_relative and require should be compatible with each other when symlinks are used
- Curious behaviour indeed, there may be a reason why symlinks were assumed to behave differently.
-
09:54 AM Bug #10239 (Closed): Regexp.quote() and default encoding
- Hello,
I am not sure if this is a bug, or unexpected behaviour (for me).
I will simply report it, I am sure you... - 07:58 AM Revision 7b09deef (git): vm.inc.tmpl + instruction.rb: typo fixes
- * template/vm.inc.tmpl: "insns.c" => "insns.def"
* tool/instruction.rb: typo fix
git-svn-id: svn+ssh://ci.ruby-lang.... - 03:30 AM Revision ee04ba60 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:30 AM Revision b41b613e (git): * test/test_tracer.rb: fixed testcase for rubygems update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:30 AM Revision 4de117a6 (git): * lib/rubygems: Update to RubyGems 2.4.1 master(713ab65)
- Complete history at:
https://github.com/rubygems/rubygems/blob/master/History.txt#L3-L216
* test/rubygems: ditto.
... -
02:04 AM Revision e548c09d (git): * ext/psych/lib/psych.rb: update version
- * ext/psych/psych.gemspec: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47581 b2dd03c8-39d4-4d8f-98ff-823... -
01:56 AM Revision e5a3c25a (git): compile.c, gc.c: suppress warnings
- * compile.c (iseq_compile_each): suppress implicit conversion
warning by old apple gcc 4.2.
* gc.c (RVALUE_FLAGS_A... -
12:28 AM Feature #10228: Statistics module
- The Ruby/GSL gem provides a Ruby interface to GSL which provides a great deal of statistical functionality and much ...
-
12:16 AM Feature #10238 (Assigned): todo: remove dependency on malloc_usable_size
- malloc_usable_size shows up at or near the top of many profiles for me.
We should be able to use ruby_sized_xfree ...
Also available in: Atom