Activity
From 11/27/2014 to 12/03/2014
12/03/2014
-
11:34 PM Bug #10564 (Closed): DelegateClass, method_missing, and instance_eval -- different behavior in ruby 2.1
- It's not a bug.
Delegator which is superclass of DelegateClass, is a subclass of BasicObject, not Object, so that ... -
03:23 PM Bug #10564: DelegateClass, method_missing, and instance_eval -- different behavior in ruby 2.1
- Oh, and you can note `Kernel.raise` and `Kernel.puts` in the reproduction -- this was neccesary to actually access `r...
-
03:22 PM Bug #10564 (Closed): DelegateClass, method_missing, and instance_eval -- different behavior in ruby 2.1
- This is an odd one, I don't completely understand. But there is different behavior in ruby 2.0 vs 2.1, and the 2.0 be...
-
11:25 PM Revision bc0f1312 (git): prelude.c.tmpl: require_relative
- * template/prelude.c.tmpl (Prelude#translate): support for
require_relative and comments followed by #.
git-svn-id... -
11:24 PM Revision f64ba5d5 (git): iseq_load.c: rb_path2class
- * ext/-test-/iseq_load/iseq_load.c (Init_iseq_load): use
rb_path2class.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
11:08 PM Bug #10511: fix for #9940 causes dramatic performance regression
- [email protected] wrote:
> I think I've found one more source of performance degradation:
I cannot reproduce the... -
11:39 AM Bug #10511: fix for #9940 causes dramatic performance regression
- I think I've found one more source of performance degradation:
in debase we keep contexts for threads in hash and on... -
10:17 PM Bug #8543 (Closed): new rb_iseq_load crash
- Applied in changeset r48705.
----------
mostly fix rb_iseq_load
This allows reporters commenters of [Feature #8543]... - 10:17 PM Revision 14b42c28 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:16 PM Revision 9581954a (git): mostly fix rb_iseq_load
- This allows reporters commenters of [Feature #8543] to load
instruction sequences directly. Some test cases are stil... - 10:03 PM Revision 0c662b34 (git): iseq.c: avoid segfault on incomplete iseq
- Compile failures will trigger iseq_free before
iseq->callinfo_entries are allocated at all.
* iseq.c (iseq_free): av... -
09:49 PM Feature #10017: Add `Hash#fetch_values`
- I submitted PR for this change: https://github.com/ruby/ruby/pull/776 calling the method `fetch_values`.
- 07:20 PM Revision ddc4cd4a (git): * 2014-12-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:20 PM Revision 14b56401 (git): load.c: reset errinfo
- * load.c (ruby_require_internal): ignore error detail, just return
an error.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
02:39 PM Revision 9a12b5ae (git): load.c: defer static linked ini
- * load.c (register_init_ext, ruby_init_ext): defer running the
registered initialization function until required, n... -
01:58 PM Bug #10460: Segfault instead of stack level too deep
- I've got similar snippet:
~~~
describe "SEGV" do
let(:foo) do
foo
end
it "crashes" do
foo
... -
08:21 AM Bug #9759: [TracePoint API] return event missing when raising exception
- Did you get the chance to have a look at this, ko1? Thanks!
-
08:13 AM Revision aacc35e1 (git): encoding.c: load by rb_require_internal
- * encoding.c (load_encoding): use rb_require_internal instead of
calling rb_require_safe with protection.
git-svn-... -
07:47 AM Revision 638ba473 (git): load.c: defer static linked init
- * enc/encinit.c.erb (Init_enc): initialize encdb and transdb
directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
07:47 AM Revision 673f1b30 (git): enc/prelude.rb: no encdb and transdb
- * enc/prelude.rb: no longer need to load encdb and transdb here.
Init_enc should load them if possible.
git-svn-id... -
06:13 AM Revision a177c276 (git): load.c: tweak the return value
- * load.c (rb_require_internal): tweak the return value, 1 and 0
correspond to true and false in Kernel#require, res... -
05:51 AM Revision f235dbee (git): dmyenc.c: try to load encdb
- * load.c (ruby_require_internal): separate from rb_require_safe,
not to raise exceptions.
* ruby.c (process_options... -
05:34 AM Revision 49b3b2d8 (git): string.c: fake string is not sharing
- * string.c (setup_fake_str): fake string does not share another
string, but just should not free.
git-svn-id: svn+... -
04:04 AM Feature #10255: Math.log: check domain of base argument
- Hi there. I'm just gonna add a explain.
```ruby
Math.log(1,-1)
#=> NaN
Math.log(0.0,-1)
#=> -Infinity
Mat... -
03:52 AM Feature #10255: Math.log: check domain of base argument
- Associated revision [10487](https://bugs.ruby-lang.org/issues/10487)
-
04:04 AM Revision ed52fa6e (git): tcltklib.c: revert RUBY_UNTYPED_DATA_WARNING
- * ext/tk/tcltklib.c (RUBY_UNTYPED_DATA_WARNING): Data_Get_Struct
is not affected.
git-svn-id: svn+ssh://ci.ruby-la... -
03:32 AM Feature #7511: short-circuiting logical implication operator
- to be precise, implies is a derived operator, not a core one.
racket has this operator, as does eiffel, which supp... -
03:25 AM Revision aaed1071 (git): intern.h: SIZED_ENUMERATOR
- * include/ruby/intern.h (SIZED_ENUMERATOR): separate from
RETURN_SIZED_ENUMERATOR.
* string.c (rb_str_enumerate_ch... -
03:25 AM Revision c95b3a16 (git): ruby.h: no warnings of hidden objects
- * include/ruby/ruby.h (rb_data_object_alloc_warning): no warnings
of internal hidden objects which klass == 0.
git... -
03:25 AM Revision b040788b (git): tkutil.c: typed data
- * ext/tk/tkutil/tkutil.c (cbsubst_info_type): use typed data.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4869... -
02:29 AM Bug #10563 (Closed): system() call hangs if command is too long
- fixed at r48690.
-
01:56 AM Bug #10563 (Assigned): system() call hangs if command is too long
- Thank you for reporting!
We'll fix it.
memo: This is a bug of w32_spawn(). - 02:16 AM Revision 396e3da7 (git): * win32/win32.c (w32_spawn): `v2` is used not only for `shell` but also
- `cmd`, so must not free before using `cmd`.
[ruby-core:66648] [Bug #10563]
git-svn-id: svn+ssh://ci.ruby-lang.org... -
02:03 AM Bug #10562 (Third Party's Issue): Rails command fault
- Seems json library's issue.
You should report to the developer, with the crash report log file. -
12:48 AM Revision 655285b5 (git): cparse.c: typed data
- * ext/racc/cparse/cparse.c (cparse_params_type): use typed data.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4...
12/02/2014
-
10:08 PM Revision e0c3f581 (git): * test/test_open3.rb: Add a simple test for env hash on popen3.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:46 PM Bug #10563: system() call hangs if command is too long
- Actually I found this problem, while using rake and I raised another bug for rake first. Perhaps it contains some use...
-
08:36 PM Bug #10563 (Closed): system() call hangs if command is too long
- In some situations another process, which was started using Kernel::system(), hangs right from the beginning, i.e. th...
- 06:22 PM Revision d2550740 (git): * 2014-12-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:22 PM Revision 0b31b7cd (git): * test/ruby/test_eval.rb: add case to test "sticky" instance_eval
- self when passed a reified block (proc/lambda).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48686 b2dd03c8-39d... -
05:27 PM Bug #10526: [DOC] Revise documentation in object.c
- @zzak Please change assignee if you are the wrong person.
Nearly two weeks without feedback... are DOC fixes also ... -
01:24 PM Bug #10562 (Third Party's Issue): Rails command fault
- Segment fault error reported when running rails command.
error report:
~~~
appletekiMacBook-Air:Raylion apple... -
12:34 PM Revision f9dcfb2b (git): * ext/win32ole/win32ole.c: use typed data for com_hash.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:04 AM Bug #10554: preview2 fails to generate prelude.c
- Benoit Daloze wrote:
> A released tarball should be as easy to build as possible for a user and more importantly pro... -
07:56 AM Bug #10554: preview2 fails to generate prelude.c
- Vit Ondruch wrote:
> So while some pre-generated code in source tarball allows to remove the BASERUBY need, which is... -
07:06 AM Revision 56891028 (git): common.mk: html
- * common.mk (html): target to generate HTML form documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48... -
06:59 AM Revision 820e5ade (git): array.c: decoration
- * array.c (rb_ary_plus): inline decoration of the operator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48683 ... -
06:55 AM Feature #10561 (Open): Improve function of Thread::Backtrace::Location #path and #absolute_path
- I was working on this issue in Rails and hit an area where Backtrace Location can be improved
https://github.com/r... -
06:34 AM Misc #10560: confusion between x=x+y, x+=y, x.concat(y) and y.each{|z| x<<z}
- I added some explanation to the documentation of Array#+ in r48682. I haven't been able to make RDoc create a separat...
-
06:30 AM Revision 24f5f816 (git): array.c (rb_ary_plus): in documentation, added note about
- inefficiency of repeated += operations. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48682 b2dd03c8-3... -
06:29 AM Revision 062f0edd (git): common.mk: clean more files
- * common.mk (distclean-local): clean fake file.
* common.mk (realclean-local): clean generated files under srcdir.
... -
06:18 AM Bug #10558: failing require digest.so on OSX statically compiled ruby
- I can't reproduce it:
* plain ruby-2.1.5 tarball
* in-place build
* *without* `~/.sm/pkg/active` directories
... -
04:45 AM Bug #10558: failing require digest.so on OSX statically compiled ruby
- Mine is also 10.10.
And I heard that it occurs with 2.1 but not with trunk. -
04:55 AM Revision ab9319d8 (git): compile.c: set true and false directly
- * compile.c (iseq_set_arguments): directly set true and false
default values not only nil to keyword arguments.
gi... -
04:54 AM Revision a81979ec (git): iseq.c: use lvar index
- * iseq.c (iseq_data_to_ary): use local variable indexes for hidden
variable instead of meaningless ID values.
git-...
12/01/2014
-
11:44 PM Bug #10537: Repeated creation and garbage collection of WeakRef instances against a single object leaks memory
- I'll see if I can get around to it tonight.
-
11:18 PM Bug #10537: Repeated creation and garbage collection of WeakRef instances against a single object leaks memory
- nobu, your patch looks fine to me. However, my original uses less memory
and time on Alex's test on my Phenom II
... -
11:22 PM Bug #10554: preview2 fails to generate prelude.c
- Jeremy Evans wrote:
> Vit Ondruch wrote:
> > Ok, this seems to be due to r48607 and associated commits. Looking at ... -
08:37 PM Bug #10554: preview2 fails to generate prelude.c
- Jeremy Evans wrote:
> By this argument, the source tarball shouldn't contain parse.c, only parse.y, making bison a r... -
04:59 PM Bug #10554: preview2 fails to generate prelude.c
- Vit Ondruch wrote:
> Ok, this seems to be due to r48607 and associated commits. Looking at builds of Ruby 2.1, prelu... -
04:32 PM Bug #10554: preview2 fails to generate prelude.c
- Ok, this seems to be due to r48607 and associated commits. Looking at builds of Ruby 2.1, prelude.c was always genera...
-
10:38 PM Bug #8543: new rb_iseq_load crash
- [email protected] wrote:
> iseq_data_to_ary() ignores hidden variables named by id_internal().
>
> It seems to ... - 10:32 PM Revision 7ec46047 (git): iseq.c (iseq_data_to_ary): keep hidden variables
- We must not ignore hidden variables when rb_id2str fails.
Thanks to wanabe [ruby-core:66566]
git-svn-id: svn+ssh://c... -
09:48 PM Revision 4297d55c (git): * ext/psych/lib/psych.rb: bumping version
- * ext/psych/psych.gemspec: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48677 b2dd03c8-39d4-4d8f-98ff-823... - 09:35 PM Revision 4eef908d (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:35 PM Revision 12396fda (git): * ext/psych/lib/psych/visitors/to_ruby.rb: support objects that are
- marshalable, but inherit from basic object.
Thanks Sean Griffin <[email protected]>
* ext/psych/lib/psych/visito... -
09:32 PM Revision 0a190272 (git): parse.y: preserve tSTRING_CONTENT results
- * parse.y (ripper_flush_string_content): preserve the dispatched
results at tSTRING_CONTENT. [ruby-dev:48714] [Bug... -
09:31 PM Revision 1549a6b7 (git): parse.y: check single regexp only
- * parse.y (regexp_contents): check in ripper only if the whole
content is a single regexp without interpolation.
... -
09:30 PM Revision 012c5581 (git): re.c: rb_reg_region_copy
- * re.c (rb_reg_region_copy): new function to try with GC if copy
failed and return the error.
git-svn-id: svn+ssh:... -
07:53 PM Revision 4ea50d7a (git): parse.y: remove garbage
- * parse.y (parser_magic_comment): remove a garbage line inserted
at previous ripper fix, r48668.
git-svn-id: svn+s... -
07:47 PM Revision 8b3813f6 (git): strscan.c: fix condition
- * ext/strscan/strscan.c (strscan_init_copy): fix inverted
condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
07:43 PM Revision 4d63c850 (git): re.c: check if onig_region_copy failed
- * re.c (CHECK_REGION_COPIED): onig_region_copy() can fail when
memory exhausted but returns nothing, so check by if... -
07:37 PM Misc #10560: confusion between x=x+y, x+=y, x.concat(y) and y.each{|z| x<<z}
- Ah right sorry I didn't see the 'doc' note. I think we could (theoretically) implement this optimisation without any ...
-
07:11 PM Misc #10560: confusion between x=x+y, x+=y, x.concat(y) and y.each{|z| x<<z}
- Recursive Madman it's what I said in the ticket (but unwinded)
Chris Seaton I would assume the `doc` categorizatio... -
07:03 PM Misc #10560: confusion between x=x+y, x+=y, x.concat(y) and y.each{|z| x<<z}
- I disagree with making the proposed change to +=. I would find it extremely surprising for += to modify an existing A...
-
05:55 PM Misc #10560 (Assigned): confusion between x=x+y, x+=y, x.concat(y) and y.each{|z| x<<z}
-
03:59 PM Misc #10560: confusion between x=x+y, x+=y, x.concat(y) and y.each{|z| x<<z}
- += doesn't change the object itself.
For strings for example:
```
x = y = 'foo'
x += 'bar'
x #=> 'foobar'
y... -
03:53 PM Misc #10560 (Assigned): confusion between x=x+y, x+=y, x.concat(y) and y.each{|z| x<<z}
- while discussing a ticket I have noticed that there is no documentation for `+=`
I was expecting `+=` to behave as... -
06:53 PM Bug #10412 (Closed): DNS Resolv broken when resolv.conf has option ndots > 1
- This should be fixed in r48534. Thanks!
-
05:53 PM Revision 11dc42c2 (git): parse.y: enable encoding pragma in ripper
- * parse.y (magic_comment_encoding): enable in ripper, since the
encoding is necessary to parse non-default encoding... - 05:37 PM Revision 689f0dd2 (git): * 2014-12-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:36 PM Revision e1606f92 (git): * lib/uri/generic.rb (URI::Generic.build):
- use hostname= to detect and wrap IPv6 hosts.
Build is accepting URI components and users may not expect
that a ho... -
03:33 PM Bug #10558: failing require digest.so on OSX statically compiled ruby
- Nobuyoshi Nakada what OSX version are you trying? mine was 10.10, also could it make difference if it was compiled in...
-
12:49 PM Bug #10558: failing require digest.so on OSX statically compiled ruby
- This is failing on Travis CI and unfortunately preventing us from offering 2.2.0-preview2.
See https://travis-ci.o... -
04:02 AM Bug #10558 (Feedback): failing require digest.so on OSX statically compiled ruby
- I can't reproduce it.
~~~
$ LDFLAGS="-fPIC -Bstatic" CFLAGS="-O3 -fPIC -mmacosx-version-min=10.7" ../src/configur... -
02:11 PM Misc #10541: Remove shorthand string interpolation syntax
- Martin Dürst wrote:
> Can you tell us what the situation is for Ruby itself (including build scripts and standard li... -
02:03 PM Misc #10541: Remove shorthand string interpolation syntax
- Recursive Madman wrote:
> Did you also check what character followed those interpolations? e.g. "#{@foo}bar" wouldn'... -
10:29 AM Misc #10541: Remove shorthand string interpolation syntax
- Brian Hempel wrote:
> Answer: 19,869 of those string interpolations were like "#{@ivar}" or "#{$gvar}" or "#{@@cvar}... -
06:00 AM Misc #10541: Remove shorthand string interpolation syntax
- Brian Hempel wrote:
> I analyzed the ~150,000 Ruby files in the top 1000 Ruby repositories on GitHub:
Can you tel... -
05:59 AM Misc #10541: Remove shorthand string interpolation syntax
- Nobuyoshi Nakada wrote:
> What kind of warnings?
> To warn all `#@ivar` things just makes it boring and would dis... -
04:53 AM Misc #10541: Remove shorthand string interpolation syntax
- Steve Richert asked me how many of those 353,199 regular interpolations could have been replaced by shorthand interpo...
-
03:38 AM Misc #10541: Remove shorthand string interpolation syntax
- Martin Dürst wrote:
> Maybe what we can do is to just produce a warning, without depreciation? That will help everyb... -
01:57 AM Misc #10541: Remove shorthand string interpolation syntax
- Brian Hempel wrote:
> I analyzed the ~150,000 Ruby files in the top 1000 Ruby repositories on GitHub:
>
> The reg... -
01:35 PM Bug #10449: [TracePoint API] Duplicated line events when using parenthesis
- Oops, I need to start thinking before talking... :) The change in the behaviour actually happened in [this example](h...
-
05:45 AM Bug #10449: [TracePoint API] Duplicated line events when using parenthesis
- > Hi Koichi, I've looked at the patch and it seems to me that _every_ duplicated event has been removed. So if I do s...
-
01:12 PM Bug #9937: Segfault in the TracePoint API
- Exactly. :)
-
04:53 AM Bug #9937 (Closed): Segfault in the TracePoint API
- Ah, I see.
You can't get method_id for top level.
```ruby
TracePoint.new(:class, :b_call){|tp|
p [tp.event,... -
01:11 PM Bug #10148: [TracePoint API] Extra block events generated
- Thanks to you!
-
04:49 AM Bug #10148 (Closed): [TracePoint API] Extra block events generated
- Thank you!
-
11:03 AM Revision 7f411d6e (git): * ext/win32ole/win32ole.c: use typed data for WIN32OLE.
- * ext/win32ole/win32ole.h: ditto.
* ext/win32ole/win32ole_event.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
09:01 AM Bug #9891: infinite fibers crash Ruby
- The reason of this SEGV is, rb_longjmp without TAG.
```c
void
rb_fiber_start(void)
{
...
TH_PUSH_TAG(th);... -
04:48 AM Bug #9891: infinite fibers crash Ruby
- > OpenBSD doesn't have getcontext()/setcontext(), so I suspect that cont.c defines FIBER_USE_NATIVE to 0. I don't kno...
-
08:20 AM Revision 15cfc955 (git): common.mk: rebuild verconf.h for each configure
- * win32/Makefile.sub (verconf.h): so depends on verconf.mk, which
is rebuilt by setup.mak.
git-svn-id: svn+ssh://c... -
06:38 AM Revision 6b6ba319 (git): common.mk: ext/json/parser/parser.c
- * common.mk (ext/json/parser/parser.c): sometimes need for local
development.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
06:38 AM Revision e580a631 (git): use 0 for reserved
- use 0 for rb_data_type_t::reserved instead of NULL, since its type
may be changed in the future and possibly not a po... -
05:04 AM Bug #10511: fix for #9940 causes dramatic performance regression
- Koichi Sasada wrote:
> Thank you for try. Can I close it?
> Should we wait for your rails test?
I think the tick... -
04:45 AM Bug #10511: fix for #9940 causes dramatic performance regression
- Thank you for try. Can I close it?
Should we wait for your rails test?
-
02:31 AM Bug #10557: Block not given when the argument is a string
- This is an issue in compile.c (opt_aref_with). There is same issue on opt_aset_with, opt_str_freeze.
-
02:09 AM Revision 06bdfd0d (git): * ChangeLog: fixed reference number of github issue [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 AM Revision 089429ea (git): * proc.c: fix grammar by @BenMorganIO [fix GH-764][ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:50 AM Revision 27e3e03a (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:49 AM Revision d4cd7b0b (git): * man/rake.1: Update latest man content by @aledovsky
- [fix GH-771][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:42 AM Revision a80343fa (git): * 2014-12-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:42 AM Revision 6ec023e5 (git): * doc/syntax/refinements.rdoc: refinements are no longer experimental.
- patch by @gaurish [fix GH-755][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48656 b2dd03c8-39d4-4d8f-9...
11/30/2014
-
09:54 PM Bug #10558 (Third Party's Issue): failing require digest.so on OSX statically compiled ruby
- compiling 2.2.0-preview2 and 2.2.0-preview1 with following flags:
`env LDFLAGS=-L/Users/mpapis/.sm/pkg/active/lib ... -
09:14 PM Bug #10557: Block not given when the argument is a string
- Ouch.
-
08:28 PM Bug #10557 (Closed): Block not given when the argument is a string
- This seems really weird and random. Can anyone else confirm it's bug?
```ruby
class Klass
def [](_)
block... -
08:16 PM Misc #10541: Remove shorthand string interpolation syntax
- I analyzed the ~150,000 Ruby files in the top 1000 Ruby repositories on GitHub:
The regular interpolation syntax i... -
01:54 PM Misc #10541: Remove shorthand string interpolation syntax
- > Most experienced Ruby developers I've talked to don't even know it exists
Probably those developers are not expe... -
06:49 PM Bug #10483: Latest Ruby 2.1.4 update introduced backwards incompatible change related to boolean evaluation
- Nobuyoshi Nakada wrote:
> Joe Seeley wrote:
> > = f.inputs (((q.pick == 'none' || (q.pick == 'one' && q.display... -
01:17 PM Bug #10543: ruby -c and ripper inconsistency: /(?<n>a(b|\g<n>))/
- it seems introduced at r48504.
-
11:06 AM Bug #10543 (Closed): ruby -c and ripper inconsistency: /(?<n>a(b|\g<n>))/
- Applied in changeset r48655.
----------
parse.y: fix a typo
* parse.y (regexp_contents): fix a typo. pointed out b... -
11:56 AM Feature #10552: [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies
- I like the word .frequencies - it seems nicer than each_with_object(Hash.new(0)) and also
than group_by.
I do no... -
03:57 AM Feature #10552: [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies
- Personally, I'd prefer the form `Enumerable#count_by` with a block, as this method seems very similar to `group_by` i...
-
11:52 AM Feature #10548: remove callcc (Callcc is now going obsoleted. Please use Fiber.)
- I am neutral on this, I have no pro or con opinion here, but I wanted to comment
on what Yusuke Endoh wrote, and in ... -
11:15 AM Bug #10449: [TracePoint API] Duplicated line events when using parenthesis
- Actually I've given this a second thought and I'm fine with the change. The funcionality loss is minimal (and easy to...
-
02:03 AM Bug #10449: [TracePoint API] Duplicated line events when using parenthesis
- Confirmed, this commit breaks some tests in Byebug, I think it should be reverted.
-
11:05 AM Revision d40aad1c (git): parse.y: fix a typo
- * parse.y (regexp_contents): fix a typo. pointed out by wanabe.
[ruby-dev:48741] [Bug #10543]
git-svn-id: svn+ssh... -
09:57 AM Revision 1918ea16 (git): * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):
- Don't raise Interrupt.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:35 AM Bug #10467 (Closed): net/http reconnects without SNI
-
08:34 AM Misc #10553: Ruby 2.2.0 release engeneering
- Usaku NAKAMURA wrote:
> Nobu and I want to change a feature.
>
> Ruby 2.1 and earlier, on Windows, parsing comman... -
08:31 AM Feature #10468 (Closed): URI::RFC2396_Parser#initialize: reduce from 2088 to 1332 bytes
-
08:11 AM Revision ea44d4d9 (git): * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking): Use
- assert_separately.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:56 AM Bug #10364: Malformed CSV Header Causes NoMethodError
- This issue is also present in ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
-
06:50 AM Feature #9925: rsock_addrinfo uses DNS family AF_UNSPEC for lookup causing high IPv6 AAAA volume
- Ping. I was hoping someone from the Ruby core would provide feedback and direction regarding my suggestions:
> The... -
05:34 AM Bug #10167: Prime#include?(mod) hangs up
- Instead of aliasing `include?` to `prime?`, I'd recommend instead to restore it:
Prime.define_singleton_metho... -
02:06 AM Bug #10556: shebang handling
- おぉ、そんな話が。了解です。
-
02:01 AM Bug #9937: Segfault in the TracePoint API
- Hi Koichi, I've revisited this. This is not a bug in the TracePoint API. it was a bug in Byebug. I was using the same...
-
12:19 AM Bug #10148: [TracePoint API] Extra block events generated
- I just revisited this and I think it was a misunderstanding on my side. The current behaviour is just fine. The issue...
11/29/2014
-
11:41 PM Bug #10408 (Closed): [BUG] Segmentation fault ruby 2.1.3p242 (2014-09-19 revision 47630) [i386-mingw32]
-
08:59 PM Bug #10408: [BUG] Segmentation fault ruby 2.1.3p242 (2014-09-19 revision 47630) [i386-mingw32]
- Just was notified by another developer. This is somehow related to Conemu. There is no such issue in cmd.exe.
-
10:08 PM Feature #9390: Support for the ALPN TLS extension
- [email protected] wrote:
> +1. Anything we can do to move this forward?
A patch and test cases would be nice.
I'm... -
09:42 PM Feature #9390: Support for the ALPN TLS extension
- Carsten Bormann wrote:
> Note that RFC 7301 has published: http://tools.ietf.org/html/rfc7301
>
> HTTP/2 is near... -
08:31 PM Feature #10255: Math.log: check domain of base argument
- ping
-
08:26 PM Bug #10487: [PATCH 3/3] More than 3 arguments Passing to CMath.log doesn't make sense.
- ping
-
06:05 PM Bug #10556 (Closed): shebang handling
- 意図的なものです。
入れたのはr24410なので[ruby-dev:39015](http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/39015)ですね。 -
05:18 PM Bug #10556 (Closed): shebang handling
- 以下のようなスクリプトを ruby で実行すると、途中の #!ruby 以降が
実行されるのは意図されない動作な気がするのですが、なにか理由がありましたっけ?
```
% cat tst.rb
#!/bin/echo
p... -
03:12 PM Feature #8566 (Closed): [PATCH] Allow to configure additional preludes
- Exactly, but what you need is a way to load the gem, isn't it?
-
02:13 PM Feature #8566: [PATCH] Allow to configure additional preludes
- Actually, this is good idea. The downside is that it will not work with --disable-gems I believe (although the abrt-r...
-
12:47 PM Feature #8566 (Feedback): [PATCH] Allow to configure additional preludes
- `rubygems/defaults/operating_system.rb` is just for that purpose, I think.
-
03:02 PM Revision 1ce81d6f (git): ruby.c: transcode program names
- * ruby.c (process_options, ruby_script): transcode script name and
program name to locale encoding as well as argv.... -
03:02 PM Revision b4c3c317 (git): ruby.c: translit_char_bin
- * ruby.c (translit_char_bin): should not use code page dependent
CharNext on UTF-8 string. [ruby-dev:48752] [Bug #... - 03:02 PM Revision 11e75ca5 (git): * 2014-11-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:02 PM Revision 18c8bfaf (git): test_rubyoptions.rb: workaround
- * test/ruby/test_rubyoptions.rb (test_command_line_glob_nonascii):
workaround for other than cp932. [ruby-dev:4875... -
11:55 AM Bug #8543: new rb_iseq_load crash
- https://github.com/ruby/ruby/blob/33ea2646b98adb49ae2e1781753bf22d33729ac0/iseq.c#L1720
iseq_data_to_ary() ignores h... -
07:53 AM Bug #10555 (Closed): '?' is not match to multibyte character at commandline globbing on Windows
- Applied in changeset r48648.
----------
win32.c: use UTF-8 for argv
* ruby.c (ruby_set_argv): convert argv from UTF... -
07:53 AM Revision 33ea2646 (git): win32.c: use UTF-8 for argv
- * ruby.c (ruby_set_argv): convert argv from UTF-8.
* win32/win32.c (rb_w32_sysinit, cmdglob, w32_cmdvector): convert
... -
07:14 AM Revision 544d28c3 (git): ruby.h: no parent in rb_data_type_t
- * error.c (rb_typeddata_is_kind_of, rb_check_typeddata): ditto.
* error.c (rb_typeddata_inherited_p): deprecate. stil... - 06:01 AM Revision c8da47e8 (git): * test/ruby/test_const.rb (TestConst#test_redefinition_memory_leak): extend the
- timeout because mswin CI reports timeout.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48646 b2dd03c8-39d4-4d8... - 06:00 AM Revision 75ec406b (git): * test_exception.rb: indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:49 AM Revision a35a256b (git): win32.c: convert by Win32 API
- * win32/win32.c (win32_direct_conv, rb_w32_readdir): convert UTF-8
and filesystem code page by using Win32 API dire... -
12:37 AM Revision 374fcff2 (git): error.c: simplify message building
- * error.c (syserr_initialize): simplify message building and get
rid of potential invalid byte sequence.
git-svn-i... -
12:36 AM Revision 6bb52d80 (git): test/ruby: suppress warnings
- * test/ruby/test_array.rb: (need_continuation): suppress warnings
to require continuation.
* test/ruby/test_contin...
11/28/2014
- 11:52 PM Revision 84e90deb (git): * test/ruby/test_exception.rb (TestException#test_output_string_encoding): need
- to specify the encoding of script.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48641 b2dd03c8-39d4-4d8f-98ff-... - 11:36 PM Revision fe753f5f (git): * encoding.c: remove unnecessary declaration of rb_locale_charmap(). it's
- already declared in include/ruby/encoding.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48640 b2dd03c8-39d4-... -
10:35 PM Bug #9891: infinite fibers crash Ruby
- I have only tried on OpenBSD. I updated ruby to
ruby 2.2.0dev (2014-11-29 trunk 48638) [x86_64-openbsd5.6]
OpenB... - 10:32 PM Revision 39873921 (git): * test/ruby/test_exception.rb (TestException#test_output_string_encoding): test
- for r48637.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:50 PM Bug #10522: SSL_VERSION not handled properly in Net::Http, OpenSSL libraries
- Who is the best person to review this? AKA who should I assign this to?
- 09:11 PM Revision 0e579dd6 (git): * 2014-11-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:11 PM Revision e5658a20 (git): * eval_error.c (error_print): respect the encoding of the message.
- * io.c (rb_write_error_str): use rb_w32_write_console() on Windows
if stderr is a tty.
git-svn-id: svn+ssh://ci.r... -
08:51 PM Bug #10555 (Closed): '?' is not match to multibyte character at commandline globbing on Windows
- 以下のような現象です。
~~~
D:\test> dir ?.txt
(snip)
2014/11/29 05:46 0 あ.txt
1 個のファイル ... -
07:16 PM Bug #10554: preview2 fails to generate prelude.c
- Thanks for feedback. Let me check it once more. May be the patch from #8566 which I am applying might be troublesome.
-
06:57 PM Bug #10554: preview2 fails to generate prelude.c
- Hmm, the tarball contains prelude.c, so normally it is not necessary to generate it.
There was no problem my environ... -
06:36 PM Bug #10554 (Rejected): preview2 fails to generate prelude.c
- ~~~
generating prelude.c
echo executable host ruby is required. use --with-baseruby option.; false ./tool/generic_... -
06:36 PM Misc #10553: Ruby 2.2.0 release engeneering
- Nobu and I want to change a feature.
Ruby 2.1 and earlier, on Windows, parsing commandline was with ANSI encoding ... -
01:01 PM Misc #10553 (Closed): Ruby 2.2.0 release engeneering
- For the management of release blockers.
Current Phase: feature freeze; changing feature is not allowed unless naru... -
01:33 PM Bug #10148: [TracePoint API] Extra block events generated
- I will, soon!
-
01:28 PM Bug #10449: [TracePoint API] Duplicated line events when using parenthesis
- Hi Koichi, I've looked at the patch and it seems to me that _every_ duplicated event has been removed. So if I do som...
-
10:49 AM Bug #10511: fix for #9940 causes dramatic performance regression
- Koichi Sasada wrote:
> could you try r48596?
Here are results I've got.
$ ruby -v
ruby 2.2.0dev (2014-11-28 t... -
08:38 AM Feature #10552: [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies
- Yes, I would rather see `Hash#map_values` in Ruby before `Enumerable#frequencies`. However, if both `map_values` and ...
-
07:15 AM Feature #10552: [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies
- frequencies is essentially a group_by with the values mapped with size/count.
So assuming something like issue #99... -
07:44 AM Bug #10533: HTTP reconnection with SNI does not send correct hostname
- Backported into `ruby_2_0_0` at r48636.
- 07:44 AM Revision dd7f1cdf (git): merge revision(s) 48563: [Backport #10533]
- * lib/net/http.rb: Do not attempt SSL session resumption when the
session is expired. [Bug #10533]
git-... -
07:37 AM Bug #10524: %I segfaults with --dump=parsetree
- Backported into `ruby_2_0_0` at r48635.
- 07:37 AM Revision 3f23ee70 (git): merge revision(s) 48484: [Backport #10524]
- * parse.y (symbol_list): fix the node type of literal symbol list
with no interpolation. [ruby-core:66343]... -
07:34 AM Bug #10223: Stack level too deep in CSV when parsing long line
- How did you make `Closed`, nobu?
-
07:33 AM Bug #10493: Wrong encoding for Etc.getlogin in Windows
- Backported into `ruby_2_0_0` at r48634.
memo:
I changed the patch a little, because 2.0.0 doesn't have rb_w32_wst... - 07:30 AM Revision bcafeef2 (git): merge revision(s) 48360,48364: [Backport #10493]
- * ext/etc/etc.c (etc_getlogin): set login name encoding properly.
[ruby-core:66163] [Bug #10493]
git-svn-... -
07:22 AM Bug #10432: wrong receiver of Binding from Method
- Backported into `ruby_2_0_0` at r48633.
(元のレポートにもあるように2.0.0にはBinding#receiverがないため、テストを一部変更) - 07:20 AM Revision 7149859b (git): merge revision(s) 48160: [Backport #10432]
- * proc.c (method_proc): the receiver of binding from method should
be same as the receiver of the method.
... - 07:13 AM Revision 3412d101 (git): merge revision(s) 47079: [Backport #10530]
- * lib/net/http.rb (Net::HTTP.proxy_uri): use initializer instead
of parser to handle IPv6 address. [Bug #91... - 07:11 AM Revision 32ecaac7 (git): merge revision(s) 42709: [Backport #10529]
- * io.c (copy_stream_body): should write in binary mode. based on a
patch by godfat (Lin Jen-Shin) at [ruby... - 07:04 AM Revision c5f09787 (git): * lib/rubygems/ssl_certs/AddTrustExternalCARoot{-2048,}.pem: add newer
- root CA for rubygems.org. a part of r48389 of trunk.
see also https://github.com/rubygems/rubygems/commit/98f5f44c... -
04:45 AM Feature #8919: Queue as embedded class
- By adding a line `thread` to ext/Setup file, thread.so can be statically linked to ruby (or libruby) now.
-
03:39 AM Bug #10551 (Closed): Unnecessary #undef in file.c
- Applied in changeset r48629.
----------
file.c: unnecessary #undef
* file.c (flock): remove unnecessary #undef floc... -
03:39 AM Revision 2b92335e (git): file.c: unnecessary #undef
- * file.c (flock): remove unnecessary #undef flock, trace of green
thread polling. patched by Rohan Garg. [Bug #10...
11/27/2014
-
10:47 PM Revision 693f56bb (git): Update dependency.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:38 PM Revision 35e07b47 (git): README.EXT: fix typo
- pointed out by at:
https://github.com/ruby/ruby/commit/c262acb4e023b6cd4e06b993508ab59a5f61607c#commitcomment-8748351... -
08:10 PM Revision 38f3708f (git): configure.in: add --with-setup option
- * configure.in (--with-setup): add option to select ext/Setup file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
08:04 PM Revision e5df8e7b (git): common.mk: INITOBJS
- * common.mk (INITOBJS): rename DMYEXT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48624 b2dd03c8-39d4-4d8f-98... -
08:02 PM Revision 28ad79fa (git): dmyenc.c: separate
- * dmyenc.c (Init_enc): separate from dmyext.c for statically
linked extension excluding encoding libraries.
git-sv... -
07:58 PM Revision 3c45a567 (git): continuation.c: quiet static-linked-ext
- * ext/continuation/continuation.c (Init_continuation): start
quietly if statically linked.
git-svn-id: svn+ssh://c... -
07:29 PM Feature #10552: [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies
- Thanks for the feedback David. I can see a `map` functionality being useful, but here I will play some arguments agai...
-
03:03 PM Feature #10552: [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies
- I like this idea, but I think it could be improved by allowing .frequencies to take a block and it will count the fre...
-
07:59 AM Feature #10552 (Open): [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies
- Counting how many times a value appears in some collection has always been a bit clumsy in Ruby. While Ruby has enoug...
-
04:21 PM Revision 8299027f (git): make_encmake.rb: fix typo
- * enc/make_encmake.rb: fix typo, and use real read filename.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48621... - 03:39 PM Revision 5e57ff21 (git): * 2014-11-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:39 PM Revision ab6f20df (git): ChangeLog: fix a grammo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:42 PM Revision 20b93fff (git): store make output.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:59 PM Revision 7c361254 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:51 PM Revision 493d1057 (git): fix indent [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:33 PM Bug #10538: Error when trying to update gem rake
- I installed again Ruby21 and I can not reproduce the problem anymore...
-
11:43 AM Bug #10538: Error when trying to update gem rake
- FYI, I couldn't reproduce this with x64-mswin64_100 on my Windows7 box.
Is this mingw only?
-
11:15 AM Bug #10538: Error when trying to update gem rake
- Hello Luis,
I have windows 7 x64,
Cmd.exe:
> Microsoft Windows [Version 6.1.7601]
> Copyright (c) 2009 Micros... -
12:59 PM Revision 1c6f4943 (git): * common.mk (miniprelude.c): It is not depend on prelude.rb now.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:52 PM Revision 698f329b (git): Update dependencies.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 PM Revision f53119b7 (git): * tool/update-deps: List up files built always in the source directory
- and source files built always in the build directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48613 b2dd... -
12:51 PM Revision fcb1280e (git): * tool/update-deps: List up files built always in the source directory
- and source files built always in the build directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48612 b2d... -
12:26 PM Revision 1c87fee3 (git): * NEWS: add obsolete callcc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:22 PM Bug #10485: NoMethodError "undefined method `initialize_copy'" when trying to execute Queue#dup
- Recursive Madman wrote:
> > Not all methods in super classes always work on all subclasses.
>
> If a method that ... -
11:48 AM Bug #9891: infinite fibers crash Ruby
- Only on OpenBSD?
On my linux and windows (mswin32/64) doesn't cause SEGV.
-
11:42 AM Bug #9937: Segfault in the TracePoint API
- sorry for late.
Can you make small test for it? easy to keep away from this issue, but it should be fixed.
-
11:41 AM Bug #9129: Regression in support for IPv6 literals in URIs with Net::HTTP
- according to #10531 it seems required to be backported into ruby_2_1.
-
11:40 AM Bug #9584 (Closed): RGenGC regression in CoW sharing
- we need to check it again.
-
11:36 AM Revision 6bd75113 (git): ChangeLog: fix a typo. [ruby-core:66328] [Backport #10521]
- https://github.com/ruby/ruby/pull/760
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@48610 b2dd03c8-... -
11:24 AM Misc #10249 (Closed): [PATCH] set rb_event_flag_t to uint32_t
-
11:22 AM Bug #10410 (Closed): TestGc#test_latest_gc_info often fails
-
11:18 AM Bug #10148: [TracePoint API] Extra block events generated
- Could you check it again?
-
11:17 AM Bug #10479: OpenSSL not upgrading to 1.0.1j while recompiling Ruby.
- 1. The configure warning is false positive.
The option is passed to the ext/openssl. You can just ignore the warn... -
10:48 AM Bug #10479: OpenSSL not upgrading to 1.0.1j while recompiling Ruby.
- Any Update On This?
-
11:07 AM Bug #10449 (Closed): [TracePoint API] Duplicated line events when using parenthesis
- Applied in changeset r48609.
----------
* compile.c (iseq_compile_each): remove duplicated line event.
[Bug #10449... -
11:06 AM Revision ea290804 (git): * compile.c (iseq_compile_each): remove duplicated line event.
- [Bug #10449]
* test/ruby/test_settracefunc.rb: add and fix tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
10:15 AM Revision 6115f65d (git): * vm_args.c: fix backtrace location for keyword related exceptions.
- For example, the following program
def foo(k1: 1); end # line 1
foo(k2: 2) # line 2
causes... -
08:32 AM Revision 955c7f06 (git): common.mk: prelude.c by BASERUBY
- * common.mk (prelude.c): no longer depends on miniruby, since not
depending on rbconfig.rb.
git-svn-id: svn+ssh://... -
08:12 AM Revision 98d18de4 (git): common.mk: no preludes for miniruby
- * common.mk (miniprelude.c): miniruby needs no preludes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48606 b2d... -
08:10 AM Revision f25c052b (git): prelude.c.tmpl: no preludes, no code.
- * template/prelude.c.tmpl: no code if no prelude code is given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48... -
08:08 AM Revision 1e4292a9 (git): time.c: indent
- * time.c (find_time_t): adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48604 b2dd03c8-39d4-4d8f-98... -
05:12 AM Bug #10491 (Closed): TestGc#test_latest_gc_info often fails on mswin CI
- 今まで概ね40%程度の確率で発生していましたが、r48586後、CIの更新を10回ほど注視していたところ、件の現象は起きていません。
なので、たぶん大丈夫なのでしょう。
ありがとうございました。 -
04:20 AM Revision 3a26241d (git): * gc.c (objspace_malloc_increase): enable lazy sweep on GC by malloc()
- (malloc_increase) to make GC incrementally.
This change can increase memory consumption. Report us if you find
an... -
03:51 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
- I would like to resurrect this - what do you think Luis and Usa-san? I am more happy to re-base against Ruby 2.1.5 o...
-
03:48 AM Revision 15bfc6ff (git): * time.c (time_s_mkutc): [DOC] Time.utc's 10 arguments form
- doesn't examine wday, yday, isdst and tz.
(time_s_mktime): [DOC] Time.mktime's 10 arguments form
doesn't examine ... -
03:46 AM Revision 35748bdc (git): Describe about TSort.each_*
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:42 AM Revision 20925613 (git): generic_erb.rb: read in binary mode
- * tool/generic_erb.rb: read existing file in binary mode to
convert nothing.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
03:42 AM Revision c158fccd (git): test_const.rb: use assert_warning
- * test/ruby/test_const.rb (test_redefinition): should use
assert_warning for warning message test.
git-svn-id: svn... -
03:42 AM Revision 97cfffcd (git): envutil.rb: skip if load failed
- * test/lib/envutil.rb (assert_no_memory_leak): skip when failed to
load fiddle.
git-svn-id: svn+ssh://ci.ruby-lang... -
03:08 AM Bug #8543: new rb_iseq_load crash
- Work-in-progress -v5 based on r48597:
http://80x24.org/spew/m/[email protected]
Still some fail... -
03:04 AM Misc #10547 (Feedback): How to move the ruby project to git
- Your question sounds "Why CRuby doesn't migrate to git?".
The answer will be "Because there's no person who answer a... - 02:48 AM Revision a7361f9c (git): iseq.c (iseq_data_to_ary): add missing GC guard
- It seems possible for a compiler to optimize away nbody
because we only access it via RARRAY_AREF and RARRAY_LEN
macr... -
02:14 AM Feature #8919: Queue as embedded class
- Now, thread.rb is required from rubygems.
```
$ ./ruby -ve 'p Queue'
ruby 2.2.0dev (2014-11-20 trunk 48507) [x86... -
12:31 AM Feature #8919: Queue as embedded class
- How about the implementation in attached patch.diff?
-
01:57 AM Feature #10549: Deprecate each_with_index and each_with_object in favor of with_index and with_object
- If Functors* (https://bugs.ruby-lang.org/issues/6594) could be built into the language proper, then what you suggest ...
-
01:57 AM Bug #10511 (Feedback): fix for #9940 causes dramatic performance regression
- could you try r48596?
-
01:56 AM Bug #10511 (Closed): fix for #9940 causes dramatic performance regression
- Applied in changeset r48596.
----------
* vm_core.h: add rb_thread_t::local_storage_recursive_hash
to speed up Thr... -
01:56 AM Revision 9c6deac2 (git): * vm_core.h: add rb_thread_t::local_storage_recursive_hash
- to speed up Thread#[:__recursive_key__] access.
[Bug #10511]
* thread.c (threadptr_local_aref): add fast path for
... - 01:03 AM Revision 969057c9 (git): * lib.matrix.rb: Fix typo. Patch by Dimitrios Zorbas. [GH-772]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:44 AM Bug #10551 (Closed): Unnecessary #undef in file.c
- Hi there
I was just casually looking at the File locking implementation in ruby inside file.c and noticed that there...
Also available in: Atom