Activity
From 01/30/2014 to 02/05/2014
02/05/2014
-
11:44 PM Bug #9343: [PATCH] SizedQueue#max= wakes up waiters properly
- SASADA Koichi <[email protected]> wrote:
> Could you commit it?
Done, r44852. This needs a backport to 2.1 -
11:35 PM Bug #9343 (Closed): [PATCH] SizedQueue#max= wakes up waiters properly
- Applied in changeset r44852.
----------
ext/thread: SizedQueue#max= wakes up waiters properly
* ext/thread/thread.... -
11:03 PM Bug #9343: [PATCH] SizedQueue#max= wakes up waiters properly
- (2014/02/06 2:53), [email protected] wrote:
> Yes, your patch looks correct. Old thread.rb had "diff.times do... -
05:53 PM Bug #9343: [PATCH] SizedQueue#max= wakes up waiters properly
- [email protected] wrote:
> sorry for long absent.
No worries, I forgot about this, too :x
> I reviewed this patch... -
03:10 PM Bug #9343: [PATCH] SizedQueue#max= wakes up waiters properly
- sorry for long absent.
I reviewed this patch and I have a question.
Only `diff' threads should wake-up?
```
I... - 11:35 PM Revision 2d603f9f (git): ext/thread: SizedQueue#max= wakes up waiters properly
- * ext/thread/thread.c (rb_szqueue_max_set): use correct queue and
limit wakeups. [Bug #9343][ruby-core:605... -
10:29 PM Bug #9488 (Rejected): ruby/2.1.0/net/protocol.rb:153 - Resource temporarily unavailable - read would block
- There is no bug here. You told RubyGems to print out ever exception raised even if it is rescued. Remove the `--deb...
-
07:43 PM Bug #9488 (Rejected): ruby/2.1.0/net/protocol.rb:153 - Resource temporarily unavailable - read would block
- /opt/rubies/ruby-2.1.0/bin/gem env
RubyGems Environment:
- RUBYGEMS VERSION: 2.2.0
- RUBY VERSION:... -
10:18 PM Revision b9a4cf2a (git): * lib/rubygems: Update to RubyGems 2.2.2. Complete history at:
- http://rubygems.rubyforge.org/rubygems-update/History_txt.html#label-2.2.2+%2F+2014-02-05
* test/rubygems: ditto.
... -
03:56 PM Feature #9487 (Rejected): Add #dup?, #dup! and #clone? and #clone!
- Some objects can't use #dup or #clone b/c they are singleton, like Integer. So an error is raised if one tries.
... -
03:47 PM Revision 1f478676 (git): merge revision(s) 44555:
- test_weakref.rb: find collected weakref
* test/test_weakref.rb (test_recycled): retry and find a WeakRef
w... - 03:32 PM Revision 62d37fb7 (git): * 2014-02-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:32 PM Revision 8a2621dd (git): eval_intern.h: use TH_TMPPOP_TAG and TH_REPUSH_TAG
- * eval_intern.h (TH_TMPPOP_TAG, TH_REPUSH_TAG): instead of TAG2 names.
* eval_intern.h (TH_REPUSH_TAG): suppress unu... -
02:57 PM Revision eef4a3cd (git): merge revision(s) 44583: [Backport #9302]
- * ext/thread/thread.c (rb_szqueue_push): check GET_SZQUEUE_WAITERS
instead of GET_QUEUE_WAITERS to prevent ... -
02:53 PM Revision 72d18038 (git): merge revision(s) 44525,44534,44537: [Backport #9381]
- * hash.c (rb_objid_hash): return hash value from object ID with a
salt, extract from rb_any_hash().
... -
02:51 PM Revision 24b531f9 (git): merge revision(s) r42988: [Backport #8928]
- * parse.y (intern_str): sigil only names are junk, at least one
identifier character is needed. [ruby-dev:... -
02:03 PM Revision 073f93d7 (git): merge revision(s) r42456: [Backport #8101]
- * time.c (get_timeval, get_new_timeval): use rb_obj_class()
instead of CLASS_OF() because CLASS_OF() may re... -
01:54 PM Feature #9423: Improve warning semantics
- Daniel, that does seem like an even better idea. But it's also a much bigger change. I wonder what effect would that ...
-
01:41 PM Revision e7a2c425 (git): merge revision(s) 44527,44552,44553:
- * vm_insnhelper.c (vm_search_super_method): when super called in a
bound UnboundMethod generated from a mod... -
01:08 PM Revision 1b05b4f4 (git): merge revision(s) 44490,44496: [Backport #9352]
- * ext/socket/socket.c (rsock_sys_fail_host_port): save and restore errno
before calling rb_sys_fail_str to ... -
12:43 PM Revision c00e2889 (git): merge revision(s) 44517,44518,44519,44523: [Backport #9354]
- * lib/timeout.rb (Timeout#timeout): when a custom exception is given,
no instance is needed to be caught, s... -
11:56 AM Revision b2b5a5db (git): pack.c: hide associated objects
- * marshal.c (to_be_skipped_id): ignore anonymous attributes.
* pack.c (Init_pack): use anonymous ID so that associate... -
11:42 AM Bug #9467: Net::HTTP does unzip zipped content
- Hey
I found the issue to be occurring in rails console but not in IRB. I should have tested it before. The gem rig... -
11:29 AM Revision c0bdb251 (git): merge revision(s) 44512: [Backport #9340]
- * array.c (ary_add_hash): Fix consistency issue between Array#uniq and
Array#uniq! [Bug #9340] [ruby-core:5... -
08:32 AM Revision 5ba39a12 (git): marshal.c: refine special instance variables
- * marshal.c (w_obj_each, obj_count_ivars): count instance
variables accurately.
* marshal.c (encoding_name, w_enco... -
08:24 AM Revision 17a47a33 (git): marshal.c: preserve encoding
- * marshal.c (must_not_be_anonymous, class2path): preserve encoding
in the exception messages.
git-svn-id: svn+ssh:... -
06:49 AM Revision e10e309d (git): parse.y: symbol names must be ascii-compatible
- * parse.y (rb_enc_symname_type): encoding of symbol names must be
ascii-compatible, reject ascii-incompatible encod... -
06:41 AM Revision c5038b22 (git): assertions.rb: remove extra period
- * lib/test/unit/assertions.rb (assert_raise): remove extra period,
which will be appended by `message`.
git-svn-id... -
06:23 AM Revision c512cfdb (git): dir.c: fallback to ASCII-8BIT
- * dir.c (push_glob): fallback to ASCII-8BIT for the case non-ascii
path name exists. failed with LANG=C, on MacOS ... -
05:52 AM Bug #9486 (Assigned): Multiple Kernel#local_variables entries with block local parameters
- It's a known bug, but I've forgotten to issue a ticket.
Thank you. -
04:03 AM Bug #9486 (Closed): Multiple Kernel#local_variables entries with block local parameters
- Better formatting here: http://stackoverflow.com/questions/21423863/multiple-kernellocal-variables-entries-with-block...
-
05:42 AM Revision ae411fb5 (git): * vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 AM Revision d76b3826 (git): * ext/objspace/objspace_dump.c (dump_object): use STR_SHARED_P()
- instead of removed STR_NOCAPA_P() macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44832 b2dd03c8-39d4-4d8... -
04:58 AM Revision 1ccaa475 (git): * internal.h, vm_core.h: move LIKELY/UNLIKELY/UNINITIALIZED_VAR()
- macros from vm_core.h to internal.h.
* string.c: remove dependency to "vm_core.h".
* common.mk: ditto.
git-svn-id:... - 04:43 AM Revision b6a4e7ce (git): merge revision(s) 44803: [Backport #9485]
- * string.c (rb_str_modify_expand): enable capacity and disable
assocation with packed objects when setting ... -
04:36 AM Revision 135bbdcd (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:31 AM Revision 3889ce2d (git): * string.c (rb_str_free): use FL_TEST(str, STR_SHARED) directly
- because str is not embed.
* string.c (str_replace): remove `FL_SET(str, STR_SHARED)' line
because STR_SET_SHARED() ... -
04:21 AM Revision 38cd45a3 (git): * internal.h: remove macros STR_NOCAPA and STR_NOCAPA_P().
- * string.c (rb_str_resize): remove `STR_SET_NOEMBED(str)' because
str_make_independent_expand() set NOEMBED flag.
*... -
04:05 AM Revision bda2300c (git): merge revision(s) 44501: [Backport #9353]
- * struct.c (rb_struct_set): return assigned value from setter method
rather than struct object. [Bug #9353]... -
04:00 AM Revision 84d8104e (git): * string.c: refactoring, especially about string flags.
- * string.c (STR_UNSET_NOCAPA): removed.
Use FL_UNSET() with STR_SHARED.
* string.c (rb_str_capacity): check STR_SHA... -
03:53 AM Bug #9333: win32/Makefile.sub malconfiguration
- (for memorandum, r44472)
-
03:46 AM Bug #8721 (Rejected): require digest.so on OSX
-
03:39 AM Bug #9477: Address family not supported by protocol - socket(2) - udp
- Does the host supports IPv6?
(I guess it doesn't because vserver needs a patch to use IPv6: http://linux-vserver.org... -
03:29 AM Bug #9393 (Rejected): Strange behavior of DelegateClass + loop + method_missing
-
03:14 AM Revision 46fcec9a (git): * string.c (RESIZE_CAPA): should not resize shared string.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:51 AM Bug #9444 (Rejected): Segmentation fault in vendor/bundle/gems/json-1.8.1/lib/json/common.rb:67: [BUG]
-
02:49 AM Revision 906e88e3 (git): * gc.c (gc_mark_children): STR_ASSOC is no longer available.
- Reported by @nagachika.
http://d.hatena.ne.jp/nagachika/20140204
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
02:45 AM Revision 62bd0f18 (git): * string.c (rb_str_new_frozen): refactoring code.
- * Move code from str_new_frozen_with_klass() (and remove it)
* `aux.shared' should not be 0 for STR_SHARED strings.... -
02:42 AM Bug #9472: rb_io_syswrite needs RB_GC_GUARD
- backported into ruby_1_9_3 at r44821.
- 02:42 AM Revision 13848d60 (git): merge revision(s) 44790: [Backport #9472]
- * io.c (rb_io_syswrite): add RB_GC_GUARD
[Bug #9472][ruby-core:60407]
git-svn-id: svn+ssh://ci.ruby-lang.... - 02:38 AM Revision b2a2fa42 (git): merge revision(s) 37905: [Backport #8757]
- * configure.in (opt-dir): don't use non portable flag -E of sed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... -
02:35 AM Revision 673745f7 (git): merge revision(s) 44803: [Backport #9478]
- * string.c (rb_str_modify_expand): enable capacity and disable
assocation with packed objects when setting ... -
01:34 AM Bug #9483 (Assigned): Fix typo in OpenURI and Ripper documenation
- Thanks for the patch, yeah the grammar sounds weird but I think what the author wanted to represent as the actual typ...
-
01:08 AM Bug #9483 (Closed): Fix typo in OpenURI and Ripper documenation
- Fixed grammar error in OpenURI#content_encoding and Ripper#tokenize.
Grouped them together because both were the s... -
01:17 AM Revision 5c0d438f (git): * ext/psych/yaml/config.h (PACKAGE_VERSION): update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:17 AM Revision 215b9e76 (git): yaml/yaml_private.h: include ruby/extconf.h
- * ext/psych/yaml/yaml_private.h: need ruby/extconf.h for
HAVE_CONFIG_H.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
01:17 AM Revision 990ba47c (git): yaml/api.c, yaml/loader.c: integer overflow
- * ext/psych/yaml/api.c (yaml_scalar_event_initialize): fix possible
integer overflow.
(yaml_document_add_scalar):... -
01:17 AM Revision 0483b29a (git): yaml/emitter.c: constify, r37936
- * ext/psych/yaml/emitter.c (yaml_emitter_write_indicator): constify.
* ext/psych/yaml/emitter.c (yaml_emitter_write_... -
01:06 AM Revision 61dcd01e (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:04 AM Revision 1af28b7b (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:03 AM Bug #9476 (Closed): RDoc generation failure on Windows
-
12:58 AM Bug #9476: RDoc generation failure on Windows
- This issue was solved with r44801.
-
12:16 AM Bug #9476 (Feedback): RDoc generation failure on Windows
- It is still happened in trunk? it is fixed by r44801, r44802 and r44807 probably.
-
12:33 AM Revision b38d16da (git): * lib/set.rb: [DOC] Fix grammatical error by @bouk [fix GH-524]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:27 AM Feature #9453: Return symbols of defined methods for `attr` and friends
- Tsuyoshi Sawada wrote:
> What is the point of defining a private accessor method? You can directly refer to the inst...
02/04/2014
-
11:53 PM Bug #9480 (Closed): Ruby on windows can get into an infinite loop when exiting
- The Ruby VM can get into an infinite loop when exiting. I have attached two ruby programs (main.rb and watcher.rb). M...
-
11:24 PM Bug #9479: IMAP connection failure on Rubinius
- Can you access your server with CRuby?
-
03:09 PM Bug #9479 (Closed): IMAP connection failure on Rubinius
- Hi,
I have made a little script fetching my email (running with gmail).
I have reported a bug on rubinus => https... -
11:22 PM Bug #9477: Address family not supported by protocol - socket(2) - udp
- What is the output of:
ruby -rresolv -e 'puts Resolv::DNS.new.getresource("_rubygems._tcp.rubygems.org", Resol... -
11:30 AM Bug #9477 (Closed): Address family not supported by protocol - socket(2) - udp
- On a fresh Debian GNU/Linux VServer guest running the latest RVM HEAD I experienced the following error:
```
Exce... -
09:10 PM Feature #9439: Remove OpenSSL from stdlib
- +1 on moving OpenSSL out into a gem.
Note: Apple has marked OpenSSL obsolete, and will probably remove it in a fut... -
07:24 PM Revision bfda9402 (git): * ext/psych/lib/psych.rb: New release of psych.
- * ext/psych/psych.gemspec: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44811 b2dd03c8-39d4-4d8f-98ff-823... - 07:18 PM Revision f35493b9 (git): * 2014-02-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:18 PM Revision e8132aa4 (git): * ext/psych/yaml/emitter.c: merge libyaml 0.1.5
- * ext/psych/yaml/loader.c: ditto
* ext/psych/yaml/parser.c: ditto
* ext/psych/yaml/reader.c: ditto
* ext/psych/yaml/s... -
02:59 PM Bug #9473: Corruption and Segmentation faults all over
- We've been running further tests and when running our app under Unicorn instead of Passenger the problem hasn't occur...
-
12:41 PM Bug #9475 (Assigned): Behavior change with include + super + alias_method between 1.9.x and 2.x
-
10:17 AM Revision fc4321ea (git): * string.c: use long allocator names instead of numbered
- allocator names.
* rb_str_new2 -> rb_str_new_cstr
* rb_str_new4 -> rb_str_new_frozen
* rb_str_new5 -> rb_str_ne... -
08:20 AM Revision 8d9b300a (git): dir.c: glob cases on case-insensitive system
- * dir.c (glob_helper): return the filename with actual cases on
the filesystem if it is case-insensitive. [ruby-co... -
07:17 AM Revision 171a14b3 (git): * string.c: use STR_SHARED instead of ELTS_SHARED.
- (same value, but more clear meaning)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44806 b2dd03c8-39d4-4d8f-98... -
07:12 AM Revision c77a745a (git): * string.c: remvoe STR_ASSOC related code.
- By r44804, string objects can not have STR_ASSOC flag.
* internal.h: ditto.
* ext/objspace/objspace_dump.c (dump_obje... -
05:22 AM Feature #9453: Return symbols of defined methods for `attr` and friends
- There are a number of reasons I use them, but the most obvious is that a
misspelled accessor method will raise NoMet... -
05:07 AM Revision 4b146b25 (git): pack.c: use ivar for associated objects
- * pack.c (str_associate, str_associated): keep associated objects
in an instance variables, instead of in the inter... -
03:55 AM Revision bebc52a4 (git): string.c: enable capacity when setting capa
- * string.c (rb_str_modify_expand): enable capacity and disable
assocation with packed objects when setting capa, so... -
03:45 AM Revision 5b92c0be (git): dir.c: glob cases on case-insensitive system
- * dir.c (glob_make_pattern): all alphabets are magic characters on
case-insensitive filesystems. [ruby-core:42469]... -
03:19 AM Revision 859ae776 (git): Revert "dir.c: glob cases on case-insensitive system"
- This reverts commit r44796.
* dir.c (glob_helper): return the filename with actual cases on
the filesystem... -
02:30 AM Bug #9476 (Closed): RDoc generation failure on Windows
- The revision r44796 introduced rdoc generation failure.
Generating RDoc documentation
C:/work/ruby-2.2.0-r44798/l... - 12:48 AM Revision 4f431224 (git): * 2014-02-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 AM Revision ea2a00d7 (git): * lib/rubygems: Update to RubyGems 2.2.2 prerelease to check fixes to
- CI.
* test/rubygems: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44799 b2dd03c8-39d4-4d8f-98f...
02/03/2014
-
10:32 PM Bug #9473: Corruption and Segmentation faults all over
- [email protected] wrote:
> 4. upgrading gems with C extensions
Can you reproduce this without C extensions?
Wh... -
09:47 PM Bug #9473: Corruption and Segmentation faults all over
- Fixed project, tracker and priority
-
09:40 PM Bug #9473: Corruption and Segmentation faults all over
- And we've also gotten from valgrind:
==13233== Thread 5:
==13233== Invalid read of size 8
==13233== at 0x3F2B43... -
05:02 PM Bug #9473 (Third Party's Issue): Corruption and Segmentation faults all over
- We're in the process of moving from Rails 2.3 to 3.2 (both running on Ruby 1.9.3-p484)
In this process we've run i... -
10:23 PM Bug #9198: Segfault in TestException#test_machine_stackoverflow
- Interesting. Can you poke the Red Hat glibc/kernel folks to see if the
problem is specific to RH/Fedora systems?
... -
08:22 PM Bug #9475 (Closed): Behavior change with include + super + alias_method between 1.9.x and 2.x
- Ruby 2.0 appears to have introduced a subtle behavior change in method resolution that persists in 2.1.0.
The atta... -
07:06 PM Bug #9474: Segment Fault
- update with right log
-
06:56 PM Bug #9474 (Closed): Segment Fault
- I'm getting a SEGFAULT when i try to instantiate new AR by a lambda with AR public method new. any help is welcome.
-
06:44 PM Feature #9453: Return symbols of defined methods for `attr` and friends
- What is the point of defining a private accessor method? You can directly refer to the instance variables without usi...
-
03:13 PM Feature #9453: Return symbols of defined methods for `attr` and friends
- private *attr_reader(:images, :key_map, :window, :screen_manager, :animations)
does not look so nice to me (th... -
03:05 PM Feature #9453: Return symbols of defined methods for `attr` and friends
- *bump*
Would be nice if we could get this in 2.2 (if someone could update the target version, I'd appreciate it). -
02:50 PM Feature #9427 (Closed): [PATCH] io.c: remove socket check for sendfile
- I see. It seems that the problems are sporadic.
-
06:12 AM Bug #9092: Update Unicode data to Unicode Version 7.0
- Unicode 6.3 came out in 2013. In 2014, Unicode 7.0 will be available, quite surely in time for a December release of ...
-
03:05 AM Revision bd950a75 (git): * error.c: [DOC] Exception#cause may return nil. [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:49 AM Feature #5994 (Closed): Dir.glob without wildcards returns pattern, not filename
- Applied in changeset r44796.
----------
dir.c: glob cases on case-insensitive system
* dir.c (glob_helper): return ... - 01:49 AM Revision 5e17a85c (git): * 2014-02-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:49 AM Revision 0f9da422 (git): dir.c: glob cases on case-insensitive system
- * dir.c (glob_helper): return the filename with actual cases on
the filesystem if it is case-insensitive. [ruby-co...
02/02/2014
-
10:37 PM Bug #9424: ruby 1.9 & 2.x has insecure SSL/TLS client defaults
- Attached the last patch updated with a whitelist of 30 ciphers. The rationale:
- prefer ephemeral DH to enable fo... -
03:10 PM Feature #8257: Exception#cause to carry originating exception along with new one
- `raise ErrorClass, msg, cause: cause` was implemented with the rest in r44473.
e = (
begin
raise A... -
01:55 PM Revision b92b4252 (git): merge revision(s) r41102: [Backport #8549]
- Remove empty directories.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@44795 b2dd03c8-39d4-4d8f-... -
01:46 PM Revision 3da0a0ce (git): merge revision(s) 44630,44631: [Backport #9403]
- * lib/delegate.rb (Delegator): keep source information methods
which start and end with '__'. [ruby-core:5... -
12:51 PM Revision 64296077 (git): merge revision(s) r43923,r43925: [Backport #9181]
- * ext/tk/lib/tkextlib/tktable/tktable.rb: fix bug on arguments for Proc object.
* ext/tk/sample/scrollframe.... -
12:41 PM Bug #9472: rb_io_syswrite needs RB_GC_GUARD
- r44790 was backported to ruby_2_0_0 at r44792.
-
12:40 PM Revision 9619b029 (git): merge revision(s) 44790: [Backport #9472]
- * io.c (rb_io_syswrite): add RB_GC_GUARD
[Bug #9472][ruby-core:60407]
git-svn-id: svn+ssh://ci.ruby-lang.... -
03:01 AM Feature #8987: map/collect extension which handles arguments
- Tsuyoshi Sawada wrote:
> Probably, it makes more sense to extend the syntax of `Symbol#to_proc`. The conventional `S...
02/01/2014
-
11:21 PM Feature #9451 (Assigned): Refinements and unary & (to_proc)
- I'd like to clarify the design policy rather than adding features ad hoc.
All implicit method calls in syntactic c... -
08:51 PM Bug #9472: rb_io_syswrite needs RB_GC_GUARD
- Fixed in trunk: r44790
-
08:51 PM Bug #9472 (Closed): rb_io_syswrite needs RB_GC_GUARD
- Applied in changeset r44790.
----------
io.c (rb_io_syswrite): add RB_GC_GUARD
* io.c (rb_io_syswrite): add RB_GC_G... -
08:46 PM Bug #9472 (Closed): rb_io_syswrite needs RB_GC_GUARD
- [ruby-core:60407]
Will commit to trunk.
This needs to be backported to 2.0 and 2.1, too. - 08:50 PM Revision 47345b71 (git): * 2014-02-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:50 PM Revision 50612854 (git): io.c (rb_io_syswrite): add RB_GC_GUARD
- * io.c (rb_io_syswrite): add RB_GC_GUARD
[Bug #9472][ruby-core:60407]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
05:17 PM Feature #9469: BigDecimal support for yaml serialization
- I think we can remove that custom yaml serialization from Rails and we don't need to put in upstream.
Looking in t... -
11:10 AM Feature #9469: BigDecimal support for yaml serialization
- Why changing the default format?
And it doesn't seem round-trip. -
08:40 AM Feature #9469 (Closed): BigDecimal support for yaml serialization
- Given the following serialization methods in rails/rails: https://github.com/rails/rails/blob/master/activesupport/li...
-
02:54 PM Bug #9367: REXML::XmlDecl doesn't use user specified quotes
- * `include StringQuotes` after `private` is meaningless. Please put it the top of class definition.
* It seems that ... -
12:09 PM Feature #8987: map/collect extension which handles arguments
- Probably, it makes more sense to extend the syntax of `Symbol#to_proc`. The conventional `Symbol#to_proc` does not ta...
-
11:55 AM Bug #9310 (Closed): inheritance.rb: 27: [BUG] Segmentation fault at 0x00000c
- fixed by r44777 . Please wait next minor release of 2.1
- 11:08 AM Revision e7892503 (git): * file.c (rb_f_test): [DOC] refer to 'character' instead of 'integer'
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:39 AM Bug #9471 (Third Party's Issue): /usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:469: [BUG] cfp consistency error - call0
- I'm trying to write a browser using qtruby4.
I tried to load a webpage using webview , the program crashed , and I... -
08:38 AM Bug #9407 (Closed): bigdecimal 1.2.4 install fail because missing ruby/util.h macro
-
08:35 AM Revision 484a6ffb (git): merge revision(s) 44373: [Backport #9417]
- test_alias.rb: rename duplicate name
* test/ruby/test_alias.rb (test_alias_wb_miss): rename duplicate
name... - 08:19 AM Revision d985425d (git): * 2014-02-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:19 AM Revision 8f87be4e (git): Revert r44778 #9375
- It breaks test-all if all tests are in a single process
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2... -
08:02 AM Feature #9425: [PATCH] st: use power-of-two sizes to avoid slow modulo ops
- Notes to self (or anybody else with free time right now):
test and verify compare_by_identity performance
I'm ... -
06:16 AM Revision 7a2b7cf1 (git): ext/win32ole/win32ole.c (ole_typedesc2val): add VT_RECORD case.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/31/2014
-
11:23 PM Feature #8987: map/collect extension which handles arguments
- On Jan 31, 2014 6:20 PM, <[email protected]> wrote:
>
> Actually I believe the most readable form would be
>
> `p... -
12:08 PM Feature #8987: map/collect extension which handles arguments
- Just joke.
~~~ruby
p [0,1,2,3].dmap + 1 #=> [1, 2, 3, 4]
# %w(foo bar baz).map {|x| x.upcase.concat("!") }
p ... -
08:19 AM Feature #8987: map/collect extension which handles arguments
- Matthew Kerwin wrote:
> On 31 January 2014 15:48, SASADA Koichi <[email protected]> wrote:
> > ~~~ruby
> > p [1, 2, ... -
07:17 AM Feature #8987: map/collect extension which handles arguments
- Matthew Kerwin wrote:
> Are any of these actually better than:
>
> ~~~ruby
> p [1, 2, 3, 4].map{|x| 4+x }
>... -
06:39 AM Feature #8987: map/collect extension which handles arguments
- On 31 January 2014 15:48, SASADA Koichi <[email protected]> wrote:
> ~~~ruby
> p [1, 2, 3, 4].map(&4.method(:+)) #=> [5... -
05:48 AM Feature #8987: map/collect extension which handles arguments
- (2013/10/06 0:26), sawa (Tsuyoshi Sawada) wrote:
> ~~~ruby
> [1, 2, 3, 4].map(&4.method(:+))
> # => [5, 6, 7, 8]
... -
09:40 PM Revision 2d170da4 (git): * lib/drb/drb.rb: [DOC] Add note about start_service for each process
- Based on a patch by @rosenfeld [Fixes GH-514] [ci skip]
https://github.com/ruby/ruby/pull/514
git-svn-id: svn+ssh... -
09:31 PM Revision 16220d9a (git): * error.c: [DOC] Document Exception#cause by @jasonrclark [ci skip]
- [Fixes GH-519] https://github.com/ruby/ruby/pull/519
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44783 b2dd03... -
09:12 PM Revision 09c3f845 (git): * lib/securerandom.rb: [DOC] Add note on require for examples
- Based on a patch by @schneems [Fixes GH-518] [ci skip]
https://github.com/ruby/ruby/pull/518
git-svn-id: svn+ssh:... - 09:05 PM Revision e4ee9897 (git): * 2014-02-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:05 PM Revision 65fd879a (git): * numeric.c: [DOC] Fix typo in example for #step [ci skip]
- Patch by @ksss [Fixes GH-522] https://github.com/ruby/ruby/pull/522
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
08:53 PM Misc #9215: Maintenance Policy for Future Releases (2.1.0 & beyond)
- I've updated the pull request given Martin and narsue's feedback. Please check it.
https://github.com/zzak/www.rub... -
05:18 PM Bug #9032: Time.round reverts the DST status of the time
- This has been fixed in Rails master and will be released as part of Rail 4.1:
https://github.com/rails/rails/commit/... -
02:17 PM Bug #9367: REXML::XmlDecl doesn't use user specified quotes
- Thanks!
But I can't merge the pull request because it changes public API, `NotationDecl.new`. I don't want to add ba... - 12:58 PM Revision c04e6e6e (git): fixed merge mistake at r44766.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@44779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:59 AM Bug #9198: Segfault in TestException#test_machine_stackoverflow
- BTW I am not using some old glibc (as you say in ruby-core:60248), but the most recent version (glibc-2.18.90-26.fc21...
-
11:57 AM Bug #9198: Segfault in TestException#test_machine_stackoverflow
- Eric Wong wrote:
> Does it go away if you wrap the test with Thread.new?
Yes, this patch helps. -
09:17 AM Revision 3efb494a (git): merge revision(s) 44515: [Backport #9375]
- * lib/rubygems: Update to RubyGems master 21e409d / RubyGems 2.2.1.
See http://rubygems.rubyforge.org/ruby... -
08:58 AM Revision 32e4d034 (git): merge revision(s) 44455,44458,44510: [Backport #9349]
- * vm_insnhelper.c (vm_search_super_method): direct superclass of a
module is found when super called in a M... -
08:41 AM Bug #5985: miniruby skews "make benchmark" results
- [email protected] wrote:
>
> > +BENCHRUBY = ./$(STATIC_RUBY) -I$(srcdir)/lib -I. -I$(EXTOUT)/common $(RUN_OPT
> We... -
07:44 AM Bug #5985: miniruby skews "make benchmark" results
- > +BENCHRUBY = ./$(STATIC_RUBY) -I$(srcdir)/lib -I. -I$(EXTOUT)/common $(RUN_OPT
We need to discuss which version ... - 08:06 AM Revision cb072750 (git): socket: split out SOCK_CLOEXEC versions of wrappers for readability
- * ext/socket/init.c (rsock_socket0): split out SOCK_CLOEXEC version
* ext/socket/socket.c (rsock_socketpair0)... -
07:34 AM Bug #9262: global_method_cache should be configurable or grow automatically
- I tried to do once with static variables, but had performance regression. Perhaps, i missed something.
-
05:31 AM Bug #9262: global_method_cache should be configurable or grow automatically
- (2014/01/30 4:17), Eric Wong wrote:
> It looks like the performance regressions w/o global method cache are
> beca... -
07:23 AM Feature #6647: Exceptions raised in threads should be logged
- Restart for 2.2.
Matz, do you have any idea?
-
07:08 AM Revision d0a84c2c (git): socket.c: suppress warnings
- * ext/socket/init.c (rsock_socket0): suppress unused label
warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
03:07 AM Revision edacfada (git): merge revision(s) 44406: [Backport #9324]
- * configure.in: let mingw do something black-magic, and check if
_gmtime64_s() is available actually.
... -
02:57 AM Misc #9265: Meeting Guide
- First of all, Meetings of Ruby Developers is not a decision-making body.
It is only a tool to make a consensus or in... -
01:55 AM Bug #9468 (Feedback): the Runtime to terminate it in an unusual way.
- tu nguyen wrote:
> Step 11: Download “mysql-5.0.96-winx64.zip” and “mysql-connector-c-noinstall-6.0.2-win32.zip” fr...
01/30/2014
-
11:38 PM Bug #9437: Build of ruby 2.1.0 fails on AIX 6.1
- This issue is bigger than I thought. While miniruby and perhaps ruby itself are fixed, other shared objects are not ...
-
08:52 PM Bug #9467 (Feedback): Net::HTTP does unzip zipped content
- I can't reproduce. The URI you've given is correctly decompressed by Net::HTTP using ruby 2.0.0:
$ cat test.r... -
03:57 PM Bug #9467 (Closed): Net::HTTP does unzip zipped content
- According to the Compression section of the documentation of Net::HTTP, it should automatically uncompress compressed...
-
08:43 PM Bug #9464 (Rejected): Can zlib licensing be clarified?
- No code from zlib (http://www.zlib.net) is included in ruby, only a wrapper for the zlib library (loaded by require '...
-
01:26 PM Bug #9464 (Rejected): Can zlib licensing be clarified?
- Hi all,
Ruby includes zlib library, but I cannot find a mention about zlib in the LEGAL file[1]
even though zlib ... - 07:36 PM Revision e8fb29d7 (git): * ChangeLog: update for r44772
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:09 PM Bug #9468 (Closed): the Runtime to terminate it in an unusual way.
- Hi,
I have issue with Ruby193 on windows 7 and windows 8.
When I run my rb file. it will stop when reading aler... -
06:51 PM Bug #9430: [PATCH] benchmark/driver: avoid large alloc in driver process
- r44772
-
06:48 PM Bug #9430 (Closed): [PATCH] benchmark/driver: avoid large alloc in driver process
- Applied in changeset r44772.
----------
benchmark/driver: avoid large alloc in driver process
* benchmark/driver: a... -
12:23 PM Bug #9430: [PATCH] benchmark/driver: avoid large alloc in driver process
- Sure.
- 06:48 PM Revision 3d1108e4 (git): benchmark/driver: avoid large alloc in driver process
- * benchmark/driver: avoid large alloc in driver process
[ruby-core:59869] [Bug #9430]
git-svn-id: svn+ssh://ci.rub... -
06:02 PM Bug #5985: miniruby skews "make benchmark" results
- [email protected] wrote:
> > +BENCHRUBY = ./$(PROGRAM) -I$(srcdir)/lib -I. -I$(EXTOUT)/common
> > $(RUN_OPTS)
>
> I... -
12:27 PM Bug #5985: miniruby skews "make benchmark" results
- > +BENCHRUBY = ./$(PROGRAM) -I$(srcdir)/lib -I. -I$(EXTOUT)/common $(RUN_OPTS)
I'm not sure BENCHRUBY works with l... - 05:51 PM Revision 84d81521 (git): * 2014-01-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:51 PM Revision 2e83f537 (git): vm_eval.c: compare method type
- * vm_eval.c (vm_call0_body): compare method type with
VM_METHOD_TYPE_ZSUPER.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
03:58 PM Revision b1543380 (git): merge revision(s) r44756: [Backport #r44402]
- * configure.in: use $@ instead of $(.TARGET) because .TARGET is not
supported by GNU make.
git-svn-id: sv... -
03:51 PM Revision b8231227 (git): merge revision(s) r44402: [Backport #9460]
- * ext/openssl/ossl_ssl.c (Init_ossl_ssl): Declare a constant
`OP_MSIE_SSLV2_RSA_PADDING` only if the macro ... -
03:12 PM Feature #6946: FIPS support?
- Seems that Ruby 2.1.0 has some regression. Especially RubyGems throws for each test case "/lib/rubygems/test_case.rb:...
-
12:33 PM Feature #6946: FIPS support?
- I am back with FIPS tests. I am testing "ruby 2.0.0p353 (2013-11-22) [x86_64-linux]" on RHEL7 and there are still som...
-
12:08 PM Bug #9247 (Closed): Bugs in socket.rb (exception retrieval)
- backported into ruby_1_9_3 at r44767.
BTW, this problem was fixed before releacing ruby 2.1, so all active branche... - 12:04 PM Revision 75c84da2 (git): merge revision(s) 44184: [Backport #9247]
- * ext/socket/lib/socket.rb: Don't test $! in "ensure" clause because
it may be set before the body.
... -
11:46 AM Bug #8616: Process.daemon messes up threads
- backported into ruby_1_9_3 at r44766.
- 11:46 AM Revision 1bd12d78 (git): merge revision(s) 40534,41886,41903,41910: [Backport #8616]
- process.c: rb_daemon should not raise
* process.c (rb_daemon): should not raise exceptions, since
proc_dae... - 11:16 AM Revision edd9ca9c (git): * ruby_atomic.h (ATOMIC_PTR_EXCHANGE): fixed previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@44765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:04 AM Bug #9205: Assertion failed: heap_pages_deferred_final == 0
- backported into `ruby_1_9_3` at r44764.
- 11:04 AM Revision 858a5ba2 (git): merge revision(s) 43994,44000: [Backport #9205]
- * gc.c (finalize_deferred): flush all deferred finalizers while other
finalizers can get ready to run newly... -
10:32 AM Revision 0cc7cd22 (git): vm_eval.c: fix NoMethodError message
- * vm_eval.c (vm_call0_body): reuse method type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44763 b2dd03c8-39d... - 10:11 AM Revision 2e574a53 (git): merge revision(s) 33361,33460: [Backport #9463]
- * gc.c (slot_sweep, rb_gc_finalize_deferred)
(rb_objspace_call_finalizer, rb_gc): run finalizers
... -
10:10 AM Revision e10bc035 (git): vm_eval.c: fix NoMethodError message
- * vm_eval.c (vm_call0_body): fix NoMethodError message for refined
method entry.
git-svn-id: svn+ssh://ci.ruby-lan... -
08:43 AM Revision 0f34ff46 (git): vm_eval.c: omit klass
- * vm_eval.c (rb_search_method_entry): also Qfalse and Qnil are
immediate values, so have no RBASIC. omit klass, wh... -
08:25 AM Revision 34c63545 (git): vm_eval.c: error message encoding
- * vm_eval.c (rb_search_method_entry): preserve encoding of method
ID in error messages.
git-svn-id: svn+ssh://ci.r... -
07:30 AM Misc #9233 (Closed): Update tooling for SemVer
- already shipped Ruby 2.1.0.
-
07:15 AM Bug #8245: Segfault installing gems on Linux PowerPC with Ruby 2.0.0p0
- Sorry, just saw this now. I'll try trunk tomorrow when I get to the office. I can provide a remote shell should it be...
-
06:33 AM Bug #9198: Segfault in TestException#test_machine_stackoverflow
- Does it go away if you wrap the test with Thread.new?
Likely the same problem I describe in [ruby-core:60248]
--... -
06:16 AM Revision be604acd (git): object.c: error message encoding
- * object.c (convert_type, rb_convert_type, rb_check_convert_type),
(rb_to_integer): preserve class name encoding er... -
06:03 AM Revision 342ed0b8 (git): merge revision(s) 44756:
- * configure.in: use $@ instead of $(.TARGET) because .TARGET is not
supported by GNU make.
git-svn-id: sv... -
05:47 AM Revision f1e4777d (git): * configure.in: use $@ instead of $(.TARGET) because .TARGET is not
- supported by GNU make.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 05:32 AM Revision 652b84b9 (git): 1.9.3 does not have rb_exc_new_str(). use rb_exc_new3() instead of it.
- this fixes the test failures introduced by previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru... -
05:22 AM Bug #9454: The define_method(:class) segfault
- Btw, TestException#test_machine_stackoverflow_by_define_method fails
on an ancient glibc 2.5-42.el5_4.3 (CentOS 5.4... -
05:13 AM Bug #8955: LocalJumpError - no block given (yield) after implementation of class hierarchy method cache invalidation
- Hi Morten, can you still reproduce this error?
The hierarchical method cache was reverted. - 03:49 AM Revision 299d89bd (git): merge revision(s) 44570:44572,44581:
- r44570 | nobu | 2014-01-12 17:11:32 +0900 (Sun, 12 Jan 2014) | 4 lines
tcltklib.c: create_ip_exc format argu... -
02:47 AM Feature #6613: VT_RECORD, IRecordInfo Support in WIN32OLE
- Still no progress on this?? I wish I knew C better
-
02:45 AM Revision 044ef873 (git): test_exception.rb: ignore SystemStackError
- * test/ruby/test_exception.rb (test_machine_stackoverflow_by_define_method):
ignore propagated SystemStackError, as... -
02:04 AM Bug #9367: REXML::XmlDecl doesn't use user specified quotes
- Hi,
I have updated my PR https://github.com/ruby/ruby/pull/496
Please review it and comment on that.
-
12:22 AM Feature #9427: [PATCH] io.c: remove socket check for sendfile
- I think the EADDRINUSE was due to other problems, and it looks like the
chkbuild is passing w/o other changes:
...
Also available in: Atom