Activity
From 09/14/2016 to 09/20/2016
09/20/2016
-
02:11 PM Bug #12421: Please backport r53816, r53817
- I do not consider this a feature change but a bug fix. According to wget specification of the no_proxy environment va...
-
02:02 PM Bug #12777 (Closed): NoMethodError: undefined method `garbage_collect' for GC:Module
- Applied in changeset r56194.
----------
gc.c: fix rdoc of garbage_collect [ci skip]
* gc.c (gc_start_internal): [DO... -
12:28 PM Bug #12777 (Closed): NoMethodError: undefined method `garbage_collect' for GC:Module
- RDoc says `GC.garbage_collect` is equal to `GC.start`. But `GC.garbage_collect` is a normal method. It is not a singl...
-
02:02 PM Revision 25049e98 (git): gc.c: fix rdoc of garbage_collect [ci skip]
- * gc.c (gc_start_internal): [DOC] add ObjectSpace.garbage_collect
and fix GC#garbage_collect. [Bug #12777]
git-sv... -
12:51 PM Bug #12778 (Closed): Segmentation Fault in win32ole on Ruby 2.3.1p112 [x64-mingw32] when creating Windows Share
- Whilst using ruby to create a shared folder on Windows I encountered a seg fault. This reproduces the issue on Window...
-
12:25 PM Revision f4b566df (git): * doc/extension.ja.rdoc: translate r56189 (rb_gc_adjust_memory_usage). [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:00 PM Bug #12396: Compilation crashes with segmentation fault in HP-UX 11.31
- I have removed the asterisk from the x and got a bit further to:
~~~
gmake[3]: Entering directory '/tmp/stable-sn... -
11:40 AM Bug #12396: Compilation crashes with segmentation fault in HP-UX 11.31
- Just retried with a stable snapshot:
~~~
compiling ./missing/strlcpy.c
/opt/aCC/bin/aCC -Ae -g -c ia64.s
com... -
11:12 AM Revision 45d62ec9 (git): describe "0.class == Integer" to detect the feature.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:52 AM Revision 49587922 (git): * gems/bundled_gems: Update rake-11.3.0
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:52 AM Feature #12690 (Closed): Improve GC with external library that may use large memory
- Applied in changeset r56189.
----------
gc.c: rb_gc_adjust_memory_usage
* gc.c (rb_gc_adjust_memory_usage): notify ... - 07:52 AM Revision 5039300f (git): * 2016-09-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:52 AM Revision 68aa1d81 (git): gc.c: rb_gc_adjust_memory_usage
- * gc.c (rb_gc_adjust_memory_usage): notify memory usage to the GC
engine by extension libraries, to trigger GC. [F... -
07:20 AM Bug #12776: Flaky test case: TestThread#test_thread_name
- In Fedora CI, I observe from time to time this test failure:
```
1) Failure:
TestThread#test_thread_name [/bui... -
07:14 AM Bug #12776 (Closed): Flaky test case: TestThread#test_thread_name
-
06:05 AM Feature #12775: Random subset of array
- Nobuyoshi Nakada wrote:
> Do you mean random size subset?
> I can't get how/why it is useful.
> Please elaborate w... -
06:03 AM Feature #12775 (Feedback): Random subset of array
- Do you mean random size subset?
I can't get how/why it is useful.
Please elaborate with the use cases. -
04:50 AM Feature #12775 (Rejected): Random subset of array
- I often see use cases to randomly sample a subset from an array like this:
```ruby
a = [3, 2, 6, 2, 6, 1]
a.samp... -
04:21 AM Bug #8996: pthread_mutex_lock EINVAL
- Also occurs on latest head of master (Git commit c9dd5918f40dc6df3a237f634b9689bfbb591662, git-svn-id: svn+ssh://ci.r...
-
12:56 AM Feature #12760: Optional block argument for `itself`
- What about `let` ?:
```ruby
some.long.method.chain.constructing.string
.let { |s| "(" + s + ")" }
``` -
12:48 AM Bug #10290: segfault when calling a lambda recursively after rescuing SystemStackError
- It causes `SystemStackError` as expected, with ruby 2.3.
09/19/2016
-
09:35 PM Bug #12720: Ruby segmentation issue
- References:
Same issue on stackoverflow.com (maybe by the same reporter):
http://stackoverflow.com/questions/3929... -
12:39 PM Bug #8996: pthread_mutex_lock EINVAL
- still happening on 2.3.1
-
12:38 PM Bug #9244: unexpected behaviour of 'require' when $LOAD_PATH gets changed
- and on 2.3.1
-
10:09 AM Bug #12771 (Feedback): Allow setting max memory consumption
- Do you mean `Process::setrlimit(Process::RLIMIT_AS, 100 * 1024 * 1024)` does not work for you? If that is the case p...
-
09:49 AM Feature #12760: Optional block argument for `itself`
- Thanks a lot! (But, sorry for bothering, could it be discussed as "Optional block argument for itself OR another name...
-
09:23 AM Feature #12760: Optional block argument for `itself`
- Victor Shepelev wrote:
> Please-please-please, could somebody add this topic to next developer's meeting agenda?..... -
08:21 AM Revision c9dd5918 (git): bundled_gems: minitest certificate expired
- * gems/bundled_gems: certificate of minitest-5.9.0 has expired.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56... -
08:05 AM Feature #12739 (Closed): deprecate_constant :Fixnum, :Bignum
- Applied in changeset r56187.
----------
deprecate Fixnum and Bignum
* numeric.c (Init_Numeric), bignum.c (Init_Bign... -
08:05 AM Revision 772fd010 (git): deprecate Fixnum and Bignum
- * numeric.c (Init_Numeric), bignum.c (Init_Bignum): deprecate
Fixnum and Bignum. this may be reverted after previe... -
07:48 AM Bug #10290: segfault when calling a lambda recursively after rescuing SystemStackError
- Any update on this issue? I ran into this bug yesterday and spent hours investigating the source of the segfault. Her...
-
07:00 AM Feature #12734: `Array#flat?`
- Herwin W wrote:
> This is pretty trivial to implement yourself:
Oh, you're right. I didn't realize that this is m... -
03:00 AM Feature #12770: Hash#left_merge
- Robert A. Heiler wrote:
> I think that the name appears to be a bit strange - if we have a left_merge, do we have a ... -
02:02 AM Feature #12770: Hash#left_merge
- I think that the name appears to be a bit strange - if we have a left_merge, do we have a right_merge, an up_merge, a...
-
01:37 AM Feature #6183 (Closed): Enumerator::Lazy performance issue
- Applied in changeset r56185.
----------
enumerator.c: lazy enum improvement
* enumerator.c (lazy_init_yielder): dir... - 01:36 AM Revision abe087e5 (git): * 2016-09-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:36 AM Revision 856afbef (git): enumerator.c: lazy enum improvement
- * enumerator.c (lazy_init_yielder): directly call stored functions.
[Feature #6183]
* enumerator.c (lazy_add_method...
09/18/2016
-
01:56 PM Bug #12773: useless lines in lib/rss/rss.rb
- その通りなので削除しました。
-
01:52 PM Bug #12773 (Closed): useless lines in lib/rss/rss.rb
- Applied in changeset r56184.
----------
* lib/rss/rss.rb (RSS::BaseModel): Remove needless codes.
[Bug #12773][rub... -
10:31 AM Bug #12773 (Closed): useless lines in lib/rss/rss.rb
- `lib/rss/rss.rb` に
```
attr = attr.id2name if attr.kind_of?(Integer)
```
という行が複数ありますが、`Fixnum#id2na... - 01:51 PM Revision 671e1d89 (git): * lib/rss/rss.rb (RSS::BaseModel): Remove needless codes.
- [Bug #12773][ruby-dev:49813]
Reported by Kazuhiro NISHIYAMA. Thanks!!!
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
01:38 PM Bug #12774: TkDND cannot handle text/plain, text/uri-list type well
- # I'm sorry that I posted this to ruby-core unintentionally.
# It seems that I cannot change the property of this ... -
01:29 PM Bug #12774 (Rejected): TkDND cannot handle text/plain, text/uri-list type well
-
10:40 AM Bug #12767: Since r56169, compile error of vsnprintf.c with Oracle Solaris Studio 12.x
- これは完全に考慮漏れでした。ごめんなさい。
-
10:24 AM Revision 2c2a111e (git): * lib/sync.rb: Fix NameError when error.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:23 AM Revision b9e96915 (git): common.mk: use EXTOUT to benchmark [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:21 AM Revision 26a1ebf0 (git): * 2016-09-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:21 AM Revision f9b36a39 (git): mkmf.rb: fix for bundled gems
- * lib/mkmf.rb (install_dirs): enable extout in RUBYARCHDIR only
when extmk.
* lib/mkmf.rb (create_makefile): ditto...
09/17/2016
-
07:58 PM Feature #12770: Hash#left_merge
- Ah, hmm. I think new example was a bit off as well. The return value should be:
`{ a: 1, b: 2, c: 3, d: nil, e: ni... -
07:47 AM Feature #12770 (Feedback): Hash#left_merge
- Derek Kniffin wrote:
> I've also got a first draft of the method definition:
>
> ````ruby
> def left_merge(new... -
02:21 AM Feature #12770: Hash#left_merge
- Ah, yep, here's a better example:
````ruby
a = {a: 1, b: nil, c: 3, d: nil}
b = {a: 1, b: 2, c: 4, e:nil}
a.lef... -
03:30 PM Bug #12772: stderr: /home/webui/production/vendor/bundle/ruby/2.1.0/gems/ref-1.0.2/lib/ref/weak_reference/pure_ruby.rb:45: [BUG] Segmentation fault at 0x00000000000018
- Updating the ref dependency to 2.0.0 makes the issue no longer reproducible.
-
03:09 PM Bug #12772: stderr: /home/webui/production/vendor/bundle/ruby/2.1.0/gems/ref-1.0.2/lib/ref/weak_reference/pure_ruby.rb:45: [BUG] Segmentation fault at 0x00000000000018
- Reproduced without backports enabled. Same error.
-
02:18 PM Bug #12772 (Closed): stderr: /home/webui/production/vendor/bundle/ruby/2.1.0/gems/ref-1.0.2/lib/ref/weak_reference/pure_ruby.rb:45: [BUG] Segmentation fault at 0x00000000000018
- I'm testing a rails application on debian jessy that was previously running on debian wheezy.
Running `RAILS_ENV=p... -
01:46 PM Revision a333b8e6 (git): * vm_insnhelper.c (vm_throw_start): Remove too much ";"
- [fix GH-1432]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:46 AM Feature #12760: Optional block argument for `itself`
- >> But, to be completely honest, I'm fascinated by how this simple, easy to
implement and useful functionality have ... -
10:19 AM Revision 014da912 (git): openssl: really fix test failure on Ubuntu 16.04
- * test/openssl/test_ssl.rb (test_ctx_options): Fix test failure on
Ubuntu 16.04. The fix in r56147 was incomplete. ... -
09:22 AM Revision cf6ca2d8 (git): objspace_dump.c: dc is no longer used [ci skip]
- * ext/objspace/objspace_dump.c (heap_i): remove no longer used
variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
01:51 AM Revision 151536d4 (git): * doc/extension.ja.rdoc: translate r56130 (rb_check_arity). [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/16/2016
-
11:03 PM Bug #12771 (Closed): Allow setting max memory consumption
- I want to limit a ruby process to 100mb ... if the limit is reached it should run GC
Already tried various RUBY_ s... -
10:35 PM Feature #12770: Hash#left_merge
- My feeling is that this won't be accepted (for lack of need and lack of a good name), but if you want to have a chanc...
-
07:13 PM Feature #12770 (Rejected): Hash#left_merge
- I would like a Hash method that does the following:
````ruby
a = {a: 1, b: nil, c: nil, d: nil}
b = {a: 1, b: 2,... - 05:44 PM Revision 5b0134aa (git): * 2016-09-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:44 PM Revision 45e8ccde (git): Use JSON lines format for full heap dumps.
- This commit changes full heap dumps back to using JSON lines format
(http://jsonlines.org) so that we can process ver... -
01:57 PM Feature #12700: regexg heredoc support
- I don't see how %r helps.
Here is an (rather forced) example of the advantage of a /HEREDOC/
~~~ ruby
a = "one... -
01:13 PM Bug #12769: Since r56098, compile error in ossl_ssl.c line 639, with old version of fcc on Solaris 10
- Yes, committed as r56173
-
01:11 PM Bug #12769 (Closed): Since r56098, compile error in ossl_ssl.c line 639, with old version of fcc on Solaris 10
- Applied in changeset r56173.
----------
* ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): Fix compile error
wit... -
01:03 PM Bug #12769: Since r56098, compile error in ossl_ssl.c line 639, with old version of fcc on Solaris 10
- Thanks. Could you commit it?
-
12:56 PM Bug #12769: Since r56098, compile error in ossl_ssl.c line 639, with old version of fcc on Solaris 10
- also reported to https://github.com/ruby/openssl/issues/72
-
12:49 PM Bug #12769 (Closed): Since r56098, compile error in ossl_ssl.c line 639, with old version of fcc on Solaris 10
- Since r56098, build of ext/openssl/ossl_ssl.c failed with the following compile error, with old version of fcc (Fujit...
-
01:11 PM Revision 54fa33ea (git): * ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): Fix compile error
- with old version of fcc (Fujitsu C Compiler) on Solaris 10.
[Bug #12769] [ruby-dev:49809]
git-svn-id: svn+ssh://... -
12:29 PM Bug #12767 (Closed): Since r56169, compile error of vsnprintf.c with Oracle Solaris Studio 12.x
- Applied in changeset r56172.
----------
* internal.h (MAYBE_UNUSED): The fallback definition is needed.
Fix compil... -
11:52 AM Bug #12767 (Closed): Since r56169, compile error of vsnprintf.c with Oracle Solaris Studio 12.x
- おそらく r56169以降、Solaris 10 上の Oracle Solaris Studio 12.3 では、以下のコンパイルエラーでビルドに失敗します。
```
cc -errtags=yes -xO4 -xtarg... -
12:29 PM Revision 16391af2 (git): * internal.h (MAYBE_UNUSED): The fallback definition is needed.
- Fix compile error with some non-GCC compilers such as
Oracle Solaris Studio 12.3 on Solaris 10.
[Bug #12767] [rub... -
12:20 PM Bug #12768 (Closed): Since r56158, compile error in "hash.c", line 1753, with old fcc on Solaris 10
- Applied in changeset r56171.
----------
* hash.c (each_pair_i_fast): Fix compile error with old version of
fcc on ... -
12:15 PM Bug #12768 (Closed): Since r56158, compile error in "hash.c", line 1753, with old fcc on Solaris 10
- おそらく r56158 以降、Solaris 10上の古い Fujitsu C Compiler (fcc) にて、以下のコンパイルエラーが発生します。
```
fcc -O2 -KV9 -KVIS2 -DRUBY_EXPO... -
12:20 PM Revision c1dbcf9b (git): * hash.c (each_pair_i_fast): Fix compile error with old version of
- fcc on Solaris 10. [Bug #12768] [ruby-dev:49808]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56171 b2dd03c8-3... -
10:52 AM Feature #11195: Add "no_proxy" parameter to Net::HTTP.new
- +1, I'm sure this costs quite a few people in $BIGCORPs som time to work around
Shyouhei Urabe wrote:
> We looked... - 10:47 AM Revision a3346934 (git): * win32/Makefile.sub (config.h): fixed compile error with VC introduced
- by previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:41 AM Feature #12744: Add str.reverse_each_char and str.reverse_chars
- Bouke van der Bijl wrote:
> I don't really have a use case for reverse_chars, but I added it for symmetry with the... -
06:15 AM Revision 2fc5210f (git): * internal.h (WARN_UNUSED_RESULT): moved to configure.in, to
- actually check its availability rather to check GCC's version.
* configure.in (WARN_UNUSED_RESULT): moved to... -
06:15 AM Revision 921c4776 (git): * ChangeLog (add-log-time-format): Not exactly sure when but
- recently (25.x maybe), emacs changed its API to take optional
two arguments. We have to follow that.
git... -
04:36 AM Bug #12766 (Closed): Backport r56166 (Don't include bad password in URI exception output)
- バックポート管理用チケットです。
-
03:04 AM Bug #12762: missing links in LEGAL
- The wayback machine idea sounds good.
In addition to that, perhaps for links that may no longer exist, one could m... -
03:01 AM Feature #12760: Optional block argument for `itself`
- > But, to be completely honest, I'm fascinated by how this simple, easy to
> implement and useful functionality have...
09/15/2016
- 09:44 PM Revision f98a2c8f (git): * 2016-09-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:44 PM Revision c2cbd552 (git): Don't include bad password in URI exception output
- We shouldn't include the bad password in the URI exception output
message. Just knowing that there is a bad password... -
07:20 PM Bug #12765 (Rejected): An [element] multiply an number, every element in the list would be modified after modifying only one of then.
- Clearly not a bug.
list[0][0] = -1 # => same as doing:
element[0] = -1
For further questions, please u... -
05:23 PM Bug #12765: An [element] multiply an number, every element in the list would be modified after modifying only one of then.
- `
element = [1]
list = Array.new(3) { element }
p list #[[1], [1], [1]]
list[0][0] = -1 # should be [[-1], [1], [... -
05:09 PM Bug #12765: An [element] multiply an number, every element in the list would be modified after modifying only one of then.
- this is not much of a bug,
your array has three times the same element object (same object id)
you want:
lis... -
04:45 PM Bug #12765 (Rejected): An [element] multiply an number, every element in the list would be modified after modifying only one of then.
- `
element = [1]
list = [element.clone] * 3
p list #[[1], [1], [1]]
list[0][0] = -1 # should be [[-1], [1], [1]]
... -
01:31 PM Bug #12764 (Closed): rubygems with multi default gem problem
- This issue may affect Ruby committers only.
This does not probably affect released ruby.
With development ruby, `... -
12:45 PM Bug #12699 (Third Party's Issue): Crash in the VM - maybe garbage collector bug
- This issue have been cross-filed to google-protobuf by Nicolas Noble, original reporter.
https://github.com/google/p... -
12:41 PM Revision 7070c5bf (git): * doc/extension.ja.rdoc: Fix file name. [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:03 AM Bug #12762: missing links in LEGAL
- We can also attach wayback machine links such as http://web.archive.org/web/19990429082237/http://www.math.keio.ac.jp...
-
05:35 AM Bug #12762: missing links in LEGAL
- In some cases, there may be no way anymore to access the information, but the LEGAL file may still need to document w...
-
09:45 AM Bug #12763 (Closed): Performance regression in bm_securerandom.rb
- Before https://github.com/ruby/ruby/commit/b402cc7
```
total: 2 trial(s) (2 trial(s) for 1 benchmark(s))
..
---... -
01:28 AM Bug #12761: Ruby 2.3.1 has a bug in `Module#alias` and `Module#alias_method`
- IMHO this is a known bug yet to be fixed.
09/14/2016
-
09:40 PM Feature #12746: class Array: alias .prepend to .unshift ?
- Also `.prepend` sounds more natural than `.unshift` (specialy on Array). But it also implies `.append` which should b...
-
09:26 PM Feature #12142: Hash tables with open addressing
- Yui NARUSE wrote:
> Current patches are below branches? (though they have -Wshorten-64-to-32 issue)
>
> * https:/... -
06:07 PM Feature #12142: Hash tables with open addressing
- Correct link: https://github.com/funny-falcon/ruby/tree/st_table_with_array2
Also it is attached to this issue as ... -
11:31 AM Feature #12142: Hash tables with open addressing
- Current patches are below branches? (though they have -Wshorten-64-to-32 issue)
* https://github.com/vnmakarov/rub... -
04:03 PM Revision b86fbf25 (git): Add $(srcdir) for lib directory
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:00 PM Revision 55feab65 (git): * 2016-09-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:00 PM Revision 6227b8ec (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 PM Revision 2abf1563 (git): * benchmark/: add vnmakarov's benchmarks around hash [ruby-core:75265]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Misc #12722: Localizing Ruby
- Thanks! I played a bit with the keywords but I figured out that indeed it's kind of difficult to localize the entire ...
-
02:13 PM Bug #12509: Using qsort_s in mingw-w64 causes failures
- Could you take in the attached patch before 2.4.0 release ?
These keep fail in the current trunk version.
-
01:01 PM Feature #12760: Optional block argument for `itself`
- OK, I did not my homework really well this time.
But, to be completely honest, I'm fascinated by how this simple, ea... -
10:52 AM Feature #12760: Optional block argument for `itself`
- 
-
10:37 AM Feature #12760: Optional block argument for `itself`
- [Sounds](https://bugs.ruby-lang.org/issues/6373#note-47) [familiar](https://bugs.ruby-lang.org/issues/10095#note-7), ...
-
07:39 AM Feature #12760 (Closed): Optional block argument for `itself`
- That's an another attempt to choose good metaphor for `object.(yield self)` (previously: #6721 and ton of duplicates)...
-
12:57 PM Bug #12521: Syntax for retrieving argument without removing it from double-splat catch-all
- I want this feature.
Keyword argument is safer and more explanatory than splat style.
But I sometimes want to pass ... - 12:52 PM Revision 2bbd6f18 (git): * .document: [DOC] add rbconfig. [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 PM Bug #12762 (Closed): missing links in LEGAL
- * LEGAL の Oniguruma の節にある URL が以下の3つ全てリンク切れのようです。
* random.c の http://www.math.keio.ac.jp/matumoto/emt.html もないようです。... -
11:36 AM Bug #12761 (Closed): Ruby 2.3.1 has a bug in `Module#alias` and `Module#alias_method`
- Consider the following code:
~~~ ruby
module M
def original ; puts __callee__ ; end
alias_m... -
03:31 AM Bug #12759 (Closed): Backport r53668 (Fix doc with default value with GH-523)
- バックポート管理用チケットです。
r49129 で Tempfile.new の第1引数が省略可能になった(2.3〜)ことについてのドキュメントの追随です。 -
03:28 AM Bug #12183 (Closed): require "win32ole" すると終了ステータスが必ず 0 になる
- すみません見逃がしてました。
trunk で修正済みなので close します。また2.2 のメンテナ交代にあわせて一応担当者変更しておきます。
Also available in: Atom