Activity
From 03/27/2015 to 04/02/2015
04/02/2015
-
11:45 PM Feature #11026: How atomic should dynamic regexp with "once" flag be?
- You mean the last assertion should be that `ary` just has same regexps, not the exact values?
-
10:09 PM Feature #11026: How atomic should dynamic regexp with "once" flag be?
- Filed https://github.com/jruby/jruby/issues/2798 to track this in JRuby.
-
10:02 PM Feature #11026 (Open): How atomic should dynamic regexp with "once" flag be?
- The `test_once_multithread` test in ruby/test_regexp.rb tries to confirm that a dynamic "once" regexp is created atom...
-
10:52 PM Bug #11027: Named Argument assignment from Hash failure
Restatement:
I have a method with named arguments. I am calling it with a Hash, whose keys match up with the na...-
10:47 PM Bug #11027 (Closed): Named Argument assignment from Hash failure
- I am call a method, which has named arguments, a Hash, which then as expected, maps the keys of the Hash to the argum...
-
01:05 PM Bug #10229 (Closed): RFC 5649 implementation in OpenSSL breaks Ruby.
-
12:51 PM Feature #11025: Gemify Rake
- Hi Eric. How do you think about this issue?
-
12:41 PM Feature #11025 (Closed): Gemify Rake
- Rake can follow test-unit and minitest and can be gemified. I submitted PR [1] implementing this.
Patch [2] might ... -
07:31 AM Bug #8612: nil in ERB::Util.url_encode
- Islam Azab wrote:
> Is this fixed in Ruby 2.0.0 ruby 2.0.0p451 (2014-02-24 revision 45167)?
As you can see it was... -
07:28 AM Revision 337fafc6 (git): ChangeLog: remove garbage
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:27 AM Bug #11002 (Closed): Don't abuse ruby_version
- Applied in changeset r50152.
----------
rbconfig.rb: use program version
* common.mk, tool/mkconfig.rb: check the r... -
07:27 AM Revision 51bcbca2 (git): rbconfig.rb: use program version
- * common.mk, tool/mkconfig.rb: check the running ruby version in
rbconfig.rb with the program version, as RUBY_VERS... -
07:27 AM Revision 7363ffbf (git): * 2015-04-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:06 AM Revision 6fca58f4 (git): * 2015-04-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 AM Revision 7097e1c8 (git): common.mk: exam
- * common.mk (exam): renamed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50149 b2dd03c8-39d4-4d8f-98ff-823fe69... -
05:40 AM Bug #11023 (Third Party's Issue): segmentation fault
04/01/2015
-
09:44 PM Bug #11018 (Feedback): free(): invalid next size (normal)
- Please let us know if you can reproduce it with no gem, no rvm and no extension.
-
09:43 PM Bug #11018: free(): invalid next size (normal)
- That seem you used broken C extension.
-
08:46 PM Feature #11024 (Closed): [PATCH] connect_nonblock supports "exception: false"
- This is for consistency with accept_nonblock arguments and gives a
minor speedup from avoiding exceptions:
Result... -
06:16 PM Bug #11022: opening an eigenclass does not change the class variable definition context
- Module.nesting.first
I would think it would be unexpected for most, that a class variable is not being defined in ... -
06:03 AM Bug #11022 (Rejected): opening an eigenclass does not change the class variable definition context
- ```ruby
module Mod1
class << Object.new
C = 1
@@cv = 1
p Module.nesting,
constants(fa... -
06:12 PM Bug #10901: Object#singleton_methods behaves differently depending on whether the singleton_class exists
- Is this a bug, and if not, why?
-
06:12 PM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- please explain
-
06:11 PM Feature #10863: allow protected class methods to be callable from instance methods
- Does the proposed feature make sense?
-
03:06 PM Bug #11023 (Third Party's Issue): segmentation fault
- segmentation fault when using *pair_distance_similar* method from *amatch* gem - https://github.com/flori/amatch
-
02:30 PM Revision 80dd40f4 (git): common.mk: fool
- * common.mk (fool): target to check and test rubyspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50148 b2dd0... -
02:11 PM Bug #8612: nil in ERB::Util.url_encode
- Is this fixed in Ruby 2.0.0 ruby 2.0.0p451 (2014-02-24 revision 45167)?
I am still getting the same error that is ... -
02:02 PM Bug #11002: Don't abuse ruby_version
- I submitted PR [1] which tries to fix this situation. Basically
* The "ruby_version" can't be modified by configur... -
08:14 AM Revision 5e977e7f (git): gmake.mk: CHECK_TARGETS
- * defs/gmake.mk (CHECK_TARGETS): goals depending on test and
test-all.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
07:53 AM Revision c5c0813a (git): test_dir.rb: recursive globbing
- * test/ruby/test_dir.rb (test_symlink): add an assertion for
recursive globbing.
git-svn-id: svn+ssh://ci.ruby-lan... -
06:02 AM Revision cd322ae5 (git): test_objspace.rb: skip test_count_nodes
- * test/objspace/test_objspace.rb (test_count_nodes): NODEs are no
longer used generally.
git-svn-id: svn+ssh://ci.... -
02:42 AM Revision ec85609f (git): dir.c: expand ruby_brace_glob0
- * dir.c (ruby_brace_glob_with_enc): call ruby_brace_glob_with_enc
in ruby_brace_glob, and expanded ruby_brace_glob0... -
02:09 AM Revision 93f6b2a3 (git): dir.c: reduce indirect arguments
- * dir.c (push_glob): remove indirect links of arguments for
trampoline.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
01:42 AM Bug #10568: segmentation fault after pack & ioctl & unpack
- I can still reproduce the segfault with the current ruby_2_1 branch, so I would say backporting the patch mentioned b...
- 12:59 AM Revision cf0faa96 (git): * 2015-04-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 AM Bug #11021 (Closed): FileUtils.mv displays the wrong destination when Errno::EEXIST is raised
- Applied in changeset r50141.
----------
fileutils.rb: fix error message
* lib/fileutils.rb (FileUtils#mv): show the... -
12:02 AM Bug #11021 (Closed): FileUtils.mv displays the wrong destination when Errno::EEXIST is raised
- Suppose we have the following directory structure:
~~~
$ cd /tmp
$ mkdir -p ruby/a
$ mkdir ruby/a/b
$ mkdir ru... -
12:59 AM Revision 676fe089 (git): fileutils.rb: fix error message
- * lib/fileutils.rb (FileUtils#mv): show the exact target path in
the error message instead of the destination paren...
03/31/2015
-
03:48 PM Bug #11020 (Third Party's Issue): Ruby 2.1.5 crashing when running rails 3.2.21
- We are in the process of upgrading our ruby on rails application to 3.2.21 and also ruby from 1.9.latest to 2.1.lates...
-
01:49 PM Bug #10649: get rid of NameError in io/console (fixed at r48982)
- r48987 and r48989 were backported into `ruby_2_1` branch at r50140.
They are required to get rid of CI failures. -
01:47 PM Revision ab4c4d3e (git): merge revision(s) r48987,r48989: [Backport #10646]
- test_io_console.rb: chomp results
* test/io/console/test_io_console.rb (run_pty): IO#readlines
ignores the... -
08:09 AM Revision c6411c64 (git): test_dir.rb: assert_entries
- * test/ruby/test_dir.rb (assert_entries): extract common
assertinos for Dir.entries and Dir#foreach.
git-svn-id: s... -
06:32 AM Revision a4c92d05 (git): test_dir.rb: test_entries
- * test/ruby/test_dir.rb (test_entries): test for Dir#entries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5013... -
06:32 AM Revision 0313635c (git): test_dir.rb: fix arguments order
- * test/ruby/test_dir.rb (test_foreach): fix arguments order, the
expected result should be first.
git-svn-id: svn+... - 06:26 AM Revision ffeb6c1b (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:26 AM Revision c3c7b61b (git): * remove trailing spaces, append newline at EOF.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:26 AM Revision 46511288 (git): * 2015-03-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:25 AM Revision dd659dc3 (git): * doc/ChangeLog-0.06_to_0.52: added archived Changelog.
- [ruby-list:50105]
* doc/ChangeLog-0.50_to_0.60: ditto.
* doc/ChangeLog-0.60_to_1.1: ditto.
git-svn-id: svn+ssh://ci.... -
06:02 AM Bug #11019 (Rejected): [BUG] Segmentation fault at 0x00000000000418
- You mixed Ruby 2.0 extension on vagrant and Ruby 2.2.1.
Please confirm following command and executable runtime.
... -
05:37 AM Bug #11019: [BUG] Segmentation fault at 0x00000000000418
- ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
-- Crash Report log information ----------------------... -
05:32 AM Bug #11019 (Rejected): [BUG] Segmentation fault at 0x00000000000418
- stdout:
stderr: /Users/shn/.vagrant.d/gems/gems/json-1.8.2/lib/json/ext/parser.bundle: [BUG] Segmentation fa... -
04:01 AM Bug #11018 (Closed): free(): invalid next size (normal)
- Hello
Got many of those:
*** Error in `/home/py/.rvm/gems/ruby-2.0.0-p643@global/bin/bundle': free(): invalid n...
03/30/2015
-
11:11 PM Bug #11017 (Rejected): overridden method Hash#[]= doesn't return correct data
-
08:20 PM Bug #11017: overridden method Hash#[]= doesn't return correct data
- Jeremy Evans wrote:
> Vladislav Zubov wrote:
> > ~~~ruby
> > > ps = HashWithIndifferentAccess.new({ first: 'first'... -
03:05 PM Bug #11017: overridden method Hash#[]= doesn't return correct data
- Vladislav Zubov wrote:
> ~~~ruby
> > ps = HashWithIndifferentAccess.new({ first: 'first', second: 'second' })
> # ... -
02:24 PM Bug #11017 (Rejected): overridden method Hash#[]= doesn't return correct data
- Hello all.
I took the code from the active_support and its simplified
### hash_with_indifferent_access.rb
```ru... -
09:30 PM Bug #11015: IO.copy_stream does not advance Tempfile destination
- Closing the loop on one detail...
This didn't affect JRuby because JRuby's Tempfile actually subclasses IO, rather... -
02:28 AM Bug #11015 (Closed): IO.copy_stream does not advance Tempfile destination
- Applied in changeset r50118.
----------
io.c: use read/write methods if possible
* io.c (copy_stream_body): use the... -
07:48 PM Bug #10968: [BUG] object allocation during garbage collection phase in /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177
- This might be a duplicate of https://bugs.ruby-lang.org/issues/10933 which has already been fixed (but not released)?
-
11:40 AM Bug #10968 (Feedback): [BUG] object allocation during garbage collection phase in /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177
- This [1] seems to be the section of the code where the error happened.
@ko1: Could this be a GC issue?
[1] http... -
07:27 PM Bug #10871: Sclass thread unsafe due to CREF sharing
- I fixed this bug for 2.3 [Bug #10943] and ask to discuss for previous versions. But no discussions....
I will make... -
04:57 PM Bug #10871: Sclass thread unsafe due to CREF sharing
- Can anyone update us on the status of this bug? Thanks.
-
03:49 PM Bug #10646: wmap_final_func の xrealloc で確保するメモリのサイズが1足りないためSEGV
- Backported into `ruby_2_1` branch at r50132.
-
03:49 PM Revision 4d683d05 (git): merge revision(s) r48999,r49484: [Backport #10646]
- * gc.c (wmap_final_func): fix memory size shortage when realloc wmap.
Fix SEGV during finilize of WeakRef o... -
03:46 PM Bug #10707: Segmentation fault when get refined new method in BasicObject
- Backported into `ruby_2_1` branch at r50131.
-
03:45 PM Revision ed22c21a (git): merge revision(s) r49184: [Backport #10707]
- * vm_method.c (rb_method_entry): if no super class, no original
method entry. [ruby-core:67389] [Bug #1070... -
03:35 PM Bug #10716: Erroneous semicolon after AC_CASE
- Backported into `ruby_2_1` branch at r50130.
-
03:35 PM Revision 1b18735b (git): merge revision(s) r49192: [Backport #10716]
- * configure.in (RUBY_SETJMP_TYPE): Remove superfluous semicolon
which causes a syntax error with autoconf 2... -
03:33 PM Bug #10384: Fiddle::DLError: unknown symbol "Init_objspace" during Fiddle::TestHandle#test_NEXT and Fiddle::TestHandle#test_static_sym on Solaris
- Backported into `ruby_2_1` at r50129.
-
03:32 PM Revision d8edc3e4 (git): merge revision(s) r49157: [Backport #10384]
- * test/fiddle/test_handle.rb (test_NEXT): use -test-/dln/empty
which is always a shared object and is not u... -
03:30 PM Bug #10957: seg fault in ruby_yyparse () at parse.y:2105 (null ptr / stack overflow)
- Backported into `ruby_2_1` branch at r50128.
-
03:29 PM Revision 0eded3c0 (git): merge revision(s) r49964: [Backport #10957]
- * parse.y (primary): empty parentheses at cmdarg can be null.
[ruby-core:68477] [Bug #10957]
git-svn-id: ... -
02:44 PM Bug #9591: io-console versioning
- Backported into `ruby_2_1` branch at r50127.
-
02:43 PM Revision 85f33396 (git): merge revision(s) r48878: [Backport #9591]
- io-console.gemspec: bump up
* ext/io/console/io-console.gemspec: bump up to 0.4.3.
git-svn-id: svn+ssh://ci... -
02:42 PM Bug #10649: get rid of NameError in io/console (fixed at r48982)
- r46254, r48982 and r48984 were backported into `ruby_2_1` branch at r50126.
-
02:41 PM Revision 6a2b4ced (git): merge revision(s) r46254,r48982,r48984: [Backport #10649]
- test/io/console/test_io_console.rb: Close FDs.
* ext/io/console/console.c (console_dev): id_console is not a... - 01:09 PM Revision e7a1c9ca (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:08 PM Revision a118730e (git): README.EXT.ja: add redirect [ruby-core:68631]
- see r50090 for detail
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:04 AM Bug #11016: method calls without parenthesis makes SyntaxError when DVAR exists
- ng_assoc.rb and ng_sym.rb may be not a bug, as warning says.
-
11:02 AM Bug #11016 (Closed): method calls without parenthesis makes SyntaxError when DVAR exists
- It seems like the following situation makes SyntaxError
1. Try to call method which same name of local variable ex... -
10:00 AM Bug #10015: Performance regression in Dir#[]
- Mac OS X Yosemite with the standard filesystem, I believe HFS+ Insensitive
-
09:27 AM Revision c8e2ccec (git): Revert r50122 "* configure.in: ac_cv_func_vfork=no on sparc-solaris."
- fork(2) is also deprecated...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50123 b2dd03c8-39d4-4d8f-98ff-823fe6... -
07:41 AM Feature #11007: Prime.each.with_index should accept offset
- Updated the diff.
Thank you for the advice.
By the way, is PseudoPrimeGenerator#with_object covered by the tests?... -
07:36 AM Revision dcf8ddfb (git): * configure.in: ac_cv_func_vfork=no on sparc-solaris.
- sparc-solaris deprecates vfork though i386-solaris doesn't.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50122 ... -
06:24 AM Revision 27440e67 (git): error.c: update builtin_types
- * error.c (builtin_types): update for r49932, insert T_IMEMO and
move T_UNDEF.
git-svn-id: svn+ssh://ci.ruby-lang.... -
05:42 AM Revision 921bca89 (git): win32.c: symlink than directory
- * win32/win32.c (fileattr_to_unixmode, winnt_lstat): deal with
symbolic link than directory, and set executable bit... -
05:27 AM Revision 5dc51d82 (git): file.c: include terminator
- * win32/file.c (rb_readlink): include the terminator, since
rb_w32_mbstr_to_wstr appends a terminator only when the... -
04:18 AM Feature #11003 (Feedback): Fast modular exponentiation
- I have two questions:
- Do you have some concrete use cases in which this new feature is used?
- Why don't you ma... -
04:07 AM Bug #10989 (Rejected): Complex Exponentiation
- It's not a bug but just a floating point arithmetic error.
~~~
$ ruby -e 'p 1i ** 2'
(-1+0i)
~~~ -
02:28 AM Revision efbfd902 (git): io.c: use read/write methods if possible
- * io.c (copy_stream_body): use the arguments without conversion if
having read, readpartial, and write methods, tha... -
01:43 AM Bug #10952: Clarify BigDecimal license
- I want to change BigDeciaml's licence to the same license of Ruby.
Now I'm contacting to the original author of BigD... -
12:50 AM Revision be6ef350 (git): test_case.rb: $make before $MAKE
- * lib/rubygems/test_case.rb (make_command): try unusual $make
before usual $MAKE.
git-svn-id: svn+ssh://ci.ruby-la...
03/29/2015
-
11:44 PM Bug #11015 (Closed): IO.copy_stream does not advance Tempfile destination
- The following script, reported to JRuby in https://github.com/jruby/jruby/issues/2762, shows that MRI does not advanc...
- 10:36 PM Revision 144484f2 (git): * 2015-03-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:35 PM Revision d4fc0943 (git): test_case.rb: use $MAKE
- * lib/rubygems/test_case.rb (make_command): usually $MAKE is
defined but not $make.
git-svn-id: svn+ssh://ci.ruby-... -
02:51 PM Bug #11014 (Closed): String#partition doesn't return correct result on zero-width match
- First, to see how `String#match` works on my example:
~~~ruby
match = "foo".match(/^=*/)
match.pre_match #=> ""... -
12:09 PM Bug #11013 (Closed): Typo in gc.c
- Applied in changeset r50114.
----------
* gc.c (objspace_allrefs_destruct_i): fix a typo.
[Bug #11013] -
10:15 AM Bug #11013 (Closed): Typo in gc.c
- `objspaec_allrefs_destruct_i`
-
12:08 PM Revision 2e9f4bfd (git): * gc.c (objspace_allrefs_destruct_i): fix a typo.
- [Bug #11013]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:03 AM Revision 101d566c (git): fix typos [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:48 AM Bug #11012 (Closed): `local_variable_get` crashes on a `Proc` from a method
- Applied in changeset r50111.
----------
proc.c: replicate method env
* proc.c (proc_binding): replicate env from me... -
02:46 AM Bug #11012 (Closed): `local_variable_get` crashes on a `Proc` from a method
- The following code shows unexpected random object, or segfaults sometimes.
~~~ruby
class << (obj = Object.new)
... -
06:48 AM Bug #10906 (Closed): Problem building on Solaris 10 - symbol rb_infinity not found
- Applied in changeset r50104.
----------
* ext/date/extconf.rb: try_cflags("-std=iso9899:1999") [Bug #10906]
ruby i... -
04:49 AM Revision 0899bd52 (git): proc.c: check iseq before replication
- * proc.c (proc_binding): do not replicate when iseq not found as
rb_method_get_iseq() can return NULL.
[ruby-core... -
02:51 AM Revision 509089e9 (git): proc.c: replicate method env
- * proc.c (proc_binding): replicate env from method object, and
allocate the local variable area for the iseq local ... - 02:47 AM Revision 4bc9b1d2 (git): * 2015-03-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:47 AM Revision c45a4d14 (git): test_proc.rb: test_curry_binding
- * test/ruby/test_proc.rb (test_curry_binding): rename
test_binding2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
02:47 AM Revision 485d0425 (git): vm.c: use MEMCPY
- * vm.c (vm_make_env_each): use MEMCPY instead of copy by loop.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@501...
03/28/2015
-
11:44 PM Bug #11011 (Feedback): Segmentation fault at 0x0000000000418
- Not under `Library/Logs/CrashReporter`, under `Library/Logs/DiagnosticReports`.
And try 2.2.1. -
10:22 PM Bug #11011 (Closed): Segmentation fault at 0x0000000000418
- Ran command rails server. Receive crash report, bug - segmentation fault at 0x0000000000418. ruby 2.2.0p0 (2014-12-2...
-
11:00 AM Bug #11010 (Closed): Failure to Build from Source: stable 2.2.1
- Configure command:
~~~
[vhost7825ssh@hamal ~/private_tree_1/m_local/bin_p/Ruby/kompil/ruby-2.2.1]$ nice -n20 ./co... -
10:51 AM Bug #8438: Kernel.eval can not Reliably Create new Variables
- Thank You for the answer, but as a response to Your answer
I change the current flaw report to a feature request. -
05:22 AM Revision 2303483d (git): vm_eval.c: suppress warnings
- * vm_eval.c (iterate_method): split to suppress false warnings by
gcc 4.4.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
05:22 AM Revision dd6ab6b8 (git): vm_eval.c: simplify
- * vm_eval.c (rb_iterate0): simplify TAG_BREAK and TAG_RETRY by
sharing common code.
git-svn-id: svn+ssh://ci.ruby-... -
03:02 AM Feature #11007: Prime.each.with_index should accept offset
- `Kernel#proc` captures the block given to the caller.
~~~ruby
def with_index(offset = 0)
return enum_f... -
02:11 AM Feature #11007: Prime.each.with_index should accept offset
- Umm, I don't know how to pass block to each_with_index safely (without capturing).
Of course I can remove calling ea... -
02:43 AM Bug #10015 (Feedback): Performance regression in Dir#[]
- Adrien Siami wrote:
> A slow page was running in 16 seconds with 2.2.1 where it was running in less than 3 seconds w... -
02:38 AM Bug #11009 (Rejected): closed STDOUT status does not get inherited to children processes created with exec
- Ruby does not close the standard file descriptors 0..2 actually, but just disconnects them from the corresponding IO ...
-
02:30 AM Revision 0a321b21 (git): fix r50104 [Bug #10906]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:43 AM Bug #11008 (Feedback): Segmentation fault - ruby 2.2.0, rails
- Could you try 2.2.1?
-
12:23 AM Revision 4651b848 (git): * ext/date/extconf.rb: try_cflags("-std=iso9899:1999") [Bug #10906]
- ruby itself (including numeric.c) is built with strict compile
options including -std=iso9899:1999, but ext/date is...
03/27/2015
- 11:51 PM Revision 736d95de (git): * 2015-03-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:51 PM Revision 1c59cc2c (git): vm_eval.c: simplify rb_iterate
- * internal.h (IFUNC_NEW): add argument for ID.
* vm_eval.c (rb_iterate): create ifunnc only when it is used.
git-sv... -
11:51 PM Revision 55152ae2 (git): internal.h: rb_imemo_new_debug
- * internal.h (rb_imemo_new_debug): pretend rb_imemo_new.
* gc.c (rb_imemo_new_debug): share with rb_imemo_new.
git-... -
11:20 PM Bug #10015: Performance regression in Dir#[]
- I've noticed a significant slowdown of a rails app when using ruby 2.2.1 rather than 2.1.5.
A slow page was runnin... -
10:34 PM Bug #11009: closed STDOUT status does not get inherited to children processes created with exec
- Actually, the fails this way only in 1.8.7.
Ruby 2.1 child process reports the `STDOUT` as open and uses successfull... -
09:01 PM Bug #11009: closed STDOUT status does not get inherited to children processes created with exec
- The output of the script is:
~~~
Closing stdout and forking
PARENT STDOUT closed? true
CHILD STDOUT closed? fal... -
08:23 PM Bug #11009 (Rejected): closed STDOUT status does not get inherited to children processes created with exec
- When closing `STDOUT`, then `STDOUT.closed?` returns `true`. In a child process started with exec, `STDOUT` is closed...
-
10:32 PM Feature #11007: Prime.each.with_index should accept offset
- Looks good, thanks for this.
Only thing is that it would be best to avoid capturing the block (with `&blk`) if it'... -
03:10 PM Feature #11007 (Closed): Prime.each.with_index should accept offset
- I'd like to execute following code:
~~~
Prime.each(10).with_index(1){|e,i|
print i,' ',e,"\n"
}
~~~
Expec... -
07:09 PM Bug #11008 (Closed): Segmentation fault - ruby 2.2.0, rails
- I had this segv, i hope i'm in the right place to report it.
-
08:53 AM Bug #11006 (Closed): Segmentation fault on Ruby 2.2.1
- I built a photo hosting app where people can upload and sell photos. I just tried to test the site. Everything worked...
- 07:35 AM Revision 4f06c9f6 (git): * 2015-03-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:34 AM Bug #11004 (Closed): make-snapshost does not work
- Applied in changeset r50099.
----------
common.mk: revert to MINIRUBY
* common.mk: revert using BOOTSTRAPRUBY for e... -
07:34 AM Revision 62d8e6d1 (git): common.mk: revert to MINIRUBY
- * common.mk: revert using BOOTSTRAPRUBY for enc.mk, as
enc/depend uses CONFIG. [ruby-core:68647] [Bug #11004]
git... -
04:25 AM Bug #11005 (Rejected): why block bind can not be in my_method2
- `@proc` binds the scope of `my_method1`, not of `my_method2`.
We are not going to change that.
Matz.
Also available in: Atom