Project

General

Profile

Activity

From 03/13/2015 to 03/19/2015

03/19/2015

10:47 PM Feature #10982: Clarify location of NoMethod error
This new syntax is a pretty sizable divergence from traditional Ruby error reporting. At the moment, errors generally... parkr (Parker M)
08:32 PM Feature #10883: Passing a block to itself
Nobuyoshi Nakada wrote:
> Why `itself` doesn't return itself?
> It seems very confusing.
Why can't we just tie i...
baweaver (Brandon Weaver)
08:17 PM Bug #10985 (Closed): Ruby 2.2 respond_to_missing?/method_missing/Object#method is not detecting properly
I'm one of the maintainers of the hashie gem. We had some reports that one of our specs started failing with Ruby 2.2... michaelherold (Michael Herold)
02:20 PM Bug #10984: Hash#contain? to check whether hash contains other hash
Erik Michaels-Ober wrote:
> I agree that `#include?` is a more consistent and appropriate name for this method. I wo...
olivierlacan (Olivier Lacan)
02:11 PM Bug #10984: Hash#contain? to check whether hash contains other hash
I agree that `#include?` is a more consistent and appropriate name for this method. I would prefer to see that change... sferik (Erik Michaels-Ober)
02:00 PM Bug #10984 (Closed): Hash#contain? to check whether hash contains other hash
Comparing hashes seems like a common practice but there currently isn't a method to ask a
hash instance whether it ...
olivierlacan (Olivier Lacan)
01:13 PM Revision 8ed4c1a4 (git): * gc.c (rb_copy_wb_protected_attribute): `dest' can be WB unprotected.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
12:26 PM Revision 531f775f (git): * gc.c (rb_copy_wb_protected_attribute): demote `dest' object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:56 AM Feature #10600: [PATCH] Queue#close
Another item for the survey - this is how Go channels implement close (and rendezvous)
https://docs.google.com/doc...
djellemah (John Anderson)
10:12 AM Misc #10983: Why blocks make Ruby methods 439% slower ?
To capture local variables and so on (== an environment) for several frames is too heavy.
For example,
```ruby
...
ko1 (Koichi Sasada)
09:03 AM Misc #10983 (Open): Why blocks make Ruby methods 439% slower ?
https://www.omniref.com/ruby/2.2.0/symbols/Proc/yield#annotation=4087638&line=711&hn=1
~~~ruby
require 'benchmark...
Sega100500 (Сергей Е)
07:19 AM Revision 1643234f (git): * gc.c, internal.h: export rb_gc_verify_internal_consistency().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
07:16 AM Revision 9546ba46 (git): * gc.c (obj_info): show allocation site if GC_DEBUG is not 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
07:14 AM Revision f537854f (git): * gc.c (newobj_of): fix RGENGC_OLD_NEWOBJ_CHECK logics.
* skip on incremental marking because not sure what happen :p
* rb_gc_writebarrier_remember() is enough to mark chi...
ko1 (Koichi Sasada)
07:10 AM Revision 38cfec90 (git): * gc.c (rb_copy_wb_protected_attribute): need demote for old objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
02:38 AM Revision 5155a402 (git): win32.c: S_IFLNK
* win32/win32.c (fileattr_to_unixmode): set symlink for reparse
points.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
nobu (Nobuyoshi Nakada)
02:37 AM Revision e2853f5d (git): win32.c: no S_IWGRP and S_IWOTH
* win32/win32.c (fileattr_to_unixmode): do not set S_IWGRP and
S_IWOTH reset in wstati64.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
02:04 AM Revision 663eefcb (git): Makefile.in: CONFIGURE
* Makefile.in (CONFIGURE): make configure script name selectable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)
01:31 AM Revision 5e132260 (git): random.c: fix handle to release
* random.c (fill_random_bytes): release the handle in the static
variable, not a local variable.
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
12:09 AM Revision 56081d8a (git): common.mk: verconf.h by BOOTSTRAPRUBY
* common.mk (verconf.h): use BOOTSTRAPRUBY as generic_erb.rb and
the template are not dependent on built-in constan...
nobu (Nobuyoshi Nakada)

03/18/2015

10:25 PM Bug #9010: ./configure --prefix= cannot handle directories with spaces
Still hitting this with ruby 2.2.1.
## Steps To Reproduce
mkdir "$PWD/fake home"
export HOME="$PWD/fak...
postmodern (Hal Brodigan)
09:31 PM Revision 6964df9a (git): * object.c (rb_obj_clone): do not touch age (FL_PROMOTED[01]) because
rb_obj_alloc() can return old object in debug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50017 b2dd03c8-39...
ko1 (Koichi Sasada)
09:30 PM Revision 5f879f76 (git): * test/objspace/test_objspace.rb: flag name was changed
(long_lived -> uncollectible).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50016 b2dd03c8-39d4-4d8f-98ff-823...
ko1 (Koichi Sasada)
08:31 PM Revision 4690e622 (git): * iseq.c (iseq_mark): skip some marking if iseq->orig is available.
* iseq.c (rb_iseq_clone): need WB for iseq1->klass = iseq0->klass
(done in MEMCPY).
git-svn-id: svn+ssh://ci.rub...
ko1 (Koichi Sasada)
07:57 PM Revision 05704f51 (git): * internal.h (IMEMO_DEBUG): added.
* internal.h: remove unused FL_IMEMO_MARK_V[0-3].
* gc.c (rb_imemo_new_debug): added.
* gc.c (obj_info): show imemo t...
ko1 (Koichi Sasada)
07:54 PM Revision 33aaa89a (git): * gc.c (RGENGC_OLD_NEWOBJ_CHECK): add check mechanism.
If RGENGC_OLD_NEWOBJ_CHECK > 0, then create old objects
(not new objects) periodically.
Create one old objects pe...
ko1 (Koichi Sasada)
07:47 PM Revision 9c64155f (git): * enum.c (enum_sort_by): add WBs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
06:46 PM Revision 92fa998c (git): * gc.c (check_rvalue_consistency): refactoring.
* not inline on RGENGC_CHECK_MODE > 0.
* check SPECIAL_CONST_P(obj) first.
* add a check that remembered_bit is o...
ko1 (Koichi Sasada)
06:02 PM Revision 27356db7 (git): * 2015-03-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:02 PM Revision 975c4179 (git): * gc.c: rename terminologies.
* long_lived -> uncollectible:
because this bitmap does not mean "long lived objects in past",
but means "pro...
ko1 (Koichi Sasada)
05:59 PM Feature #10982 (Closed): Clarify location of NoMethod error
In Ruby, the error `NoMethodError` on happens frequently, especially when it occurs on `nil`. This error can be confu... schneems (Richard Schneeman)
10:04 AM Revision 6a505da9 (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:02 AM Revision d2bfccd2 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:02 AM Revision ec4624b0 (git): * gc.c (gc_writebarrier_generational): add an alternative write
barrier (WB) implementation.
When finding reference from [Old obj] to [New obj] by WB, current
implementation mar...
ko1 (Koichi Sasada)
08:22 AM Bug #10981 (Feedback): couchbase-1.3.11 - [BUG] Segmentation fault at 0x00000000000440
Please show the crash report file. nobu (Nobuyoshi Nakada)
07:14 AM Bug #10981 (Closed): couchbase-1.3.11 - [BUG] Segmentation fault at 0x00000000000440
couchbase-1.3.11/lib/couchbase_ext.bundle: [BUG] Segmentation fault at 0x00000000000440
ruby 2.2.0p0 (2014-12-25 rev...
omryhay (Omry Hay)
08:15 AM Revision 3b1e2803 (git): * gc.c (RVALUE_PROMOTE_RAW): rename to RVALUE_OLD_LONG_LIVED_SET()
to make clear.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
08:12 AM Revision 38577777 (git): * gc.c (check_rvalue_consistency): do not need to check is_sweeping().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
08:08 AM Revision 5b91f08a (git): gmake.mk: showflags
* defs/gmake.mk (showflags): more targets to show flags.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50003 b2d...
nobu (Nobuyoshi Nakada)
05:15 AM Revision 683e8236 (git): * benchmark/bm_vm1_gc_wb_ary.rb: run GC to finish "marking" phase.
* benchmark/bm_vm1_gc_wb_obj.rb: ditto.
* benchmark/bm_vm1_gc_wb_ary_promoted.rb: add parameter
full_mark: false to...
ko1 (Koichi Sasada)
03:08 AM Revision 89a603d2 (git): * string.c: add a comment about RSTRING_FSTR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
03:02 AM Revision f5a55037 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:02 AM Bug #10979 (Closed): Hash fails to distinguish 0.0 & -0.0
Applied in changeset r49999.
----------
hash.c: same hash values with Float#hash
* hash.c (rb_any_hash): use same h...
nobu (Nobuyoshi Nakada)
02:19 AM Bug #10979: Hash fails to distinguish 0.0 & -0.0
Seems a bug because of FLONUM since 2.0.0. nobu (Nobuyoshi Nakada)
03:01 AM Revision 3bcf9fb5 (git): hash.c: same hash values with Float#hash
* hash.c (rb_any_hash): use same hash values with Float#hash so
that -0.0 and +0.0 will be identical.
[ruby-core:...
nobu (Nobuyoshi Nakada)
12:01 AM Bug #10980 (Closed): Ruby process stuck i D state
My ruby process frequently gets stuck in the 'D' kernel state, requiring a reboot.
I mostly use Ruby for Ruby on R...
jforberg (Johan Förberg)

03/17/2015

08:38 PM Revision 1e98a25e (git): * string.c: introduce STR_FAKESTR to show string is FAKESTR or not.
* string.c (STR_SET_SHARED): ignore FAKESTR because only Ruby objects
can use write barrier.
git-svn-id: svn+ssh...
ko1 (Koichi Sasada)
05:43 PM Bug #10563: system() call hangs if command is too long
Backported into `ruby_2_1` branch at r49997. nagachika (Tomoyuki Chikanaga)
05:42 PM Revision c7edfc37 (git): merge revision(s) r48690: [Backport #10563]
* win32/win32.c (w32_spawn): `v2` is used not only for `shell` but also
`cmd`, so must not free before usin...
nagachika (Tomoyuki Chikanaga)
05:41 PM Bug #10546: Bug Segmentation Fault when input prompt on cmder
Backported into `ruby_2_1` branch at r49996. nagachika (Tomoyuki Chikanaga)
05:40 PM Revision 7cd92ce4 (git): merge revision(s) r48585,r48587: [Backport #10546]
* win32/win32.c (constat_reset): do nothing on non-standard
console emurators. [ruby-core:66471] [Bug #105...
nagachika (Tomoyuki Chikanaga)
05:38 PM Bug #10447: path name needs to be transcoded to OS path encoding.
r49366 でバックポート済みでした。 nagachika (Tomoyuki Chikanaga)
05:34 PM Bug #10885: Segmentation fault when calling refined method in duplicate module
Backported into `ruby_2_1` branch at r49995. nagachika (Tomoyuki Chikanaga)
05:34 PM Revision 58528733 (git): merge revision(s) r49685,r49687: [Backport #10885]
* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinements
of orignal crefs. It fixes segmentation f...
nagachika (Tomoyuki Chikanaga)
05:02 PM Bug #10826: Refinements make instance_methods(false) return methods of superclasses
Backported into ruby_2_1 branch at r49992. nagachika (Tomoyuki Chikanaga)
04:59 PM Bug #10825: Fix build error in sdbm under Windows
Backported into `ruby_2_1` branch at r49994. nagachika (Tomoyuki Chikanaga)
04:59 PM Revision 838f2462 (git): merge revision(s) r49490,r49494: [Backport #10825]
* ext/sdbm/_sdbm.c: include ruby/ruby.h for PRIdPTRDIFF when a
macro `DEBUG` is defined. based on the patc...
nagachika (Tomoyuki Chikanaga)
04:57 PM Bug #10821: mkmf.rb: Incorrect have_devel? test depending on run order
Backported into `ruby_2_1` branch at r49993. nagachika (Tomoyuki Chikanaga)
04:56 PM Revision 8aca3e79 (git): merge revision(s) r49482,r49487: [Backport #10821]
* lib/mkmf.rb (try_cppflags, try_cflags, try_ldflags): get rid of
interference by modifying global variable...
nagachika (Tomoyuki Chikanaga)
04:13 PM Bug #10765: Module#remove_method remove refined method entry.
Backported into `ruby_2_1` branch at r49992. nagachika (Tomoyuki Chikanaga)
04:12 PM Revision c4b21f73 (git): merge revision(s) r49222,r49480,r49493: [Backport #10765]
method.h: UNDEFINED_REFINED_METHOD_P
* method.h (UNDEFINED_REFINED_METHOD_P): macro to tell if refined
ori...
nagachika (Tomoyuki Chikanaga)
03:56 PM Bug #10753: Refined class returns unexpected value when call public_method_defined?, protected_method_defined?, private_method_defined?
Backported into `ruby_2_1` branch at r49991. nagachika (Tomoyuki Chikanaga)
03:55 PM Revision 5d3b8d0d (git): merge revision(s) r49322: [Backport #10753]
* vm_method.c (check_definition): Module#public_method_defined?,
Module#private_method_defined?, Module#pro...
nagachika (Tomoyuki Chikanaga)
03:30 PM Revision ce8eeb84 (git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:22 PM Revision 11d7f181 (git): * 2015-03-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:21 PM Revision 5e400ee4 (git): ChangeLog: fix a typo at r49987.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
10:26 AM Revision 0db40783 (git): * include/ruby/ruby.h: use rb_gc_writebrrier() simply.
For incremental GC, we need to get a pointer to the objspace.
We can share this pointer for the following WB proces...
ko1 (Koichi Sasada)
09:58 AM Revision 40c92811 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:57 AM Revision f6e9452b (git): * benchmark/bm_vm1_gc_wb_ary(_promoted).rb: separate fastpath and
slowpath for WB.
Before this change bm_vm1_gc_wb_ary.rb tried to check the performance
for WB slowpath (making a ...
ko1 (Koichi Sasada)
08:23 AM Revision 110d8d4f (git): * 2015-03-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:23 AM Revision 41872a8d (git): dir.c: fix DT_UNKNOWN recursion
* dir.c (glob_helper): distinguish not-yet-stated and DT_UNKNOWN
by readdir, and traverse recursively for the forme...
nobu (Nobuyoshi Nakada)
12:49 AM Bug #10977 (Rejected): Web Application could not be started - Apache + Phusion Passenger
you mixed ruby 2.0.0 and 1.9.1, Please check your environment. hsbt (Hiroshi SHIBATA)
12:25 AM Bug #10979 (Closed): Hash fails to distinguish 0.0 & -0.0
According to the docs ( http://ruby-doc.org/core-2.2.1/Hash.html ):
> Two objects refer to the same hash key when ...
avondrak (Alex Vondrak)

03/16/2015

10:46 AM Bug #10978 (Closed): [mswin32, mswin64] SignalException: SIGSEGV
I think so, too.
usa (Usaku NAKAMURA)
09:35 AM Bug #10978: [mswin32, mswin64] SignalException: SIGSEGV
I guess this issue is a duplicate of Bug #10941
phasis68 (Heesob Park)
08:50 AM Bug #10978 (Closed): [mswin32, mswin64] SignalException: SIGSEGV
I have an error when running rake command on a simple minitest demo project:
~~~
C:\Users\XXXX\Documents\projects...
Javix (Sergueï Cambour)
10:20 AM Revision 8e1f6b07 (git): dir.c: DT_UNKNOWN
* dir.c (glob_helper): deal with DT_UNKNOWN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49982 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
08:43 AM Revision 23c352d0 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:43 AM Revision 7d75a786 (git): * lib/webrick/server.rb: Fix regression bug in WEBrick's
:DoNotReverseLookup config option implementation.
[fix GH-731] Patch by @vais
* test/webrick/test_do_not_reverse_lo...
hsbt (Hiroshi SHIBATA)
08:39 AM Revision dc37d6da (git): * math.c (math_log1, math_log2, math_log10): refactoring
and tests for this.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Kazuki Tanaka
07:49 AM Revision c7988fd2 (git): ruby.h: suppress false warnings
* include/ruby/ruby.h (rb_data_object_alloc_warning): enable only
if __builtin_choose_expr works with __builtin_con...
nobu (Nobuyoshi Nakada)
07:47 AM Revision 5d09df32 (git): ruby.h: suppress false warnings
* include/ruby/ruby.h (rb_data_object_alloc_warning): enable only
if __builtin_choose_expr works with __builtin_con...
nobu (Nobuyoshi Nakada)
06:28 AM Bug #10977 (Rejected): Web Application could not be started - Apache + Phusion Passenger
/home/ubuntu/.rvm/gems/ruby-2.0.0-p598/gems/json-1.8.1/lib/json/common.rb:67: [BUG] Segmentation fault
ruby 1.9.3p48...
vijaynarayankutty (Vijay N)
01:46 AM Bug #10975: [BUG] rb_sys_fail(getaddrinfo) - errno == 0 (Ruby 2.0.0)
Fixed the previous patch.
~~~diff
diff --git a/ext/socket/ipsocket.c b/ext/socket/ipsocket.c
index fa5c13c..3148...
nobu (Nobuyoshi Nakada)
12:13 AM Bug #10975 (Feedback): [BUG] rb_sys_fail(getaddrinfo) - errno == 0 (Ruby 2.0.0)
Could you try this patch?
~~~diff
diff --git i/ext/socket/ipsocket.c w/ext/socket/ipsocket.c
index fa5c13c..0dd3...
nobu (Nobuyoshi Nakada)
01:20 AM Bug #10976 (Closed): SEGV: `p ()...0`
Hello Florian, Thank you for your report.
This issue was fixed at r49964 in trunk. see #10957.
It'll be backported ...
nagachika (Tomoyuki Chikanaga)
12:46 AM Bug #10976 (Closed): SEGV: `p ()...0`
The following program crashes ruby-2.2.1-p85:
~~~
p ()..0
~~~
Note that the following works:
~~~
()..0 # ...
Skade (Florian Gilcher)

03/15/2015

05:53 PM Revision 1bbdb76e (git): * test/ruby/test_lambda.rb: Fix typo yeild -> yield
[fix GH-851][ci skip] Patch by @hanachin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49976 b2dd03c8-39d4-4d8f-...
Kazuki Tanaka
05:53 PM Revision ed14d16f (git): * 2015-03-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:52 PM Revision 97c2a917 (git): * test/ruby/test_proc.rb: Fix typo signle -> single
[fix GH-852][ci skip] Patch by @hanachin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49974 b2dd03c8-39d4-4d8f-...
Kazuki Tanaka
04:20 PM Bug #10975 (Closed): [BUG] rb_sys_fail(getaddrinfo) - errno == 0 (Ruby 2.0.0)
I'm not a developer and I'm not interested in upgrading Ruby as a troubleshooting step. I googled the error but have ... dr_gonzo (Steve Johnson)
01:18 PM Bug #10687: ArgumentError in certain cases of instance_exec (new bug in 2.2)
It seems broken at r48239
```console
$ ./ruby -v --disable-gems a.rb
ruby 2.2.0dev (2014-11-03 trunk 48238) [x86...
hanachin (Seiei Miyagi)
11:49 AM Revision ef8537bc (git): * math.c (math_cbrt): [DOC] Fix domain and codomain.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kazuki Tanaka
11:29 AM Bug #10896 (Closed): First example in the documentation for URI::join shows incorrect result
It was solved with [49728](http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49728). thanks. gogotanaka (Kazuki Tanaka)
08:28 AM Feature #10974 (Closed): [PATCH] Remove methods which has suffix `!`(sin!, cos!…) from CMath
Hi, now I’d like to remove methods with `!`( `sin!`, `cos!`…) from `CMath`, for the following reasons.
* wanna kee...
gogotanaka (Kazuki Tanaka)

03/14/2015

11:34 PM Revision 573772ab (git): math.c: more robust
* math.c (math_gamma): make more robust against addition/removal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)
05:37 PM Revision 3f16e7dd (git): * 2015-03-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:37 PM Revision 717bc13d (git): * math.c (math_gamma): rename NGAMMA_TABLE to NFACT_TABLE.
specify the size of the fact_table.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49970 b2dd03c8-39d4-4d8f-98ff-...
Kazuki Tanaka
11:42 AM Bug #10973 (Closed): Silent failure when launching ruby with command line parameters for script that matches directory and contains [
Thank you for reporting.
This has been already fixed in trunk and ruby 2.2 HEAD, so the next release will be fine.
usa (Usaku NAKAMURA)
10:46 AM Bug #10973 (Closed): Silent failure when launching ruby with command line parameters for script that matches directory and contains [
I have a script that passes a regular expression to a ruby script that matches a file path. This regular expression c... ts (Thomas Sondergaard)
11:16 AM Revision 09d9d913 (git): * math.c (math_gamma): explicit cast to double.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kazuki Tanaka
11:07 AM Revision 0e749dde (git): * math.c (math_gamma): optimization for passed small integer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kazuki Tanaka
09:15 AM Revision ffe896c3 (git): * enum.c: [DOC] Fixes Enumerable#member? documentation
[fix GH-756][ci skip] Patch by @shamanime
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49967 b2dd03c8-39d4-4d8f...
Kazuki Tanaka
06:32 AM Bug #10970 (Closed): Backport r49867
usa (Usaku NAKAMURA)
05:43 AM Feature #10950: `close` methods should not raise IOError on closed objects
https://github.com/nobu/ruby/tree/Feature%2310950-Dir%23close-no-raise nobu (Nobuyoshi Nakada)
05:34 AM Bug #10971 (Rejected): Segmentation Fault
> ~~~
> 2 ruby 0x0000000107241823 sigsegv + 83
> 3 libsystem_platform.dylib ...
nobu (Nobuyoshi Nakada)
03:23 AM Revision 00f7db37 (git): dir.h: direct::d_type
* dir.c (glob_helper): use d_type to reduce lstat system calls.
* win32/dir.h (struct direct): add d_type instead of ...
nobu (Nobuyoshi Nakada)

03/13/2015

11:45 PM Bug #10971 (Rejected): Segmentation Fault
I'm trying to run rails console and it consistently results in a segmentation fault. Please let me know if you need a... thommahoney (Thom Mahoney)
11:18 PM Bug #10970 (Closed): Backport r49867
Please backport r49867 to 2.0, 2.1 and 2.2 as well. yuki24 (Yuki Nishijima)
05:15 PM Bug #10957 (Closed): seg fault in ruby_yyparse () at parse.y:2105 (null ptr / stack overflow)
Applied in changeset r49964.
----------
parse.y: empty paren
* parse.y (primary): empty parentheses at cmdarg can b...
nobu (Nobuyoshi Nakada)
05:15 PM Revision b48ef138 (git): * 2015-03-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:14 PM Revision 2456df75 (git): parse.y: empty paren
* parse.y (primary): empty parentheses at cmdarg can be null.
[ruby-core:68477] [Bug #10957]
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
08:29 AM Revision a747d4a8 (git): gmake.mk: fix typo
* defs/gmake.mk: fix typo, remove an extra comma.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49963 b2dd03c8-3...
nobu (Nobuyoshi Nakada)
08:18 AM Bug #10969 (Closed): public_send in combination with method_missing raises NameError instead of NoMethodError
While working on the Rails project, specifically this issue https://github.com/rails/rails/issues/19297 I discovered ... senny (Yves Senn)
06:04 AM Revision f75fe0bc (git): stringio.c: don't raise after close
* ext/stringio/stringio.c (strio_close): don't raise on dobule
close for consistent to IO#close.
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
06:03 AM Revision 89bfc9b7 (git): io.c: don't raise after close
* io.c (rb_io_close_read, rb_io_close_write): don't raise after
close same as IO#close.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
06:03 AM Revision 3338bc99 (git): io.c: rb_io_get_fptr
* io.c (rb_io_get_fptr): return non-null fptr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49960 b2dd03c8-39d4...
nobu (Nobuyoshi Nakada)
05:12 AM Revision 734fa238 (git): test_objspace.rb: better assertions
* test/objspace/test_objspace.rb: use assertions for better
failure messages.
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
03:29 AM Revision 5fdf3673 (git): * test/readline/test_readline.rb: Restore environment variables:
COLUMNS LINES
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
02:38 AM Bug #10960 (Closed): libffiのビルドの不具合?
Applied in changeset r49957.
----------
libff: fix enable-shared condition
* ext/fiddle/extconf.rb: needs --enable-...
nobu (Nobuyoshi Nakada)
02:37 AM Revision dc8d5954 (git): libff: fix enable-shared condition
* ext/fiddle/extconf.rb: needs --enable-shared when linked to
libruby or fiddle.so. since --with-static-linked-ext...
nobu (Nobuyoshi Nakada)
01:55 AM Revision f0e2c959 (git): Makefile.in: no probes.stamp unless DTRACE_REBUILD
* Makefile.in (probes.o): do not need to rebuild object files
unless `dtrace -G` modifies input object files.
git-...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom