Activity
From 03/12/2015 to 03/18/2015
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... -
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... -
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... -
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... -
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... -
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... -
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
-
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... - 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
-
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... -
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...
-
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
- 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
-
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... -
08:22 AM Bug #10981 (Feedback): couchbase-1.3.11 - [BUG] Segmentation fault at 0x00000000000440
- Please show the crash report file.
-
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... -
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 -
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
-
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... -
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... -
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
- 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
-
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... -
02:19 AM Bug #10979: Hash fails to distinguish 0.0 & -0.0
- Seems a bug because of FLONUM since 2.0.0.
-
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:... -
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...
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... -
05:43 PM Bug #10563: system() call hangs if command is too long
- Backported into `ruby_2_1` branch at r49997.
-
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... -
05:41 PM Bug #10546: Bug Segmentation Fault when input prompt on cmder
- Backported into `ruby_2_1` branch at r49996.
-
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... -
05:38 PM Bug #10447: path name needs to be transcoded to OS path encoding.
- r49366 でバックポート済みでした。
-
05:34 PM Bug #10885: Segmentation fault when calling refined method in duplicate module
- Backported into `ruby_2_1` branch at r49995.
-
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... -
05:02 PM Bug #10826: Refinements make instance_methods(false) return methods of superclasses
- Backported into ruby_2_1 branch at r49992.
-
04:59 PM Bug #10825: Fix build error in sdbm under Windows
- Backported into `ruby_2_1` branch at r49994.
-
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... -
04:57 PM Bug #10821: mkmf.rb: Incorrect have_devel? test depending on run order
- Backported into `ruby_2_1` branch at r49993.
-
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... -
04:13 PM Bug #10765: Module#remove_method remove refined method entry.
- Backported into `ruby_2_1` branch at r49992.
-
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... -
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.
-
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... -
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
- 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
-
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
-
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... - 09:58 AM Revision 40c92811 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
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 ... - 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
-
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... -
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.
-
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 ...
03/16/2015
-
10:46 AM Bug #10978 (Closed): [mswin32, mswin64] SignalException: SIGSEGV
- I think so, too.
-
09:35 AM Bug #10978: [mswin32, mswin64] SignalException: SIGSEGV
- I guess this issue is a duplicate of Bug #10941
-
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... -
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... - 08:43 AM Revision 23c352d0 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
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... - 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 -
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... -
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... -
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... -
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... -
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... -
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 ... -
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 # ...
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-... - 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
- 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-... -
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 ...
-
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... - 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
-
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.
-
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...
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@... - 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
- 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-... -
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.
-
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...
- 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
- 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
- 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... -
06:32 AM Bug #10970 (Closed): Backport r49867
-
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
-
05:34 AM Bug #10971 (Rejected): Segmentation Fault
- > ~~~
> 2 ruby 0x0000000107241823 sigsegv + 83
> 3 libsystem_platform.dylib ... -
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 ...
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...
-
11:18 PM Bug #10970 (Closed): Backport r49867
- Please backport r49867 to 2.0, 2.1 and 2.2 as well.
-
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... - 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
-
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:/... -
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... -
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 ...
-
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... -
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... -
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... -
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... -
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 -
02:38 AM Bug #10960 (Closed): libffiのビルドの不具合?
- Applied in changeset r49957.
----------
libff: fix enable-shared condition
* ext/fiddle/extconf.rb: needs --enable-... -
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... -
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-...
03/12/2015
- 10:04 PM Revision 9941f348 (git): accept_nonblock: favor rb_hash_lookup2 to avoid Hash#default
- * ext/socket/init.c (rsock_s_accept_nonblock): use rb_hash_lookup2
* ext/openssl/ossl_ssl.c (get_no_exception): new f... - 10:03 PM Revision ddf2558a (git): ext/openssl/ossl_ssl.c: predefine wait_*able symbols
- This leads to a size reduction in openssl.so and reduces the
chance of bugs due to typos.
text data ... -
04:15 PM Revision 6014e76a (git): gmake.mk: wait showflags
- * defs/gmake.mk (showflags): finish before object files start.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@499... - 03:29 PM Revision 0d78cacb (git): * 2015-03-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 PM Revision 66efd5d0 (git): fix typos [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:03 PM Bug #10967: Is "warning: private attribute?" wrong?
- One possible fix (the one removing the warning) ... https://github.com/ruby/ruby/pull/849
-
02:57 PM Revision 05c29680 (git): fix env leaks
- * lib/rubygems/test_case.rb (setup, teardown): fix
environment variable change leaks.
* test/cgi/update_env.rb: di... -
02:18 PM Bug #10724: [TracePointAPI] Missing return event from initialize method when using `domain_name` gem
- @ko1, any updates?
Thanks! -
02:01 PM Revision 31eb1938 (git): * test/lib/leakchecker.rb: Check environment variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:52 AM Bug #10968 (Closed): [BUG] object allocation during garbage collection phase in /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177
- Hello
I'm running a Rails 4.2 app in production with chruby 0.3.9 and Ruby 2.2.1p85 on Ubuntu 14.04TLS.
I have s... -
03:03 AM Feature #10532 (Closed): [PATCH] accept_nonblock supports "exception: false"
- Applied in changeset r49948.
----------
accept_nonblock supports "exception: false"
This is analogous to funct... - 03:03 AM Revision aaf2d070 (git): accept_nonblock supports "exception: false"
- This is analogous to functionality found in IO#read_nonblock and
IO#wait_nonblock. Raising exceptions for common fai... -
01:55 AM Revision 724012a2 (git): * internal.h, node.h: move a definition of `struct rb_global_entry'
- and related functions from node.h to internal.h.
* variable.c: remove unused include pragma.
* common.mk: remove unus... -
01:33 AM Revision f61df4b0 (git): * common.mk: remove unused dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:12 AM Revision b9680c6d (git): fake.rb.in: expand srcdir
- * template/fake.rb.in (top_srcdir): expand for the case @srcdir@
is not a relative path.
git-svn-id: svn+ssh://ci....
Also available in: Atom