Activity
From 03/30/2015 to 04/05/2015
04/05/2015
-
10:56 AM Feature #3719: open-uri should allow redirects from http to https
- I am wondering, What's the status of this? if help is required to push this forward. I am willing to help
-
08:40 AM Feature #11034: Nil Conditional
- This is similar to a pattern I have seen somewhere else:
```ruby
var = 123.4
var.try.round #=> 123
var = nil
v... -
05:55 AM Feature #11034: Nil Conditional
- Hi Nobuyoshi, thanks for reply !
Yes, this Nil Conditional Operator has to introduce new syntax. That is why this ... -
02:32 AM Feature #11034: Nil Conditional
- IIRC, there were some discussions like:
* the condition is only whether `nil` or not, or whether responds to the m... -
02:28 AM Feature #11034: Nil Conditional
- A local variable written in code always exists.
I think this is a duplicate ticket but can't find the former tickets. - 12:55 AM Revision 06d95893 (git): * doc/contributing.rdoc: update Maintainers list.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:34 AM Revision 5180de63 (git): rbinstall.rb: same options for gems
- * tool/rbinstall.rb (gem): share same options between normal
installer and unpacked installer.
git-svn-id: svn+ssh... -
12:11 AM Revision 09bcf7b5 (git): * tool/rbinstall.rb: fix bin script permission of bundled gems.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/04/2015
- 11:47 PM Revision 854dae17 (git): * 2015-04-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:46 PM Revision 75f9f244 (git): * tool/rbinstall.rb: support --program-suffix option.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:46 PM Feature #11025: Gemify Rake
- Thank you for applying!
-
12:32 PM Feature #11025 (Closed): Gemify Rake
- Applied in changeset r50163.
----------
* lib/rake/*: Gemify rake [fix GH-862][Feature #11025]
* test/rake/*: ditto.... -
06:54 PM Feature #11034 (Closed): Nil Conditional
- Hi everyone !
Some time ago I was thinking about Nil Conditional Operator in Ruby (`??`). This would be particular... -
12:50 PM Bug #11033: OpenSSL related threading issues in Ruby 2.1 and 2.2
- Seems to be a Windows specific issue. I did NOT experience this on my Ubuntu 14.04 box with Ruby 2.1.5p273.
-
10:52 AM Bug #11033: OpenSSL related threading issues in Ruby 2.1 and 2.2
- Just double-checked whether it might be a RubyGems issue.
So I downgraded Rubygems to 2.4.4 (the version that shi... -
12:08 AM Bug #11033 (Closed): OpenSSL related threading issues in Ruby 2.1 and 2.2
- I'm experiencing some problems with multiple https connections in Ruby 2.1 and 2.2, whilst in Ruby 2.0 everything is ...
-
12:34 PM Revision 0dd97740 (git): * lib/rake: removed empty directories.
- * test/rake: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:31 PM Revision c4ee0df8 (git): * lib/rake/*: Gemify rake [fix GH-862][Feature #11025]
- * test/rake/*: ditto.
* tool/rbinstall.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50163 b2dd03c8-3... -
06:54 AM Bug #10948: When cross-compiling Ruby 2.2.1 for Win32, securerandom.rb fails while trying to use Win32 native libraries
- This hasn't landed on ruby_2_2 yet, could you re-open the issue to track it until resolution?
-
02:30 AM Revision 8c0b2a28 (git): string.c: check before modify
- * string.c (rb_str_setbyte): check the argument first not to
discard shared string and code range unnecessarily unt... -
02:12 AM Bug #11011: Segmentation fault at 0x0000000000418
- No, it's Creative Cloud Installer.
-
01:55 AM Feature #11032: Add a warning for misspelling "def intialize"
- Jeremy Evans wrote:
> What if I misspelled it "initailize"? Or "initalize"? Or any other of the numerous different w... -
01:44 AM Feature #11028: standalone running single file ( zipped archives of ruby code) running **without installation** using "gem install ..."
- Also note that in **PHP** also we can **create a single file with ".phar" (.phar = PHP archive) file extension, which...
-
01:02 AM Revision 34c83a37 (git): stub.o: under win32
- * cygwin/GNUmakefile.in, win32/Makefile.sub (stub.o): make under
win32 directory.
git-svn-id: svn+ssh://ci.ruby-la... -
01:01 AM Revision 8bead238 (git): stub.c: utf-8
- * win32/stub.c (stub_sysinit): encode in UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50160 b2dd03c8-39d... -
01:00 AM Revision 8fb5a1ac (git): stub.c: use argv[0] unchanged
- * win32/stub.c (stub_sysinit): use argv[0] unchanged and just
insert full path name.
git-svn-id: svn+ssh://ci.ruby... -
12:10 AM Bug #8386: OpenSSL thread safety
- Might #11033 be a regression of this?
04/03/2015
- 11:18 PM Revision c28fabfd (git): * 2015-04-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:18 PM Revision 58835a94 (git): * lib/net/http.rb (edit_path): use path which is absolute ftp url
- on using ftp_proxy.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:01 PM Feature #11032: Add a warning for misspelling "def intialize"
- What if I misspelled it "initailize"? Or "initalize"? Or any other of the numerous different ways to misspell it?
-
06:38 PM Feature #11032 (Closed): Add a warning for misspelling "def intialize"
- Hi guys,
When I was younger, in a class, I wrote this:
"def intialize(some_argument_here)"
This lead to an e... -
04:39 PM Bug #11011: Segmentation fault at 0x0000000000418
- I found this log under library/logs/diagnosticreports from today when I tried to start database with command rails se...
-
02:56 PM Bug #11031 (Rejected): Segmentation Fault on Gem Uninstall
- I launched Ruby 2.1.5p273 and entered 'gem uninstall minitest' enter, then hit 2 to remove v5.5.0 and then... kahboom...
-
11:52 AM Feature #11028: standalone running single file ( zipped archives of ruby code) running **without installation** using "gem install ..."
- NOTE1: On MS-Windows the zipped archive of ruby source code - can have two file extensions:
- ".rbz" will be lau... -
06:39 AM Feature #11028 (Assigned): standalone running single file ( zipped archives of ruby code) running **without installation** using "gem install ..."
-
03:52 AM Feature #11028: standalone running single file ( zipped archives of ruby code) running **without installation** using "gem install ..."
- please implement feature of - standalone running single file ( zipped archives of ruby code) running without installa...
-
03:44 AM Feature #11028 (Assigned): standalone running single file ( zipped archives of ruby code) running **without installation** using "gem install ..."
- standalone running single file ( zipped archives of ruby code) running **without installation** using "gem install .....
-
11:15 AM Bug #11030 (Feedback): Ruby 2.2.1 fails to compile with hardened GCC
- Can't you show the process memory map at the failure?
The call seems to try expanding the stack to 0x7fffff000200, b... -
09:57 AM Bug #11030 (Closed): Ruby 2.2.1 fails to compile with hardened GCC
- Hi there!
I've discovered, that Ruby 2.2.1 can't be built using Hardened GCC (4.8 and 4.9).
Probably, that was intr... -
04:46 AM Bug #11027 (Assigned): Named Argument assignment from Hash failure
- Ko1 is going to fix this issue by advancing `sp` prior to arguments setup instead of `mark_stack_len`.
-
03:20 AM Bug #11027: Named Argument assignment from Hash failure
- Marshal is not mandatory.
It can reproduce with a dynamic symbol keyword argument.
~~~ruby
ack(i_field1:"field... -
04:15 AM Feature #11026: How atomic should dynamic regexp with "once" flag be?
- Nobuyoshi Nakada wrote:
> You mean the last assertion should be that `ary` just has same regexps, not the exact valu... -
02:57 AM Revision 819e1756 (git): gmake.mk: check targets depend on main
- * defs/gmake.mk (TEST_DEPENDS): all check targets need the main,
programs and extensions have been built.
git-svn-... - 02:43 AM Revision 4208d09b (git): * 2015-04-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:43 AM Revision c0bf2c5e (git): vm_core.h: update for OPT_CALL_CFUNC_WITHOUT_FRAME
- * vm_eval.c (vm_call0_cfunc): update invoker arguments.
* vm_insnhelper.c (vm_call_cfunc_latter): ditto.
* vm_insnhel... -
01:30 AM Feature #11025: Gemify Rake
- Yay! \o/
Then we could easily gem-update rake, just like rubygems version.
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...
Also available in: Atom