Activity
From 08/19/2014 to 08/25/2014
08/25/2014
-
08:09 PM Feature #10169 (Closed): It might be better to make Mathn class deprecated
- #English
As I mentioned in https://bugs.ruby-lang.org/issues/10086#change-48156,
1. Now that we are able to hun... -
05:56 PM Bug #10133: Bug in ruby
I could call library libSamplesize.dylib successfully in console application
and ruby script (not in thread). W...-
03:02 PM Bug #10133: Bug in ruby
- Liz Huang wrote:
> "libSamplesize.dylib" is external library I genereated from C codes.
Then you can debug it. -
01:17 PM Bug #10133: Bug in ruby
- "libSamplesize.dylib" is external library I genereated from C codes. Hope you read
the thread before you post answer... -
03:26 PM Feature #10168 (Open): Native Object#inspect method should single quote strings that don't need to be double quoted
- When these strings get printed, copied and pasted into source code, RuboCop will complain, eg:
spec/recipes/de... -
03:09 PM Bug #9818: __builtin_setjmp and __builtin_longjmp caused a build failure on PPC Linux with gcc 4.4.0
- Backported into `ruby_2_1` branch at r47279.
-
03:08 PM Revision a1f28fb5 (git): merge revision(s) r45885: [Backport #9818]
- * configure.in (RUBY_SETJMP_TYPE): check for setjmp type after
CCDLFLAGS is appended to CFLAGS, since __bui... -
03:07 PM Bug #9710: __builtin_setjmp/longjmp causes SEGV with mingw
- Backported into `ruby_2_1` branch at r47278.
-
03:07 PM Revision c901347d (git): merge revision(s) r45537: [Backport #9710]
- * configure.in: get rid of __builtin_setjmp/__builtin_longjmp on
x64-mingw, which causes SEGV with callcc.
... -
03:06 PM Bug #9698: r45509以降、Solarisにて configureが thread model is missing でエラー
- r45512, r45513 and r45515 were backported into `ruby_2_1` branch at r47277.
-
03:06 PM Revision fc6dd7db (git): merge revision(s) r45512,r45513,r45515: [Backport #9698]
- configure.in: indent
* configure.in (ac_cv_func___builtin_setjmp): adjust indent.
* configure.in (ac... -
03:05 PM Bug #9692: __builtin_longjmp is called with a value greater than 1 (GCC compilation error)
- r45503, r45504, r45508, r45509 and r47275 were backported into `ruby_2_1` branch at r47276.
-
03:03 PM Revision 6f6a0760 (git): merge revision(s) r45503,r45504,r45508,r45509,r47275: [Backport #9692]
- * configure.in (ac_cv_func___builtin_setjmp): gcc 4.9 disallows a
variable as the second argument of __buil... -
02:57 PM Bug #10167 (Closed): Prime#include?(mod) hangs up
- We expect `Prime` class implements `Module#include?(mod)`. But `Prime#include?(mod)` hangs up, because it is overwri...
-
02:55 PM Revision d4bee0dc (git): ChangeLog: fix clang version
- * ChangeLog: fix clang version in r45508, 5.1 is the version by
Apple, the upstream version is 3.4. [ci skip]
git... -
02:24 PM Bug #9525: Stuck with Socket.pack_sockaddr_in
- Is there any progress?
-
02:22 PM Bug #9562: Cannot install gems from gzip-compressing gem server
- ping?
-
02:21 PM Bug #9624: Unrecognized command-line option (CLANG/Xcode 5.1) "-multiply_definedsuppress" prevents installation of gems / ruby on OS X
- Then, should I backport r45339, r45340, r45348 into 2.1?
In other words, these changesets solve any problems? -
11:18 AM Revision 108c4e44 (git): * ext/win32ole/win32ole.c(fole_s_connect, fole_initialize): raise a
- security error with the tainted string object.
* ext/win32ole/win32ole_event.c(ev_advise): ditto.
* test/win32ole/tes... -
07:29 AM Revision 682f3a78 (git): uri/common.rb: use negative look-ahead
- * lib/uri/common.rb (URI.decode_www_form_component): use negative
look-ahead instead of nested repeat operators, to... -
04:03 AM Revision 2bded596 (git): logger.rb: simplify
- * lib/logger.rb (format_datetime): simplify and freeze the default
format so that it can be shared.
git-svn-id: sv... -
03:56 AM Revision 51560a87 (git): lib/logger.rb: use %N
- * lib/logger.rb (format_datetime): use "%6N" to show microsecond.
[Fix GH-704]
git-svn-id: svn+ssh://ci.ruby-lang.... -
02:49 AM Bug #10153 (Assigned): File.open block does not throw "No space left on device (Errno::ENOSPC)" if the data fits the buffer of IO.write
- This behavior was introduced at r10623 by matz, but the commit log is only:
* io.c (io_close): always calls "c... - 02:24 AM Revision 4f662fe7 (git): * 2014-08-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:24 AM Revision 0ae8dd16 (git): rb_iseq_location_t: change first_lineno type to VALUE
- Nearly all current uses of iseq->location.first_lineno are as a
VALUE, not a size_t. The only exception was the expe... -
01:08 AM Bug #10120: TestSprintf#test_float still an issue
- Hello,
Now after r47129, mingw-w64 is failing again, so we are back to the beginning.
~~~
ruby -v: ruby 2.2.0d...
08/24/2014
-
03:44 PM Bug #10117: Invalid char does not cause syntax error in eval
- Backported into `ruby_2_1` branch at r47268.
-
03:44 PM Revision a4f174ac (git): merge revision(s) r47098: [Backport #10117]
- * parse.y (parser_yylex): fix invalid char in eval, should raise
an syntax error too, as well as directly c... -
03:35 PM Bug #10114: syntax error raised from instance_eval has unexpected encoding
- Backported into `ruby_2_1` branch at r47267.
-
03:35 PM Revision 9704c840 (git): merge revision(s) r47090: [Backport #10114]
- * parse.y (parser_yyerror): preserve source code encoding in
syntax error messages. [ruby-core:64228] [Bug... -
03:15 PM Bug #10113 (Feedback): Ruby memoization behaving oddly when using hash keys with spaces
- Hello, Ron. Thank you for your report.
But I cannot understand what is the "fail" you mean. Please give us a self-co... -
02:42 PM Bug #10101: Zlib::GzipReader produce different outputs for different methods applied
- Hello, Rafael.
Thank you for your report.
I can reproduce with your sample on 2.0.0p433 and 2.1.2, and it can be ... -
02:00 PM Bug #8000 (Assigned): "require 'tk'" segfaults on 64-bit linux with Tk 8.6
-
10:23 AM Bug #10153: File.open block does not throw "No space left on device (Errno::ENOSPC)" if the data fits the buffer of IO.write
- I can reproduce 2.2.0dev with `/dev/full`.
~~~
% ruby -ve 'File.open("/dev/full", "w"){|f|f.puts "test"}'
ruby 2... -
07:16 AM Revision 2afed6ec (git): * lib/e2mmap.rb: remove needless instance variables.
- * lib/irb.rb: ditto.
* lib/irb/**/*.rb: ditto.
* lib/shell.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
03:45 AM Revision a3a6c696 (git): * test/ruby/test_complex.rb: removed needless conditions.
- * test/ruby/test_rational.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47265 b2dd03c8-39d4-4d8f-98ff... -
02:47 AM Revision 6d67a488 (git): * test/ruby/test_rational.rb: fixed indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:44 AM Revision e9e99651 (git): * test/ruby/test_rational.rb: remove commented-out code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:19 AM Feature #10165: Use Process.clock_gettime to speed up Benchmark.realtime.
- Thanks Pete! I committed your patch as r47260.
I couldn't resist, so I also made r47622 to modify measure, too.
(... -
02:03 AM Feature #10165 (Closed): Use Process.clock_gettime to speed up Benchmark.realtime.
- Applied in changeset r47260.
----------
lib/benchmark.rb: speedup by reducing allocations
* lib/benchmark.rb (modul... -
12:23 AM Feature #10165: Use Process.clock_gettime to speed up Benchmark.realtime.
- Eric Wong wrote:
> I like this. The speedup is from reduction of allocations+GC
>
> I think you need to fall b... - 02:10 AM Revision 03fa0c49 (git): lib/benchmark.rb (measure): reduce allocations as in r47260
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:03 AM Revision 4d31df03 (git): * 2014-08-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:03 AM Revision 249bd1ed (git): lib/benchmark.rb: speedup by reducing allocations
- * lib/benchmark.rb (module Benchmark): define BENCHMARK_CLOCK
(realtime): use Process.clock_gettime(BENCHMARK_CLOCK...
08/23/2014
-
11:51 PM Bug #10164: Reproducable segfault for 2.1
- I can reproduce only 2.1.2.
```
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-darwin13.0]
die_ruby.rb:10: [B... -
05:11 PM Bug #10164 (Closed): Reproducable segfault for 2.1
- Hi,
I have a snippet of code that crashes Ruby 2.1.{1,2} every time for me.
~~~
class Exception
def set_bac... -
09:48 PM Feature #10165: Use Process.clock_gettime to speed up Benchmark.realtime.
- I like this. The speedup is from reduction of allocations+GC
I think you need to fall back to CLOCK_REALTIME on ... -
09:01 PM Feature #10165 (Closed): Use Process.clock_gettime to speed up Benchmark.realtime.
- This patch changes the Benchmark.realtime method to use the Process.clock_gettime internally when generating the time...
-
09:23 PM Bug #10166: Problem with openssl and ext/openssl - ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
- Ok, I recompiled ruby, and strangely enough, ext/openssl suddenly works.
Possibly it does something more than run ... -
09:07 PM Bug #10166: Problem with openssl and ext/openssl - ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
- Sorry for the strange last line, I did not intend to have python appear so big - the last line
was a set of = so I a... -
09:05 PM Bug #10166 (Closed): Problem with openssl and ext/openssl - ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
- Hi guys,
Not sure if it is worth reporting but I guess it is better to
report twice than zero times, in the even... -
03:16 PM Bug #9092: Update Unicode data to Unicode Version 7.0
- This is just an additional comment for future reference:
The Unicode Consortium has announced
(http://unicode-inc... -
01:32 PM Revision ccbeb0d6 (git): * win32/win32.c (cmdglob): use inline function.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:12 AM Feature #10098: [PATCH] Timing-safe string comparison for OpenSSL::HMAC
- Changelog:
* Renamed `rb_tsafe_eql` => `rb_consttime_memequal`.
* Renamed `rb_str_tsafe_eql` => `rb_str_consttime... - 02:52 AM Revision e6983110 (git): * 2014-08-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:52 AM Revision e2418c39 (git): ruby.c: reduce RARRAY_PTR_USE region
- * ruby.c (process_options): reduce RARRAY_PTR_USE region, make the
path to be set before entering the region.
git-... -
01:33 AM Bug #10133: Bug in ruby
- What does "libsamplesize"?
FFI is not a magic that make you free from C.
It just eases memory management, data co... -
01:22 AM Bug #10163 (Feedback): Error using spring/rails/rake
- 2.1.2 has been released, can you try with it or the trunk?
-
12:38 AM Bug #10161: C API docs not generated properly without baseruby
- As time.rb requires date.so, tool/vcs.rb couldn't work on miniruby, which can't load extension libraries.
Now tool/v...
08/22/2014
-
06:24 PM Bug #10133: Bug in ruby
When I wrap my code by thread, it has trouble to finish. I only see the output
of "Started At ....", never get ...-
05:50 PM Bug #10133: Bug in ruby
Thanks for trying to help.
Thread is new to me, I understand "Wrapping your code into Thread.new do your_code en...-
05:39 PM Bug #10133: Bug in ruby
- Can you test script with threads? Wrapping your code into Thread.new do your_code end.join . And wrap it in a loop ag...
-
02:00 PM Bug #10133: Bug in ruby
Where can I get help to fix this bug?-
05:50 PM Bug #10106: Segfault when refining BasicObject
- Backported into `ruby_2_1` branch at r47256.
-
05:49 PM Revision 80aa5ce5 (git): merge revision(s) r47037: [Backport #10106]
- * vm_insnhelper.c (vm_call_method): unusable super class should cause
method missing when BasicObject is re... -
05:38 PM Bug #10078: String#count() returns wrong count under specific conditions
- Backported into `ruby_2_1` branch at r47255.
-
05:37 PM Revision b4893fc3 (git): merge revision(s) r46896,r46897,r46898: [Backport #10078]
- * string.c (rb_str_count): fix wrong single-byte optimization.
7bit ascii can be a trailing byte in Shift_J... -
04:00 PM Bug #10142: named params don't always capture passed named args
- First Last wrote:
> Koichi Sasada wrote:
> > Sorry I missed this line.
> >
> > > in this specific example, key a... -
12:54 PM Bug #10161: C API docs not generated properly without baseruby
- Thanks for the quick fix. I was looking at the commit, and wondering, did something perhaps unrelated slip into the c...
-
06:36 AM Bug #10161 (Closed): C API docs not generated properly without baseruby
- Applied in changeset r47248.
----------
tool/vcs.rb: no time.rb
* common.mk (Doxyfile): revert r43888, not to requi... -
12:06 PM Bug #10163 (Closed): Error using spring/rails/rake
- Today, I runned a `spring rake` in Rails task and got the following error:
> ~~~
> /home/andrey/.rvm/rubies/ruby-... - 11:54 AM Revision 01606c71 (git): ChangeLog: Remove garbage introduced at r47253.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:24 AM Revision 7bfaa467 (git): * string.c (rb_fstring): fix condition (easy to cause infinite loop!).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:16 AM Revision 32dcb81d (git): * string.c (rb_fstring, fstr_update_callback): simply delete garbage
- key first.
Garbage keys can be swept by lazy sweeping invoked by creating new
fstring. So that simply do:
(1) ... -
10:30 AM Revision 51c3acb6 (git): * test/ruby/test_complex.rb: removed commented-out code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:28 AM Revision 8a29e5b4 (git): * test/ruby/test_complex.rb: fixed broken tests. Math is not
- compatible CMath now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:06 AM Bug #10162 (Closed): Error while installing ruby 2.1.2 on freebsd
- Below is error while doing make install.
rm -f probes.o
linking miniruby
/usr/bin/ld: probes.o: relocation R_X86... -
08:01 AM Revision 9261f25e (git): provide backward compatibilities
- * complex.c (Init_Complex): provide the feature for backward
compatibility.
* rational.c (Init_Rational): ditto.
... -
06:36 AM Revision f024d46f (git): tool/vcs.rb: no time.rb
- * common.mk (Doxyfile): revert r43888, not to require preinstalled
ruby. [ruby-core:64488] [Bug #10161]
git-svn-i... -
06:36 AM Revision 3229456d (git): rbinstall.rb: remove unused variable
- * tool/rbinstall.rb: $vcs is no longer used since r46513.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47247 b2... -
03:32 AM Revision 4c91cbb9 (git): * lib/shell.rb: removed commented-out code.
- * lib/shell/builtin-command.rb: ditto.
* lib/shell/command-processor.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
03:21 AM Revision 6f74ab1d (git): * lib/complex.rb: removed deprecated library.
- * lib/rational.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:39 AM Revision faa92cde (git): * 2014-08-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:38 AM Revision a84821f8 (git): * lib/prettyprint.rb: removed PrettyPrint#first?
- because it is obsoleted method since Ruby 1.8.2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47243 b2dd03c8-39d...
08/21/2014
-
09:58 PM Bug #9607: Change the full GC timing
- Thanks, I can confirm good results on 2.1.2!
-
09:15 AM Bug #9607: Change the full GC timing
- I checked benchmark results and no big regression are observed comapre with current edge of Ruby 2.1.
http://www.atd... -
05:32 PM Bug #9559: build failure with clang 3.4
- Sorry, didn't see this comment until now. The patch is:
http://svnweb.freebsd.org/ports/head/lang/ruby21/files/pat... -
05:19 PM Bug #10135: Time.at is inaccurate
- John Smart wrote:
> I believe I have found an issue with Time.at. Many runtimes and DBs use milliseconds since epoc... -
11:28 AM Bug #10135: Time.at is inaccurate
- 1381089302.195 cannot be represented in binary format.
AFAIK, it should be a spec by akr that `Time#strftime('%N')` ... -
02:59 PM Bug #10133: Bug in ruby
BTW, errmsg was set to a string with 70 empty spaces in both places, when I paste it in my previous post, it doesn'...-
02:54 PM Bug #10133: Bug in ruby
I used fiddle in my Ruby script and it works! but when I use it in the same way
on Ruby On Rails, it crashed. I p...-
05:03 AM Bug #10133 (Third Party's Issue): Bug in ruby
- Using fiddle?
Check if the arguments are correct, and the library works. -
01:50 PM Bug #10161 (Closed): C API docs not generated properly without baseruby
- In 1.9.x, the C API docs would be generated properly even if you didn't have ruby installed first. However, this has ...
-
01:10 PM Revision 34ec7c5b (git): win32/test_console_attr.rb: reset attributes
- * ext/-test-/win32/console/attribute.c (console_set_attribute):
set console attribute.
* test/-ext-/win32/test_con... -
08:26 AM Feature #10090: Display of program name in process listing under AIX
- This is **absolutely** not a 3rd party issue if the setting of the process name worked as expected on AIX under Ruby ...
-
08:10 AM Bug #10158 (Closed): Windowsにてエスケープシーケンスのreverse指定が正常に処理されない
- Applied in changeset r47241.
----------
win32.c: manage reverse video
* win32/win32.c (constat_attr): manage revers... -
08:10 AM Revision 43b00d8a (git): win32.c: manage reverse video
- * win32/win32.c (constat_attr): manage reverse video internally
since Windows console window does not manage it. b... -
05:45 AM Revision 4d9de3db (git): * lib/e2mmap.rb: removed commented-out code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:39 AM Revision 3118c4c4 (git): compar.c: use Module#to_s
- * compar.c (rb_cmperr): use Module#to_s so that names in a message
can be overridden by to_s.
git-svn-id: svn+ssh:... -
04:39 AM Revision dafeb23e (git): struct.c: no rb_class_real twice
- * struct.c (inspect_struct): as rb_obj_class() returns real class
name, so rb_class_name is not needed.
git-svn-id... - 04:24 AM Revision 36ee0a83 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:23 AM Revision 59ca9465 (git): * lib/rinda/ring.rb: split executable code into sample directory.
- * sample/rinda-ring.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47236 b2dd03c8-39d4-4d8f-98ff-823fe... -
04:23 AM Revision bff692b9 (git): * lib/drb/acl.rb: split executable code into sample directory.
- * sample/drb/acl.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47235 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
03:55 AM Revision 9cb4054c (git): * .gitignore: ignored temporary file for Changelog.
- http://mkosaki.blog46.fc2.com/blog-entry-1284.html
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47234 b2dd03c8-... - 03:40 AM Revision 8759a731 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:40 AM Revision ef4c2572 (git): * lib/net/imap.rb: split executable code into sample directory.
- * sample/net-imap.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47232 b2dd03c8-39d4-4d8f-98ff-823fe69... - 03:24 AM Revision 2fbca477 (git): * 2014-08-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:24 AM Revision c6efc649 (git): * lib/net/imap.rb: removed commented-out code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:15 AM Feature #10056: [PATCH 0/1]Add #adjugate method to matrix class
- Hello,
The patch seems fine to me.
I'd like to add some assertions for the testcase.
These are deribed from "Pro...
08/20/2014
-
09:17 PM Bug #10159 (Closed): Ruby 2.x Syslog::Logger is newer than the one in Rubygems but version is the same
- Users of Ruby 2.x get the latest version of syslog/logger.rb as included from https://bugs.ruby-lang.org/issues/5096;...
-
08:27 PM Bug #10158 (Closed): Windowsにてエスケープシーケンスのreverse指定が正常に処理されない
- Windows7上のcmd.exeでRuby2.2.0を実行した場合、reverse (ESC[7m) が正常に処理されない。
(2.0.0から継続してダメ)
サンプルコード
```ruby
# reverseの状態が... -
07:48 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
- SASADA Koichi <[email protected]> wrote:
> Recently I'm working around this topic.
>
> (1) Life-time oriented, simil... -
07:44 PM Bug #10133: Bug in ruby
Not sure if it is helpful, I attached the .crash file generated today in
Logs/DiagnosticReports folder.-
07:31 PM Bug #10133: Bug in ruby
- I tested my code in Ruby script and it works fine when I run the following in irb:
~~~ruby
load "calculateSamples... -
04:54 PM Bug #9717: [BUG] setup_arg: unknown node: NODE_DVAR
- r45542 and r45543 were backported into `ruby_2_1` branch at r47229.
-
04:52 PM Revision ff089f50 (git): merge revision(s) r45542,r45543: [Backport #9717]
- * gc.c (mark_current_machine_context): Call SET_STACK_END.
This reverts a hunk of r40703 by ko1.
... -
04:42 PM Bug #9682: [Doc] Improve Time.parse documentation (in lib/time)
- Backported into `ruby_2_1` branch at r47228.
-
04:42 PM Bug #9521: [Doc] Fix error in Time.parse documentation (in lib/time)
- Backported into `ruby_2_1` branch at r47228.
-
04:41 PM Revision 447e1c4d (git): merge revision(s) r45349,r45837,r45838: [Backport #9521] [Backport #9682]
- * lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]
Based on patch by @stomar
*... -
03:09 PM Bug #10157 (Rejected): Windowsにてエスケープシーケンスのunderscore指定が正常に動かない
- では閉じますです。
-
02:58 PM Bug #10157: Windowsにてエスケープシーケンスのunderscore指定が正常に動かない
- まさに外部のAnsicolor処理するプログラムが入ってました。昔入れっぱなしにして忘れていたようです…。
ということでこのチケットは問題なしということで終わりにさせていただきますが、
2.0から変わってないということで r... -
01:57 PM Bug #10157: Windowsにてエスケープシーケンスのunderscore指定が正常に動かない
- うーん、手元の環境(Windows7 x64)では再現しません。
2.0.0とtrunkとのエスケープシーケンス処理の違いは、
「WriteConsoleW APIがフックされている時にrubyで処理するか否か」
の1点のみ... -
01:27 PM Bug #10157 (Rejected): Windowsにてエスケープシーケンスのunderscore指定が正常に動かない
- Windows7上のRuby(trunk)にて、エスケープシーケンスの ESC[4m (underscore) を指定しても
下線がつかずに背景がグレーになります。
再現コード
puts "\e[4mHOGE\e[0m"
... -
08:37 AM Revision 9b569069 (git): .travis.yml: remove generated directories
- * .travis.yml (before_script): remove directories generated
previously.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
08:27 AM Bug #10156 (Closed): Underquoted definition warning in configure.in
- Applied in changeset r47226.
----------
configure.in: quote defun names
* configure.in (RUBY_TRY_CFLAGS, RUBY_TRY_L... -
08:15 AM Bug #10156 (Feedback): Underquoted definition warning in configure.in
- What version do you use?
Autoconf 2.69 doesn't show that warning. -
05:14 AM Bug #10156: Underquoted definition warning in configure.in
- Looking for usages, I found:
~~~
configure.in:AC_DEFUN([RUBY_PREREQ_AC],
configure.in:AC_DEFUN([RUBY_RM_RECURSIV... -
05:11 AM Bug #10156 (Closed): Underquoted definition warning in configure.in
- Hello,
I'm getting this warning when compiling ruby:
~~~
configure.in:696: warning: underquoted definition of ... -
08:27 AM Revision 86c72d1a (git): configure.in: quote defun names
- * configure.in (RUBY_TRY_CFLAGS, RUBY_TRY_LDFLAGS),
(RUBY_CHECK_BUILTIN_SETJMP, RUBY_SETJMP_TYPE),
(RUBY_STACK_GR... -
04:52 AM Feature #10095: Object#as
- Since it's a core language extension, it might as well be a syntax extension, something like:
```ruby
(2+3).~> {|... -
02:34 AM Bug #10155 (Closed): lib/shellwords.rb: proofreading documentation
- Cleans up a little of the grammar in lib/shellwords.rb.
-
01:43 AM Bug #10154 (Third Party's Issue): Ruby Segmentation Fault
- Seems a bug in gosu gem.
-
01:28 AM Bug #10154 (Third Party's Issue): Ruby Segmentation Fault
- I was working with the Gosu gem, and I started making a game with it. Half the time when I quit the game, Ruby crashe...
-
01:41 AM Feature #10152: String#strip doesn't remove non-breaking space
- Current Ruby does not support non ASCII spaces. Maybe 2.2+ would.
Matz.
- 01:33 AM Revision 8e274670 (git): * 2014-08-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:33 AM Revision 776e96d1 (git): test_thread.rb: let main thread exit from Thread.new
- * test/ruby/test_thread.rb (test_main_thread_status_at_exit): let
the main thread run to ensure exiting from Thread...
08/19/2014
-
04:02 PM Bug #10153 (Closed): File.open block does not throw "No space left on device (Errno::ENOSPC)" if the data fits the buffer of IO.write
- When writing to file in disk using File.open with a block as an argument, if the diskspace is full and IO.write does ...
-
03:20 PM Feature #10152 (Open): String#strip doesn't remove non-breaking space
- String#strip doesn't remove non-breaking space.
~~~ruby
2.1.2 :001 > "\u00A0".strip
=> " "
~~~ -
03:05 PM Bug #8716: segmation fault 正規表現で大量のグループを利用時
- r47223 で `ruby_2_1` ブランチに r46831 から抽出して頂いた関連コミットの部分をバックポートしました。
関連する変更点を提示して頂いて大変助かりました、ありがとうございます。 -
03:03 PM Revision c3fd3191 (git): merge r46831 partially. extracted commits are as follows.
- https://github.com/k-takata/Onigmo/commit/b9fba1dc63ccb42a86e934011b468e6022fabb74
https://github.com/k-takata/Onigmo... -
01:28 PM Bug #10151 (Closed): Weird result when % formatting a Rational value
- Applied in changeset r47222.
----------
sprintf.c: fix condition
* sprintf.c (rb_str_format): fix condition to roun... -
12:32 PM Bug #10151: Weird result when % formatting a Rational value
- Maybe broken yesterday somewhere around here? https://github.com/ruby/ruby/commit/1d196e0d2bd99590d03a73d7e59aa87f726...
-
11:01 AM Bug #10151 (Closed): Weird result when % formatting a Rational value
- Getting a strange output when formatting a Rational value in trunk.
% ruby -v -e 'p "%.1f" % 1.2r'
ruby 2.1.2p95... -
01:28 PM Revision 28dd6160 (git): sprintf.c: fix condition
- * sprintf.c (rb_str_format): fix condition to round.
[ruby-core:64454] [Bug #10151]
git-svn-id: svn+ssh://ci.ruby-... -
01:22 PM Bug #10149 (Closed): Some characters in EUC-KR does not encode to UTF-8 properly
- Applied in changeset r47221.
----------
euckr-tbl.rb: euro and registered signs
* enc/trans/euckr-tbl.rb (EUCKR_TO_... -
09:58 AM Bug #10149 (Closed): Some characters in EUC-KR does not encode to UTF-8 properly
- This bug is confirmed on 2.1.2p95
There are (at least) two valid euc-kr characters that do not get converted to utf-... -
01:22 PM Revision f587347c (git): euckr-tbl.rb: euro and registered signs
- * enc/trans/euckr-tbl.rb (EUCKR_TO_UCS_TBL): add missing euro and
registered signs. [ruby-core:64452] [Bug #10149]... -
01:00 PM Feature #10095: Object#as
- I agree with Rafael, `#itself` isn't the right method.
It reminds me of `#send` more than anything else.
(2... -
12:54 PM Bug #10147: URI parsing with ruby 2.2.0dev
- URI module is now using an RFC3986 parser by default (starting r46491), '[' and ']' characters are not allowed in a U...
-
10:02 AM Bug #10150 (Closed): Tiny URI.parse error incompatibility
- When giving URI.parse an object that does't respond_to #to_str, Ruby 2.1 raises URI::InvalidURIError, whereas 2.2 rai...
-
09:28 AM Bug #10148 (Closed): [TracePoint API] Extra block events generated
- In the same example from #9759 (which I attach here to provide a failing test), there is a couple of b_call/b_return ...
-
04:59 AM Revision 40db3d97 (git): compar.c: preserve encodings
- * compar.c (rb_cmperr): preserve encodings of arguments in the
message.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
01:29 AM Revision f9b7a2a3 (git): win32ole.c: check overflow
- * ext/win32ole/win32ole.c (ole_invoke): check integer overflow on
win64 platforms.
git-svn-id: svn+ssh://ci.ruby-l... -
01:13 AM Bug #10062 (Closed): Segfault involving Queue
- Applied in changeset r47217.
----------
thread.c: check initialized
* ext/thread/thread.c (get_array): check instan... -
12:50 AM Bug #10062: Segfault involving Queue
- Seems the `Queue` instance is not initialized properly.
Probably, `Queue#initialize` is overridden somewhere?
~~~... - 01:13 AM Revision b38142e9 (git): * 2014-08-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:13 AM Revision a198bb39 (git): thread.c: check initialized
- * ext/thread/thread.c (get_array): check instance variables are
initialized properly. [ruby-core:63826][Bug #10062...
Also available in: Atom