Project

General

Profile

Activity

From 02/07/2017 to 02/13/2017

02/13/2017

09:02 PM Feature #13212 (Closed): Syntax proposal: don't require begin-end to rescue exceptions inside do-end blocks
Blocks are ubiquitous in Ruby world. There's as many blocks in every Ruby code as methods - if not even more. It woul... Nowaker (Damian Nowak)
06:35 PM Feature #5481: Gemifying Ruby standard library
Please coordinate with us on the JRuby team. The released gems will need to be loadable in JRuby, since people will s... headius (Charles Nutter)
05:53 PM Misc #13209: fact.rb in ruby/sample variations
Added another version using the **step** method, in **fact3**.
It's faster than using **downto** and neck-in-neck w...
jzakiya (Jabari Zakiya)
12:59 AM Misc #13209 (Open): fact.rb in ruby/sample variations
I was looking at some of the Sample files that come with Ruby and
saw the example for doing factorials. It's an old ...
jzakiya (Jabari Zakiya)
04:38 PM Feature #13211 (Closed): Hash#delete taking a splat
Hi there,
I would like to add the ability for Hash#delete to take a splat of arguments that would delete entries a...
kddnewton (Kevin Newton)
03:28 PM Revision c59f2b03 (git): gmake.mk: test-ruby
* defs/gmake.mk (ORDERED_TEST_TARGETS): add test-ruby target, test
for ruby core without bundled libraries.
git-sv...
nobu (Nobuyoshi Nakada)
03:19 PM Revision 69aa9bd5 (git): * 2017-02-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:19 PM Revision b1c61c6e (git): thread.c: use ASSUME only on gcc 5 or later
* thread.c (rb_fd_no_init): on gcc 4, ASSUME macro affects
something too much.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
01:08 PM Revision c9929d9f (git): ruby.h: remove comment
* include/ruby/ruby.h (RB_GC_GUARD): remove comment unsupported by
Solaris AS.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
12:16 PM Revision ad97d483 (git): lib/find.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:12 AM Bug #13210 (Rejected): Wrong float substraction result
Floating point calculations have limited precision!
Please read http://docs.oracle.com/cd/E19957-01/806-3568/ncg_g...
duerst (Martin Dürst)
09:35 AM Bug #13210 (Rejected): Wrong float substraction result
~~~ ruby
0.1 - 0.0001 => 0.0999
0.1 - 0.001 => 0.099
0.1 - 0.01 => 0.09000000000000001
0.01 - 0.0001 => 0.00...
dexter3 (Alex V)
10:08 AM Bug #13150: TestMarshal failures on FreeBSD with gcc7 because of GC
On 2017/02/13 10:04, Eric Wong wrote:
> I still support fixing `RB_GC_GUARD` to be stronger for GCC7.
I think it ...
nobu (Nobuyoshi Nakada)
01:08 AM Bug #13150: TestMarshal failures on FreeBSD with gcc7 because of GC
Eric Wong <[email protected]> wrote:
> [email protected] wrote:
> > Prevent GC by volatile [Bug #13150]
...
normalperson (Eric Wong)
08:14 AM Revision 9eb54f7f (git): ruby.h: RB_GC_GUARD stronger than gcc7
* include/ruby/ruby.h (RB_GC_GUARD): prevent guarded pointer from
optimization by using as an input to inline asm.
...
nobu (Nobuyoshi Nakada)
06:57 AM Bug #13081: resolv.rb may be the cause of the rubygems bug on Windows
Nobuyoshi Nakada wrote:
> Applied in changeset r57265.
>
> ----------
> win32/resolv.rb: ad hoc workaround
>
...
kozo2 (Kozo Nishida)
06:22 AM Feature #13207: Allow keyword local variable names like `class` or `for`
I don't have any pro or con on the proposal itself. I also have no idea if
this is a difficult change or whether mat...
shevegen (Robert A. Heiler)
05:44 AM Revision 959aac29 (git): suppress warnings
* string.c (rb_str_enumerate_lines): hint to suppress a
maybe-uninitialized warning by gcc.
* thread.c (rb_fd_no_i...
nobu (Nobuyoshi Nakada)
05:23 AM Revision 5c0aa3ad (git): compile.c: suppress a warning
* compile.c (iseq_build_kw): suppress an alloc-size-larger-than
warning by gcc 7.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
05:11 AM Revision 44e36c79 (git): gmake.mk: tests step
* defs/gmake.mk (TEST_TARGETS): run tests step by step.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57616 b2dd...
nobu (Nobuyoshi Nakada)
02:53 AM Feature #13173: Gemify webrick
webrick gem is already registered.
* https://rubygems.org/gems/webrick (It's masked yet)
this gem is registere...
hsbt (Hiroshi SHIBATA)
02:52 AM Feature #13197: Gemify fileutils
fileutils gem is already registered.
* https://rubygems.org/gems/fileutils (It's masked yet)
I ask about this...
hsbt (Hiroshi SHIBATA)
02:50 AM Feature #13201 (Open): Gemify dbm
DBM gem is already registered. see. https://rubygems.org/gems/dbm
hsbt (Hiroshi SHIBATA)
02:04 AM Revision 302ae913 (git): array.c (ary_recycle_hash): use rb_gc_force_recycle
Hidden objects (RBASIC_CLASS(hash) == 0) can never become
visible to other threads or signal handlers via
ObjectSpace...
Eric Wong
01:05 AM Revision d6de5804 (git): cont.c: avoid needless branch for dmark callbacks
gc.c (gc_mark_children, case T_DATA) does not use
the dmark function pointer if DATA_PTR is NULL
* cont.c (cont_mark...
Eric Wong

02/12/2017

11:37 PM Revision ba77cb7c (git): * 2017-02-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:37 PM Revision be92fcab (git): gmake.mk: -n for tests
* defs/gmake.mk (gnumake_recursive): do not invoke tests if -n
option is given.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
10:58 PM Feature #13208: Vector.zero(n) and vector.zero?
Looks good.
I think the short description is probably good enough. The example makes it clear if someone has doubt...
marcandre (Marc-Andre Lafortune)
08:15 PM Feature #13208: Vector.zero(n) and vector.zero?
I think the method is fine but of course that is just my own opinion,
the core team and matz will decide that.
On...
shevegen (Robert A. Heiler)
08:19 PM Feature #13166: Feature Request: Byte Arrays for Ruby 3
I want to using an Array8 that has the same semantics, and inherits the same module methods (`Enumerables`, etc),
as...
jzakiya (Jabari Zakiya)
04:22 PM Feature #2740: Extend const_missing to pass in the nesting
This would still be very useful for people implementing auto loading systems, not just Rails najamelan (Naja Melan)
12:53 PM Feature #13207 (Feedback): Allow keyword local variable names like `class` or `for`
`Binding#local_variable_get` is for that purpose.
Or do you have any concrete proposal?
nobu (Nobuyoshi Nakada)
12:40 PM Feature #5588: add negation flag (v) to Regexp
Onigmo 6.1.1 was merged by r57603.
It supports absent operator `(?~pattern)` which can be a replacement of `(?v:patt...
k_takata (Ken Takata)
08:43 AM Revision 425d52df (git): parse.y: ripper_intern is no longer used
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:33 AM Revision 2c51dc50 (git): parse.y: logop
* defs/id.def (predefined): add keywords `and` and `or`.
* parse.y (log_op): unify parser and ripper, and use tokens...
nobu (Nobuyoshi Nakada)
04:31 AM Revision b2345fec (git): ext/objspace: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
04:23 AM Revision 737d6f36 (git): parse.y: call_bin_op
* parse.y (call_bin_op): unify parser and ripper, and use IDs
instead of tokens.
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
04:20 AM Revision a062d030 (git): parse.y: call_uni_op
* defs/id.def (predefined): add keyword `not`.
* parse.y (call_uni_op): unify parser and ripper, and use IDs
inste...
nobu (Nobuyoshi Nakada)
03:15 AM Revision 549a3b74 (git): ripper: fix %-op on_operator_ambiguous
* parse.y (ambiguous_operator): separate token and string
representation of operators, to fix %-operator argument. ...
nobu (Nobuyoshi Nakada)
02:48 AM Revision 01134984 (git): symbol/init.c: ID value
* ext/-test-/symbol/init.c (sym_pinneddown_p): return ID value or
nil for debugging.
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)

02/11/2017

07:54 PM Feature #13208 (Closed): Vector.zero(n) and vector.zero?
Found that I need this recently, and class `Matrix` has these two function while `Vector` not.
So I add two function...
qitar888 (Chia-sheng Chen)
03:47 PM Feature #13207 (Feedback): Allow keyword local variable names like `class` or `for`
Sometimes when trying to write expressive Ruby you enevitably hit a case
that would sound just right if the variable...
kaspth (Kasper Timm Hansen)
03:08 PM Revision 6d0f7c3c (git): * 2017-02-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:08 PM Revision 6b1c6e0e (git): Merge Onigmo 6.1.1
* Support absent operator https://github.com/k-takata/Onigmo/issues/82
* https://github.com/k-takata/Onigmo/blob/Onig...
naruse (Yui NARUSE)
11:37 AM Revision 238b9276 (git): appveyor.yml: extract zlib_version
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:33 AM Revision 0da70829 (git): fiddle/depend: build-libffi
* ext/fiddle/depend (build-libffi): get rid of making $(LIBFFI_A)
a sole target, which may be empty when installed ...
nobu (Nobuyoshi Nakada)
09:05 AM Misc #13072: Current state of date standard library
Just wanted to add - for a new user of ruby, it may be confusing to
know the difference between Time, Date, DateTime...
shevegen (Robert A. Heiler)
08:59 AM Feature #5481: Gemifying Ruby standard library
Looks as if this ticket may soon be resolved/finished after 5 years. :)
The only one on the todo list above is "Re...
shevegen (Robert A. Heiler)
03:12 AM Revision 78295b6b (git): appveyor.yml: Update zlib
* Update zlib to 1.2.11
* Use https instead of http
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57600 b2dd03c8...
znz (Kazuhiro NISHIYAMA)
02:14 AM Revision 8a4382a7 (git): * 2017-02-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:14 AM Revision 58e97c4e (git): parse.y: TOKEN2ID
* parse.y (TOKEN2ID): add macro which maps static tokens to IDs.
* template/id.h.tmpl (TOKEN2*ID, DEFINE_*ID_FROM_TO...
nobu (Nobuyoshi Nakada)
02:03 AM Bug #13187 (Third Party's Issue): In rails console ,excute "User.all" or "User.new",remind a bugreport
marcandre (Marc-Andre Lafortune)

02/10/2017

11:21 PM Bug #13188: Reinitialize Ruby VM.
Eric Wong <[email protected]> wrote:
> SASADA Koichi <[email protected]> wrote:
> > On 2017/02/08 7:18, Eric Wong ...
normalperson (Eric Wong)
07:53 PM Bug #13187: In rails console ,excute "User.all" or "User.new",remind a bugreport
This should be closed as it's seemingly unrelated to ruby core as evidence by the fact that it is happening in `rails... snood1205 (Eli Sadoff)
01:25 PM Bug #13195 (Closed): bigdecimal/util.rb: [DOC] Fix documentation errors
mrkn (Kenta Murata)
01:23 PM Revision 70f772c3 (git): bigdecimal: version 1.3.1
Import bigdecimal version 1.3.1. The full commit log is here:
https://github.com/ruby/bigdecimal/compare/v1.3.0.....
Kenta Murata
11:22 AM Bug #8996: pthread_mutex_lock EINVAL
I filled Backport field according to the reported version. nagachika (Tomoyuki Chikanaga)
08:17 AM Bug #8996 (Closed): pthread_mutex_lock EINVAL
r57595 fixes this problem. Sorry for late response and thank you for your great simple reproducing code! ko1 (Koichi Sasada)
09:41 AM Feature #13206 (Closed): Gemify fcntl
Applied in changeset r57596.
----------
Added initial gemspec for Fcntl module.
[Feature #13206]
* ext/fcntl/f...
hsbt (Hiroshi SHIBATA)
09:39 AM Feature #13206 (Closed): Gemify fcntl
This issue is tracking for gem release of Fcntl module. hsbt (Hiroshi SHIBATA)
09:41 AM Revision 5d906263 (git): Added initial gemspec for Fcntl module.
[Feature #13206]
* ext/fcntl/fcntl.gemspec: initial commit.
* doc/maintainers.rdoc, doc/standard_library.rdoc: M...
hsbt (Hiroshi SHIBATA)
08:17 AM Bug #13205 (Closed): Backport r57589 (parallel.rb: fix intervention)
以前から稀にワーカープロセスからの出力が混じることがあったのですが、r57555で_reportを呼ぶ回数が増えたことで確率が上がって頻繁に起きるようになったようです。 nobu (Nobuyoshi Nakada)
08:15 AM Revision 38bc085f (git): check thread deadness correctly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
06:12 AM Revision 92b710e6 (git): MFLAGS for nmake
* common.mk (mflags): pass make flags to sub-makes, for nmake
which cannot pass them by the environment variable.
...
nobu (Nobuyoshi Nakada)
06:07 AM Bug #13204: Search order of constant is different
Thank you for response! okkez (okkez _)
04:31 AM Bug #13204 (Closed): Search order of constant is different
Intentional.
Top level constants are constants defined in `Object`, but `BasicObject` does not inherit `Object`.
nobu (Nobuyoshi Nakada)
02:31 AM Bug #13204 (Closed): Search order of constant is different
```ruby
class CleanRoom < BasicObject
def call
instance_eval(<<-CODE)
$stdout.puts ::ENV.size
CODE...
okkez (okkez _)
04:24 AM Revision 35533d03 (git): fiddle: fix $(SUBMAKE_PRE)
* ext/fiddle/extconf.rb: fix $(SUBMAKE_PRE) to chdir to
$(LIBFFI_DIR) instead of $(@D), since $(LIBFFI_A) is not
...
nobu (Nobuyoshi Nakada)
03:59 AM Revision ef004b1a (git): openssl: fix broken openssl check
* ext/openssl/deprecation.rb: check for broken OpenSSL only on mac
OS. [ruby-core:79475] [Bug #13200]
git-svn-id:...
nobu (Nobuyoshi Nakada)
03:58 AM Bug #13200 (Closed): Ruby 2.4.0 Stable Fails to Build from Source on openSUSE
Applied in changeset r57590.
----------
extmk.rb: split notes
* ext/extmk.rb: split notes and echo per lines, for m...
nobu (Nobuyoshi Nakada)
03:57 AM Bug #13200: Ruby 2.4.0 Stable Fails to Build from Source on openSUSE
Fix of openssl/extconf.rb should be backported to older versions, not only 2.4. nobu (Nobuyoshi Nakada)
03:58 AM Revision 9101875d (git): openssl: fix broken openssl check
* ext/openssl/extconf.rb: check for broken OpenSSL only on mac OS.
[ruby-core:79475] [Bug #13200]
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
03:58 AM Revision f9694cdb (git): extmk.rb: split notes
* ext/extmk.rb: split notes and echo per lines, for multiple lines
messages. [ruby-core:79475] [Bug #13200]
git-s...
nobu (Nobuyoshi Nakada)
01:58 AM Bug #13203 (Third Party's Issue): mysql2-0.4.1/mysql2/mysql2.so: [BUG] Segmentation fault
Please report it to mysql2.
Note that 2.1.2 is outdated and 2.1 EOL is soon.
nobu (Nobuyoshi Nakada)
01:13 AM Revision 0f9554ef (git): parallel.rb: fix intervention
* test/lib/test/unit/parallel.rb (_report): send a response and a
newline atomically, to get rid of intervention wi...
nobu (Nobuyoshi Nakada)
12:58 AM Revision 97795849 (git): Use `unpack1` instead of `unpack` and `first`
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:58 AM Revision 07b88b26 (git): lib/base64.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)

02/09/2017

08:38 PM Bug #13200: Ruby 2.4.0 Stable Fails to Build from Source on openSUSE

For a quick glance the file MIGHT be also available from
[http://temporary.softf1.com/2017/bugs/2017_02_09_bugs...
martin_vahi (Martin Vahi)
08:36 PM Bug #13200: Ruby 2.4.0 Stable Fails to Build from Source on openSUSE
Nobuyoshi Nakada wrote:
> Please show lines around the line 1468 in file exts.mk.
The exts.mk is attatched as
...
martin_vahi (Martin Vahi)
03:50 AM Bug #13200 (Feedback): Ruby 2.4.0 Stable Fails to Build from Source on openSUSE
Please show lines around the line 1468 in file exts.mk. nobu (Nobuyoshi Nakada)
08:00 PM Bug #13196: Improve keyword argument errors when non-keyword arguments given
Nobuyoshi Nakada wrote:
> wrong number of arguments (given 1, expected 0 with required keyword code)
IMO still un...
stomar (Marcus Stollsteimer)
05:18 PM Bug #13203 (Third Party's Issue): mysql2-0.4.1/mysql2/mysql2.so: [BUG] Segmentation fault
Trying to install a ruby app on a server. Whenever the gem mysql2 is invoked, I get a segmentation fault. Please see ... jack (jack connors)
04:12 PM Revision bb262d0f (git): * 2017-02-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:12 PM Revision b15f8b6d (git): lib/abbrev.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:28 PM Bug #13202 (Closed): Enumerable#slice_before does not take both argument and block at the same time, as it ought to.
Applied in changeset r57584.
----------
[DOC] Update an obsolete example for slice_before.
The argument for Enumera...
akr (Akira Tanaka)
10:14 AM Bug #13202 (Closed): Enumerable#slice_before does not take both argument and block at the same time, as it ought to.
Both RDoc and Rurema have descriptions of Enumerable#slice_before with this example:
```ruby
# split mails in mbo...
shyouhei (Shyouhei Urabe)
02:28 PM Revision cd5f5715 (git): [DOC] Update an obsolete example for slice_before.
The argument for Enumerable#slice_before is is removed at Ruby 2.3.
Reported by Shyouhei Urabe. [Bug #13202]
git...
akr (Akira Tanaka)
12:08 PM Revision 3c06d3a6 (git): fiddle: jobserver for libffi
* ext/fiddle/depend (libffi): use $(MAKE) explicitly for recursive
make, so that jobserver works.
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
11:46 AM Revision f2e1c710 (git): Update maintainers list.
* Added Default gems section and move some libraries to it section.
* Added Bundled gems section and added upstream ...
hsbt (Hiroshi SHIBATA)
11:26 AM Revision ab29cd80 (git): Update latest infomation of standard libraries.
* Added Bundled gems section.
* Added IO::console to Default gems.
* Move XMLRPC to Bundled gems section.
git-svn-...
hsbt (Hiroshi SHIBATA)
10:49 AM Revision 6de9cae6 (git): Separated default gems section.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
07:53 AM Revision e54a7919 (git): * 2017-02-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:53 AM Revision 715094c2 (git): parse.y: fix idCOLON2
* defs/id.def: remove idDSTAR and idCOLON3.
* parse.y (tCOLON2): make same as id.h.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
01:42 AM Feature #5555: rename #include? to #includes?
Please stop beating this dead horse. shyouhei (Shyouhei Urabe)

02/08/2017

05:59 PM Feature #5555: rename #include? to #includes?
Steve Bachmair wrote:
> Then we could just write whatever is most readable in a given circumstance (which will usual...
stomar (Marcus Stollsteimer)
02:56 PM Feature #5555: rename #include? to #includes?
The `include?`, `start_with?`, etc. issue is one of my very few gripes about this most beautiful of all languages. Is... astrokitty (Steve Bachmair)
10:05 AM Feature #13201 (Closed): Gemify dbm
Applied in changeset r57577.
----------
Added initial gemspec for DBM module.
[Feature #13201]
hsbt (Hiroshi SHIBATA)
09:56 AM Feature #13201 (Closed): Gemify dbm
This issue is tracking for gem release of DBM module.
hsbt (Hiroshi SHIBATA)
10:05 AM Revision f72e43a4 (git): Added initial gemspec for DBM module.
[Feature #13201]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt (Hiroshi SHIBATA)
07:06 AM Revision b4ac19f7 (git): parse.y: named caputre into match_op_gen
* parse.y (match_op_gen): move making named capture assignment
nodes. remove repeated conditions.
git-svn-id: svn...
nobu (Nobuyoshi Nakada)
03:59 AM Revision 47056433 (git): remove warning about enum and int comparison.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
01:18 AM Revision 5c548689 (git): * 2017-02-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:18 AM Revision d1b386a2 (git): node.c: compress logop sequence
* node.c (dump_node): compress sequence of same logical binary
operators, NODE_AND/NODE_OR.
git-svn-id: svn+ssh://...
nobu (Nobuyoshi Nakada)
12:41 AM Bug #13188: Reinitialize Ruby VM.
SASADA Koichi <[email protected]> wrote:
> On 2017/02/08 7:18, Eric Wong wrote:
> > But yeah, having VM struct passed ...
normalperson (Eric Wong)
12:05 AM Bug #13188: Reinitialize Ruby VM.
On 2017/02/08 7:18, Eric Wong wrote:
> But yeah, having VM struct passed with every function call
> (like mrb_stat...
ko1 (Koichi Sasada)
12:41 AM Feature #12967: Add a default for RUBY_GC_HEAP_GROWTH_MAX_SLOTS out-of-the-box
[email protected] wrote:
> Issue #12967 has been updated by Koichi Sasada.
>
> Status changed from Open to Rejected
...
normalperson (Eric Wong)

02/07/2017

11:47 PM Bug #13200 (Closed): Ruby 2.4.0 Stable Fails to Build from Source on openSUSE

An excerpt of a "make" console output
from a LLVM/clang based build session of the
https://cache.ruby-lang.org/...
martin_vahi (Martin Vahi)
10:21 PM Bug #13188: Reinitialize Ruby VM.
SASADA Koichi <[email protected]> wrote:
> On 2017/02/06 10:10, [email protected] wrote:
> > VM-stored pointers
...
normalperson (Eric Wong)
09:07 PM Bug #13195: bigdecimal/util.rb: [DOC] Fix documentation errors

I guess the GitHub repo is now the correct place for issues concerning bigdecimal...? Or isn't it?
Anyhow, I o...
stomar (Marcus Stollsteimer)
05:39 PM Bug #12613: iseq_set_sequence: adjust bug -1 < 0 (retry inside begin/rescue)
ruby_2_3 r57572 merged revision(s) 57368. nagachika (Tomoyuki Chikanaga)
05:39 PM Revision 8e25d645 (git): merge revision(s) 57368: [Backport #12613]
compile.c: check err_info
* compile.c (iseq_setup): bail out if any errors found.
[ruby-core:76531] [Bug #...
nagachika (Tomoyuki Chikanaga)
05:29 PM Bug #12604: Win32::Resolv.get_resolv_info returns unavailable DNS servers
ruby_2_3 r57571 merged revision(s) 55781,55783. nagachika (Tomoyuki Chikanaga)
05:28 PM Revision c59b3913 (git): merge revision(s) 55781,55783: [Backport #12604]
* ext/win32/resolv/resolv.c (get_dns_server_list): [Win32] get DNS
servers only for connected network devic...
nagachika (Tomoyuki Chikanaga)
05:18 PM Bug #12478: ruby2.2.5でオブジェクトに対して def_delegatorを行うとNoMethodError undefined method `method_defined?' が発生する。
ruby_2_3 r57570 merged revision(s) 53383,55366. nagachika (Tomoyuki Chikanaga)
05:18 PM Revision 1034b6d2 (git): merge revision(s) 53383,55366: [Backport #12478]
* lib/forwardable.rb (def_instance_delegator): adjust backtrace of
method body by tail call optimization. ...
nagachika (Tomoyuki Chikanaga)
05:02 PM Bug #13054: MatchData segfaults if RMatch::regexp is nil
ruby_2_3 r57569 merged revision(s) 57123. nagachika (Tomoyuki Chikanaga)
05:02 PM Revision 161f08ba (git): merge revision(s) 57123: [Backport #13054]
re.c: consider the case of RMatch::regexp is nil
Follow r49675, r57098 and r57110. Don't assume RMatch::rege...
nagachika (Tomoyuki Chikanaga)
04:45 PM Bug #12991: Documentation of Thread.abort_on_exception is wrong: it raises error again in main thread
ruby_2_3 r57568 merged revision(s) 56928. nagachika (Tomoyuki Chikanaga)
04:45 PM Revision 13a55f43 (git): merge revision(s) 56928: [Backport #12991]
thread.c: fix doc of abort_on_exception [ci skip]
* thread.c (rb_thread_s_abort_exc, rb_thread_s_abort_exc_s...
nagachika (Tomoyuki Chikanaga)
04:44 PM Bug #13066: 2.4.0-rc1, VC14, Segmentation fault on RSS::TestRSS10Core#test_to_xml
ruby_2_3 r57567 merged revision(s) 57172. nagachika (Tomoyuki Chikanaga)
04:44 PM Revision 15fbd0aa (git): merge revision(s) 57172: [Backport #13066]
time.c: fix type of usec2subsecx
* time.c (usec2subsecx): fix return type, which is a numeric
object but n...
nagachika (Tomoyuki Chikanaga)
04:42 PM Bug #12910: TestFileUtils#test_chown_R_force might get stuck when process has no supplementary groups
ruby_2_3 r57566 merged revision(s) 56892. nagachika (Tomoyuki Chikanaga)
04:42 PM Revision 24a57580 (git): merge revision(s) 56892: [Backport #12910]
test_fileutils.rb: fix deadlock
* test/fileutils/test_fileutils.rb (assert_output_lines): ensure
that writ...
nagachika (Tomoyuki Chikanaga)
04:38 PM Bug #12785: misc/test_ruby_mode.rb failed with emacs 25.1.1
ruby_2_3 r57565 merged revision(s) 56224. nagachika (Tomoyuki Chikanaga)
04:38 PM Revision 7d3b03f9 (git): merge revision(s) 56224: [Backport #12785]
* test/misc/test_ruby_mode.rb (assert_indent): since write-region
in Emacs 25.1 no longer displays the "Wro...
nagachika (Tomoyuki Chikanaga)
12:49 PM Revision 026ded93 (git): {ext,test}/zlib: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:56 AM Feature #12732: An option to pass to `Integer`, `Float`, to return `nil` instead of raise an exception
Although it does not solve Aaron's use case, I would suggest to have a `Integer.try_convert`, `Float.try_convert`, `R... rbjl (Jan Lelis)
10:13 AM Feature #13199 (Closed): Gemify strscan
Commited at r57560 hsbt (Hiroshi SHIBATA)
07:09 AM Feature #13199 (Closed): Gemify strscan
This issue is tracking for gem release of StringScanner class. hsbt (Hiroshi SHIBATA)
08:16 AM Revision 75111307 (git): test/unit.rb: old GNU make
* test/lib/test/unit.rb (Test::Unit::Parallel#non_options):
support old GNU make, which uses --jobserver-fds option...
nobu (Nobuyoshi Nakada)
08:09 AM Revision d686b022 (git): test_parallel.rb: match the count
* test/testunit/test_parallel.rb (test_should_run_all_without_any_leaks):
match the final test count instead of pro...
nobu (Nobuyoshi Nakada)
07:55 AM Bug #13198 (Assigned): Tempfile#size is nil when nothing is written, expected 0
It is because `Fie.size?` is used instead of `File.size`, since r50682.
I suspect that it would be a typo and uninte...
nobu (Nobuyoshi Nakada)
07:14 AM Revision 2507e900 (git): Fix a required ruby version on gemspec of gemified libraries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
07:14 AM Revision 4a02608b (git): Added initial gemspec for StringScanner class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
06:35 AM Feature #13197: Gemify fileutils
Note: Pathname class depends FileUtils. If we added breaking changes to `FileUtils`, Pathname is also broken.
http...
hsbt (Hiroshi SHIBATA)
02:49 AM Feature #13197 (Assigned): Gemify fileutils
hsbt (Hiroshi SHIBATA)
05:19 AM Revision a02a8dfa (git): test/unit.rb: most-asserted
* test/lib/test/unit.rb (Statistics#record): record most asserted
tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
nobu (Nobuyoshi Nakada)
04:24 AM Revision 950d15bc (git): TRUE is not defined here...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
04:14 AM Revision 361edea7 (git): remove compare with enum value.
* vm_core.h (vm_block_handler_verify): some compilers warn about comparison
with enum value and 0. Real assertion i...
ko1 (Koichi Sasada)
03:58 AM Revision 8dedf08b (git): test/unit.rb: defined
* test/lib/test/unit.rb (Test::Unit::Statistics#record): check if
@longest is set first.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
03:55 AM Revision 406c5252 (git): test/unit: record in parallel
* test/lib/test/unit.rb (Test::Unit::Parallel#deal): deal with
record.
* test/lib/test/unit/parallel.rb (Test::Uni...
nobu (Nobuyoshi Nakada)
02:49 AM Revision 10c51ff5 (git): test/unit.rb: statistics
* test/lib/test/unit.rb (Test::Unit::Statistics): show statistics.
only --longest option is implemented right now.
...
nobu (Nobuyoshi Nakada)
02:49 AM Revision ad57f92f (git): * 2017-02-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:49 AM Revision 8ebdec34 (git): rbinstall.rb: umask hack
* tool/rbinstall.rb (Gem::Installer#install): moved umask hack.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom