Activity
From 02/08/2017 to 02/14/2017
02/14/2017
-
06:42 PM Bug #13215 (Third Party's Issue): Cross compiling Ruby Gems uses Build System Linker Options
- When cross-compiling Ruby Gems under Ruby 2.4.0, the rbconfig system uses the build system's configuration to cross-c...
-
01:49 PM Bug #12604: Win32::Resolv.get_resolv_info returns unavailable DNS servers
- r57629 is also need to be backported.
-
09:59 AM Bug #12604: Win32::Resolv.get_resolv_info returns unavailable DNS servers
- I reverted r57571 at r57626. r57571 broke RubyCI on vc12-x64.
http://13.78.52.201/vc12-x64/ruby-2.3/log/20170207T182... - 01:29 PM Revision b89623fb (git): Fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:34 PM Revision aded420d (git): resolv9x.rb: fix typo
- * ext/win32/lib/win32/resolv9x.rb (WsControl): fix missing close
parenthesis at r22724.
git-svn-id: svn+ssh://ci.r... -
12:29 PM Revision 7de42daa (git): string.c: assertion
- * string.c (str_shared_replace): use RUBY_ASSERT for
pre-condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
12:04 PM Bug #13214 (Closed): FileUtils::mkdir_p creates additional (unrequested) directory on Cygwin
- FileUtils.mkdir(SOMEPATH) on Cygwin will create a directory ./c: in addition to SOMEPATH, if the following two condit...
-
11:26 AM Feature #5481: Gemifying Ruby standard library
- @headius
Thank you for your information. I have never seen jruby patches in jruby/ruby repository.
https://gith... -
11:12 AM Feature #13213 (Closed): Gemify scanf
- Applied in changeset r57627.
----------
Added initial gemspec for Scanf module.
[Feature #13213] -
11:02 AM Feature #13213 (Closed): Gemify scanf
- This issue is tracking for gem release of Scanf module.
-
11:12 AM Revision 6c0d7c98 (git): Added initial gemspec for Scanf module.
- [Feature #13213]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:56 AM Revision 0f1e7563 (git): revert r57571. `merge revision(s) 55781,55783: [Backport #12604]`
- It breaked CI on vc12-x64
http://13.78.52.201/vc12-x64/ruby-2.3/log/20170207T182419Z.log.html.gz
git-svn-id: svn+s... -
07:52 AM Revision 957e6e4b (git): initialize variables
- * string.c (rb_str_enumerate_lines): initialize conditionally
used variable.
* thread.c (rb_fd_no_init): ditto.
g... -
06:51 AM Feature #13212 (Closed): Syntax proposal: don't require begin-end to rescue exceptions inside do-end blocks
- It's accepted by https://bugs.ruby-lang.org/issues/12906
You can use this syntax after Ruby 2.5. -
12:10 AM Misc #13209: fact.rb in ruby/sample variations
- For MRI Ruby (but not JRuby) **while** loops are consistently faster than all
the other loop constructs (times, each...
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...
-
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...
-
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... -
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 ... -
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... -
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... - 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
-
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.... -
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.... -
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
-
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... -
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... -
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 ... -
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]
... -
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.
... -
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
>
... -
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... -
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... -
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... -
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... -
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... -
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... -
02:50 AM Feature #13201 (Open): Gemify dbm
- DBM gem is already registered. see. https://rubygems.org/gems/dbm
- 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... - 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...
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
-
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... -
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... -
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... -
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... -
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
-
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? -
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... -
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
-
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... -
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
-
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... -
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... -
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. ... -
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...
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... -
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... - 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
-
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... -
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
-
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 ... -
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... -
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... -
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... - 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
-
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... -
02:03 AM Bug #13187 (Third Party's Issue): In rails console ,excute "User.all" or "User.new",remind a bugreport
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 ... -
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...
-
01:25 PM Bug #13195 (Closed): bigdecimal/util.rb: [DOC] Fix documentation errors
- 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..... -
11:22 AM Bug #8996: pthread_mutex_lock EINVAL
- I filled Backport field according to the reported version.
-
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!
-
09:41 AM Feature #13206 (Closed): Gemify fcntl
- Applied in changeset r57596.
----------
Added initial gemspec for Fcntl module.
[Feature #13206]
* ext/fcntl/f... -
09:39 AM Feature #13206 (Closed): Gemify fcntl
- This issue is tracking for gem release of Fcntl module.
-
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... -
08:17 AM Bug #13205 (Closed): Backport r57589 (parallel.rb: fix intervention)
- 以前から稀にワーカープロセスからの出力が混じることがあったのですが、r57555で_reportを呼ぶ回数が増えたことで確率が上がって頻繁に起きるようになったようです。
-
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
-
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.
... -
06:07 AM Bug #13204: Search order of constant is different
- Thank you for response!
-
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`. -
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... -
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
... -
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:... -
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... -
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.
-
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+... -
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... -
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. -
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... -
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
-
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
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...-
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
... -
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.
-
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... -
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 ...
- 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
-
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
-
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... -
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... -
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... -
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+... -
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 ... -
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-... -
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
- 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
-
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... -
01:42 AM Feature #5555: rename #include? to #includes?
- Please stop beating this dead horse.
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... -
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...
-
10:05 AM Feature #13201 (Closed): Gemify dbm
- Applied in changeset r57577.
----------
Added initial gemspec for DBM module.
[Feature #13201] -
09:56 AM Feature #13201 (Closed): Gemify dbm
- This issue is tracking for gem release of DBM module.
-
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 -
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... -
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
- 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
-
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://... -
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 ... -
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... -
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
...
Also available in: Atom