Activity
From 08/22/2011 to 08/28/2011
08/28/2011
-
10:50 PM Bug #5246 (Closed): bootstraptest fails on ia64
- Hi,
There are several failures during bootstraptest on ia64:
- test_massign.rb:165
- test_thread.rb:287
- test_... -
07:48 PM Bug #5244 (Closed): Continuation causes Bus Error on Debian sparc
- Hi,
$ ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -rcontinuation -e 'callcc { |c| c.call ... -
04:35 PM Bug #5213 (Closed): GC.stress=true で TestSH#test_commercial が Failure になる
- r33106 でコミットしました。
-
04:14 PM Bug #5241 (Assigned): test_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
- Ok, I'll commit your patch. Thank you!
-
03:53 PM Bug #5241: test_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
- Hi,
The attached patch fixes the issue. It's a bug in FreeBSD's mmap, that was already reported.
__FreeBSD__ is... -
09:42 AM Bug #5241 (Feedback): test_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
- Why do kFreeBSD fail to allocate a stack?
-
06:25 AM Bug #5241 (Closed): test_massign.rb:165 fails on Debian GNU/kFreeBSD (amd64)
- Hi,
With a reduced testcase:
# ruby1.9.1 -e "Fiber::new {}.resume"
-e:1:in `resume': can't alloc machine stack t... -
03:11 PM Bug #5240: Hang when using threads + forks on Debian GNU/kFreeBSD
- I'm sorry, I'm not familiar with that code at all.
What I can provide is a kfreebsd amd64 qemu image inside which ... -
09:48 AM Bug #5240 (Feedback): Hang when using threads + forks on Debian GNU/kFreeBSD
- Please send us an analysis and a patch.
-
06:10 AM Bug #5240 (Closed): Hang when using threads + forks on Debian GNU/kFreeBSD
- Hi,
The following test script (derived from a test in bootstraptest/test_fork.rb)
hangs very frequently on Debian... -
02:59 PM Bug #5237: IO.copy_stream calls #read on an object infinitely many times
- >> The class that implements an IO#read-like method without clearing
>> the destination buffer on EOF is arguably ... -
02:53 AM Bug #5237: IO.copy_stream calls #read on an object infinitely many times
- On Sat, Aug 27, 2011 at 3:54 AM, Eric Wong <[email protected]> wrote:
>
> Issue #5237 has been updated by Eric... -
09:53 AM Bug #5239: bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- >> > RATIONALE
>> > A call to the wait() or waitpid() function only returns status on an immediate child process o... -
06:29 AM Bug #5239: bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- On 28/08/11 at 02:30 +0900, Motohiro KOSAKI wrote:
>
> Issue #5239 has been updated by Motohiro KOSAKI.
>
... -
02:30 AM Bug #5239 (Assigned): bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- > The problem is that the call to $? in the thread cannot retrieve the exit value of the process started by popen. "$...
-
02:13 AM Bug #5239: bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- The attached patch fixes this. Could you consider applying to 1.9.3 too?
Thanks -
02:02 AM Bug #5239 (Rejected): bootstraptest/runner.rb: assert_normal_exit logic broken on Debian/GNU kFreeBSD
- Hi,
assert_normal_exit() breaks on some platforms, such as Debian GNU/kFreeBSD.
It does:
begin
$s... -
08:11 AM Bug #5243 (Closed): VC 2010 Has stdint.h - Patch to Fix Build Files
- VC 2010 added the c99 include file <stdint.h>. However, the Ruby makefiles in win32 have not taken this into account...
-
07:13 AM Bug #5242 (Closed): ] C
- $B<G$H?=$7$^$9!#(B
Proc#eq(C $B$N4X?t$O(B proc.c $BFb$N(B proc_eq)$B$G!"(BC $B$GDj5A$7$?(B Proc
(rb... -
06:58 AM Revision a3e598f4 (git): * backport r33106 from trunk.
- * ext/date/date_parse.c (date_zone_to_diff): keep a temporary string
stored in variable while the contents buffer i... -
06:53 AM Revision 0d530b23 (git): * ext/date/date_parse.c (date_zone_to_diff): keep a temporary string
- stored in variable while the contents buffer is beeing used.
* ext/date/date_parse.c (date_zone_to_diff): get rid of... -
06:26 AM Feature #4985: Add %S[] support for making a list of symbols
- Bump
08/27/2011
- 08:37 PM Revision 287d083b (git): * 2011-08-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:37 PM Revision 34484969 (git): backported 33102 from trunk
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:31 PM Revision 650c122f (git): * 2011-08-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:30 PM Revision 4c66fc08 (git): Imported minitest 2.5.1 (r6596)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:16 PM Bug #5238: installation failure if --with-sitedir=no or --with-vendordir=no
- =begin
This patch tests whether {site,vendor}libdir and {site,vendor}archlibdir are set before using them.
=end
-
12:27 PM Bug #5238 (Closed): installation failure if --with-sitedir=no or --with-vendordir=no
- =begin
RbConfig::CONFIG in (builddir)/rbconfig.rb lacks some keys when --with-sitedir=no or --with-vendordir=no are ... -
07:54 PM Bug #5237: IO.copy_stream calls #read on an object infinitely many times
- The class that implements an IO#read-like method without clearing
the destination buffer on EOF is arguably broken, ... -
11:58 AM Bug #5237 (Closed): IO.copy_stream calls #read on an object infinitely many times
- The code for IO.copy_stream appears to support passing any object that implements #readpartial or #read. For example,...
-
06:18 PM Bug #5226 (Closed): Encoding of Time#to_s
- This issue was solved with changeset r33094.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:53 PM Bug #5227: Float#round fails on corner cases
- (2011/08/27 4:40), Marc-Andre Lafortune wrote:
> On Thu, Aug 25, 2011 at 9:46 PM, Yui NARUSE <[email protected]> w... -
05:23 PM Bug #5227: Float#round fails on corner cases
- Hi,
At Sat, 27 Aug 2011 04:40:16 +0900,
Marc-Andre Lafortune wrote in [ruby-core:39126]:
> > Additional to say:... -
04:53 AM Bug #5227: Float#round fails on corner cases
- Hi
On Thu, Aug 25, 2011 at 9:46 PM, Yui NARUSE <[email protected]> wrote:
> r33061 tried to fix this but the res... -
03:53 PM Bug #372: Rinda has a race condition
- On 2011/08/27, at 15:16, KOSAKI Motohiro wrote:
> (2011/08/27 14:58), Masatoshi SEKI wrote:
>> 咳といいます。
>>
>> ... -
03:23 PM Bug #372: Rinda has a race condition
- (2011/08/27 14:58), Masatoshi SEKI wrote:
> 咳といいます。
>
> On 2011/08/27, at 13:41, KISHIMOTO, Makoto wrote:
>... -
02:59 PM Bug #372: Rinda has a race condition
- 咳といいます。
On 2011/08/27, at 13:41, KISHIMOTO, Makoto wrote:
> きしもとです
>
> Rinda::TupleSpaceProxyTest#test_core... -
01:53 PM Bug #372: Rinda has a race condition
- きしもとです
Rinda::TupleSpaceProxyTest#test_core_03_notifyが、まだ、たまにfailに
なります。
1) Failure:
test_core_03_noti... -
02:23 PM Feature #5128: 日本語ドキュメントをUTF-8に
- > あいざわです
>
> 全体的に消極的賛成派が多くて、中田さんとしては現状のGitあるいはRedmineの機能不足をRubyの変更によって
> 対応するのは筋違いだろうということでしょうか。
>
> パッチ... -
02:04 PM Bug #5232: Encoding of Date#to_s
- tadayoshi funaba wrote:
> why date?
>
> > Encoding.default_internal = Encoding::UTF_8
> #=> #<Encoding:UTF-8>
>... -
06:38 AM Bug #5232 (Rejected): Encoding of Date#to_s
- why date?
> Encoding.default_internal = Encoding::UTF_8
#=> #<Encoding:UTF-8>
> 99e99.to_s.encoding
#=> #<Enco... -
02:32 AM Bug #5232: Encoding of Date#to_s
- US-ASCII is used for ASCII only strings.
It means pure string in some means.
default internal encoding is used fo... -
12:39 AM Bug #5232: Encoding of Date#to_s
- I think what I'm trying to say is: why does US-ASCII play a role?
It seems if someone sets default_internal, then ... -
12:33 AM Bug #5232: Encoding of Date#to_s
- I thought that is what default_internal was used for? If default_internal is set, then strings should be automatical...
-
12:21 PM Revision ee760a5d (git): * ChangeLog: style fix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:02 PM Revision e57aecba (git): * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return type
- to suppress a warning.
* vm_core.h: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33100 b2... -
11:51 AM Revision 0971109e (git): * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return type
- to suppress a warning.
* vm_core.h: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33099 b2dd03c8-39d4-4d... -
10:14 AM Revision 3bffb317 (git): * backport r33096 from trunk.
- * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.
[Bug #5234] [ruby-core:39125]
* vm.... -
10:06 AM Revision 6bc83a18 (git): * internal.h (rb_strftime_timespec): moved from time.c and define only
- if ruby/encoding.h is included.
* internal.h (rb_strftime): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
09:59 AM Revision a09e7139 (git): * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.
- [Bug #5234] [ruby-core:39125]
This code will be removed after changing throw mechanism (see r33064).
* vm.c (rb_vm... -
09:45 AM Revision 7412263e (git): * internal.h (rb_strftime_timespec): move to time.c because it depends
- encoding.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:18 AM Revision 23b28086 (git): * strftime.c (rb_strftime_with_timespec): get enc argument to specify
- the encoding of the format. On Windows (at least Japanese Windows),
Time#strftime("%Z") includes non ASCII in local... -
08:50 AM Bug #5235 (Rejected): Ruby fails to freeze Strings and Numerics.
- #freeze prohibits modification to an object, not a variable.
-
06:53 AM Bug #5235: Ruby fails to freeze Strings and Numerics.
- This is not a bug. `x += 1` is sugar for `x = x + 1`, and x + 1 does not
modify the receiver. Similar for `s += "a... -
06:14 AM Bug #5235 (Rejected): Ruby fails to freeze Strings and Numerics.
- x = 0
x.freeze()
x += 1
x # => 1
s = ""
s.freeze()
s += "a"
s # => "a" -
08:45 AM Bug #5203 (Closed): Fixed typos and grammar mistakes in lib/ and ext/
- This issue was solved with changeset r33088.
Luke, thank you for reporting this issue.
Your contribution to Ruby is g... -
07:38 AM Bug #5203: Fixed typos and grammar mistakes in lib/ and ext/
- I have created a pull request for the JSON portion of your patch:
https://github.com/flori/json/pull/89 -
07:23 AM Bug #5203: Fixed typos and grammar mistakes in lib/ and ext/
- I have committed all but the JSON and RDoc parts. I'll bring the RDoc and JSON changes in separately.
-
08:39 AM Bug #5236 (Closed): Including a module in a superclass after it has been included in a subclass leads to infinite recursion if the module uses `super`
- Under these particular circumstances, you get infinite recursion and a system stack error on 1.9 but not 1.8:
* Cr... -
06:24 AM Bug #5213: GC.stress=true で TestSH#test_commercial が Failure になる
- コミットしておいて下さい。
- 02:19 AM Revision 4d033a11 (git): * Revert r33078. It caused a Rails application NoMethodError.
- /home/nahi/git/emptyApp/ruby/1.9.1/gems/rack-mount-0.6.14/lib/rack/mount/utils.rb:157: warning: toplevel constant Sca...
-
01:16 AM Feature #3356: Add GetShortPathName to ruby
- I could use this as well (because some File-like classes return an 8.3 filename, some the full filename, so not alway...
08/26/2011
-
11:59 PM Revision 9754ed48 (git): * NEWS: Update version of rake to 0.9.2.2.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:58 PM Revision 33839f67 (git): * backport r33087 from trunk
- * lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.
[Ruby 1.9 - Bug #5203]
git-svn-id: svn+ss... -
11:55 PM Revision 8b2a8e2b (git): * backport r33087 from trunk.
- * lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++
instead of `' for method arguments in open-u... -
11:54 PM Revision aed384f3 (git): * backport r33086 from trunk.
- * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
by Luke Gruber. [#5203]
* ext/pty/lib/expe... -
11:45 PM Revision 80d6bf22 (git): * lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.
- [Ruby 1.9 - Bug #5203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:11 PM Revision 164c7dc5 (git): * lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++
- instead of `' for method arguments in open-uri.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33087 b2dd03c8-... -
10:22 PM Revision ca965411 (git): * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
- by Luke Gruber. [#5203]
* ext/pty/lib/expect.rb: ditto
* lib/mathn.rb: ditto
* lib/net/http.rb: ditto
* lib/open-... - 09:50 PM Revision 74a8074e (git): * 2011-08-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:50 PM Revision f9835b46 (git): merged 33082-33083 from trunk
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:47 PM Revision 18e342e8 (git): ugh. sorry
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:45 PM Revision ee34216a (git): Added gem activation for minitest/autoload to help users keep current
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:40 PM Bug #5197 (Feedback): at_exit order has changed in 1.9.3dev32413
-
07:04 PM Revision 45248e74 (git): * iseq.c (iseq_data_to_ary): fix type of variable
- (long -> unsigned long) to suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33081 b2dd03c8-39... - 07:03 PM Revision e0fcbac6 (git): * 2011-08-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:03 PM Revision 5d486bec (git): * vm_core.h: add a decl. of rb_autoloading_value().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:46 PM Bug #921: autoload is not thread-safe
- =begin
Here's the updated patch: [https://github.com/nahi/ruby/compare/11667b9c...03ddf439]
Summary
* ((*Wh... -
04:15 PM Bug #5232: Encoding of Date#to_s
- I doubt that it must be default internal encoding.
When Encoding.default_internal is set, strings should be ASCII-... -
11:17 AM Bug #5232 (Rejected): Encoding of Date#to_s
- The encoding of Date#to_s should respect Encoding.default_internal.
Here is the behavior today:
irb(main):001:0... -
10:46 AM Bug #5227 (Assigned): Float#round fails on corner cases
- r33061 tried to fix this but the result isn't changed.
Additional to say:
* add test for this to test/ruby/test_f... -
05:29 AM Bug #5227: Float#round fails on corner cases
- Hi,
The 17 is the maximum number of digits needed to represent uniquely
the double (see [ruby-core:30145] and... - 10:27 AM Revision 1e7f99dd (git): * variable.c: Make autoload thread-safe. See #921.
- What's the problem?
autoload is thread unsafe. When we define a constant to be
autoloaded, we expect the cons... -
02:53 AM Feature #5221: LoadEerror#path
- On Wed, Aug 24, 2011 at 12:28:50PM +0900, Koichi Sasada wrote:
>
> Issue #5221 has been reported by Koichi Sasada... -
02:48 AM Bug #5226: Encoding of Time#to_s
- OK. I will apply this patch.
-
02:35 AM Revision 405acb0c (git): * Update RubyGems version in NEWS
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:13 AM Revision 0073c537 (git): * 2011-08-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 AM Revision f5c8aece (git): * backport r33074 from trunk
- * lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue in
creating ruby-format gemspecs. Fixes Gem.dir ... -
01:10 AM Revision e93d882d (git): * lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue in
- creating ruby-format gemspecs. Fixes Gem.dir not being at the front
of Gem.path to fix uninstall and cleanup comma...
08/25/2011
-
11:24 PM Revision 4544b382 (git): * time.c (strftimev): Make Time#to_s default to US-ASCII encoding but
- respect Encoding.default_internal. [ruby-core:39092]
* test/ruby/test_time.rb (class TestTime): Corresponding test.
... -
10:49 PM Bug #5227: Float#round fails on corner cases
- Totally seems fine.
* A magic number 17 is DBL_DIG+2?
* frexp call doesn't feel matching with the rest of the file. -
06:03 AM Bug #5227 (Closed): Float#round fails on corner cases
- Float#round fails on some corner cases:
42.0.round(300) # => 42.0
42.0.round(308) # => Infinity, should be 42... -
09:53 PM Feature #5231 (Closed): Allow to disable versioned paths
- I don't think that the versioned paths are always necessary, when using prefix is enough for most of the cases. There...
-
09:23 PM Feature #5056: About 1.9 EOL
- > Just to make sure I got it correctly:
>
> After early 2012 and the release of 1.9.4, we would get:
> - trunk... -
08:53 PM Feature #5056: About 1.9 EOL
- >> I'm trying to reject new features for patch releases. Â Could you give
>> me an example of my mistake?
>
> We ... -
04:23 AM Feature #5056: About 1.9 EOL
- On 24/08/11 at 23:27 +0900, Yugui wrote:
> On Thu, Jul 21, 2011 at 10:29 AM, Motohiro KOSAKI
> <kosaki.motohiro@... -
09:00 PM Revision a6e30a87 (git): * README*: remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:39 PM Revision 5f555487 (git): * 2011-08-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:39 PM Revision 2fa6ebc6 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:18 PM Revision 322937ff (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:18 PM Revision d7708ec4 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:14 PM Bug #5204: `defined?(@@foo) && @foo` may fail
- Backported to ruby_1_9_3 at r33068.
-
08:16 AM Bug #5204 (Closed): `defined?(@@foo) && @foo` may fail
- Fixed by r33045 on trunk. not applied to 1.9.3.
Yugui-san: Should I commit it? -
09:32 AM Bug #5230 (Closed): redmine.ruby-lang.org doesn't describe 1.8 and 1.9 correctly
- Edited it, thanks!
(Only redmine admin can edit it) -
09:20 AM Bug #5230 (Closed): redmine.ruby-lang.org doesn't describe 1.8 and 1.9 correctly
- It states:
Ruby 1.9 - Edge version of Ruby
Ruby 1.8 - Stable development version of Ruby
This should be upda... -
09:29 AM Bug #5166 (Closed): Documentation for OpenSSL::Digest
- This issue was solved with changeset r33065.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby i... -
08:37 AM Bug #2729 (Closed): `unexpected break' occurs when a proc is called in ensure
- This issue was solved with changeset r33064.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
08:23 AM Bug #2729: `unexpected break' occurs when a proc is called in ensure
- (2011/07/30 18:58), Kazuki Tsujimoto wrote:
> A patch fixing the problem is attached, but it might be only a worka... -
08:33 AM Bug #5229 (Closed): [PATCH] thread.c (rb_thread_select): implement using rb_thread_fd_select
- rb_thread_select() is deprecated, but should provide graceful
handling of interrupts for compatibility. rb_thread_f... -
08:05 AM Bug #5228 (Closed): Integer#round fails on some big negative numbers
- Fixed with r33061 & r33062
-
07:50 AM Bug #5228 (Closed): Integer#round fails on some big negative numbers
- Integer#round fails for some big negative numbers:
(+25 * 10**70).round(-71) # => 30...00
(-25 * 10**70).round(-... -
06:27 AM Bug #5226: Encoding of Time#to_s
- +1.
As of 1.9.4dev it seems there exists no chance for Time#to_s to produce M17N-problematic result. -
06:02 AM Bug #5226 (Closed): Encoding of Time#to_s
- I think the encoding of Time#to_s should default to US-ASCII, but respect Encoding.default_internal. Today it always...
-
04:33 AM Bug #5225 (Closed): Coverage blowing up
- Thank you for your report.
I have just fixed this bug yesterday. (r33030)
The patch is already backported into r... -
03:12 AM Bug #5225 (Closed): Coverage blowing up
- I just ran into a situation where the coverage tool in Ruby 1.9 is blowing up
It's a fairly easily reproducible te... -
04:13 AM Revision ceb94d98 (git): * backport r33045 from trunk.
- * insns.def (defined): fix to checking class variable.
A patch by Magnus Holm <[email protected]>. Thanks!
* test... -
02:47 AM Feature #5221: LoadEerror#path
- RubyGems parses the exception message to determine the filename so having LoadError#path would make things easier.
... -
01:23 AM Bug #5222 (Closed): test_script_from_stdin のエラー
- This issue was solved with changeset r33049.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i... -
12:58 AM Bug #5222: test_script_from_stdin のエラー
- すいません。添付ファイルが抜けてました。
-
12:52 AM Revision f30e113b (git): * backport r33066 from trunk.
- * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.
* ext/openssl/lib/openssl/digest.rb: ditto
* ext/op... -
12:43 AM Revision 965f51b3 (git): * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.
- * ext/openssl/lib/openssl/digest.rb: ditto
* ext/openssl/lib/openssl/x509.rb: ditto
* ext/openssl/lib/openssl/ciphe... -
12:29 AM Revision b0fb4fb6 (git): * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and add
- an example to OpenSSL::Digest. Patch by Sylvain Daubert.
[Ruby 1.9 - Bug #5166]
* ext/openssl/lib/openssl/digest.r... -
12:26 AM Bug #5224 (Closed): Yard seems to be crashing ruby.
- Installing a gem, fails after install. Subsequent calls do not work (e.g. rake -T).
gianni at hera in ~/Projects...
08/24/2011
-
11:53 PM Bug #5217: lineno is broken when source code has about 7000 lines
- 2011/8/24 KOSAKI Motohiro <[email protected]>:
> 脱線ですが、そろそろbackport projectに1.9.3を追加してチケットで管理しませんか?
> メー... -
11:36 PM Bug #5217: lineno is broken when source code has about 7000 lines
- 遠藤です。
2011年8月24日10:08 Hiroshi Nakamura <[email protected]>:
> Koichi Sasada wrote:
>> 色々考えて,遠藤さんに IRC でア... -
09:59 PM Bug #5217: lineno is broken when source code has about 7000 lines
- 遠藤です。
2011年8月24日19:30 Keita Urashima <[email protected]>:
> 浦嶌と申します。
> Asakusa.rb でなひさんに相談に乗っていただきました。
>
> [... -
09:53 PM Bug #5217: lineno is broken when source code has about 7000 lines
- 2011年8月24日18:09 KOSAKI Motohiro <[email protected]>:
>> 元問題 ([BUG] bug) の話でしたら、trunk には前述の「応急措置」
>> パッチを... -
07:53 PM Bug #5217: lineno is broken when source code has about 7000 lines
- 浦嶌と申します。
Asakusa.rb でなひさんに相談に乗っていただきました。
[BUG] が出ていたコードを r33046 で試してみたところ、正常に動いているように見えました。
念のため以下のパッチを当てた状... -
06:23 PM Bug #5217: lineno is broken when source code has about 7000 lines
- > 元問題 ([BUG] bug) の話でしたら、trunk には前述の「応急措置」
> パッチをコミット済み (r33030) なので、ささださんのパッチに関わらず、
> もう [BUG] にはならなくなってると思います。... -
03:31 PM Bug #5217 (Closed): lineno is broken when source code has about 7000 lines
- This issue was solved with changeset r33046.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is... -
01:53 PM Bug #5217: lineno is broken when source code has about 7000 lines
- (2011/08/23 20:43), Yusuke ENDOH wrote:
> おお。ささださんが一晩でやってくれました。
こっちは朝だったけどね.コミットします.
--
// SASADA Ko... -
12:53 PM Bug #5217: lineno is broken when source code has about 7000 lines
- 遠藤です。
2011年8月24日10:08 Hiroshi Nakamura <[email protected]>:
> Koichi Sasada wrote:
>> 色々考えて,遠藤さんに IRC でア... -
10:08 AM Bug #5217: lineno is broken when source code has about 7000 lines
- Koichi Sasada wrote:
> 色々考えて,遠藤さんに IRC でアドバイスしてもらった,「改行位置が変
> わったところだけ情報を付ける」という方法でやり直しました.
ありがとうございました。
>... -
07:23 AM Bug #5217: lineno is broken when source code has about 7000 lines
- ささだです.
(2011/08/23 7:43), Yusuke Endoh wrote:
> 直そうと思えば、以下のようにすれば直ります。しかしあえて short を選んで
> いるのは省メモリ化のためだと思い... -
11:37 PM Revision ef039de5 (git): * vm.c (vm_make_env_each): work around to solve Bug #2729.
- fixes: Bug #2729
a patch from Kazuki Tsujimoto <[email protected]>
This problem is caused by changing dfp (dynami... -
11:29 PM Feature #5056: About 1.9 EOL
- On 24/08/11 at 23:03 +0900, Yugui wrote:
> On Tue, Aug 23, 2011 at 9:20 PM, Lucas Nussbaum
> <lucas@lucas-nussba... -
11:29 PM Feature #5056: About 1.9 EOL
- On Thu, Jul 21, 2011 at 10:29 AM, Motohiro KOSAKI
<[email protected]> wrote:
> Â - 1.9.4 will be released ... -
11:23 PM Feature #5056: About 1.9 EOL
- On Tue, Aug 23, 2011 at 9:20 PM, Lucas Nussbaum
<[email protected]> wrote:
> Currently, Ruby's definition... -
06:23 PM Feature #5056: About 1.9 EOL
- 2011/8/23 Michal Suchanek <[email protected]>:
> On 23 August 2011 13:20, NARUSE, Yui <[email protected]> wrote:
... -
11:27 PM Revision 382ed428 (git): * vm.c (vm_make_env_each): work around to solve Bug #2729.
- fixes: Bug #2729
a patch from Kazuki Tsujimoto <[email protected]>
This problem is caused by changing dfp (dynami... - 11:04 PM Revision 7a3f54ed (git): * backport r33060, 33061 from trunk
- * numeric.c (int_round): Fix Integer#round [ruby-core:39096]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru... - 10:57 PM Revision 85e24491 (git): * numeric.c (int_round): Fix Integer#round [ruby-core:39096]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:57 PM Revision ee0d942e (git): * numeric.c: Rdoc fix
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:02 PM Revision beb26e1b (git): * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:
- Manage a redefinition of special methods for each classes.
A patch from Joel Gouly <[email protected]>. Thanks!... -
09:56 PM Revision 0a50e17e (git): * ext/psych/lib/psych.rb: Fixing psych version number.
- * ext/psych/psych.gemspec: updating the gemspec.
Conflicts:
ext/psych/psych.gemspec
git-svn-id: svn+ssh:/... -
09:54 PM Revision 72107daf (git): * ext/psych/lib/psych.rb: Fixing psych version number.
- * ext/psych/psych.gemspec: updating the gemspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33057 b2dd03c8-39... - 09:27 PM Revision 1306ae8a (git): * 2011-08-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:27 PM Revision baf7c859 (git): * NEWS: Integer#round was also updated (even though rdoc is unchanged)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:18 PM Revision 4a11e857 (git): * 2011-08-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:18 PM Revision 497e61cc (git): * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to be
- UTF-8.
* test/psych/test_encoding.rb: test yaml dump encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
09:14 PM Revision 34f6671d (git): * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to be
- UTF-8.
* test/psych/test_encoding.rb: test yaml dump encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@330... -
06:49 PM Feature #5220: NilClass#to_i should accept an argument to match String#to_i
- IO, Integer, Float, Time, etc. have #to_i with no arguments, too.
-
09:23 AM Feature #5220 (Rejected): NilClass#to_i should accept an argument to match String#to_i
- I noticed that NilClass#to_i does not accept an additional argument. This differs from String#to_i which accepts an o...
-
06:33 PM Bug #5222 (Assigned): test_script_from_stdin のエラー
- 添付がないようですがよろしく。
-
02:32 PM Bug #5222 (Closed): test_script_from_stdin のエラー
- 一部の環境(Solarisなど)では、master PTY が端末ではないため、
IO#echo= に失敗して test_script_from_stdin がエラーになります。
45) Error:
test_scr... -
04:41 PM Revision 8b8c7fd3 (git): * test/fileutils/test_fileutils.rb (test_chmod_symbol_mode): Solaris
- seems to behave the same as FreeBSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33051 b2dd03c8-39d4-4d8f-98f... -
04:29 PM Bug #5116 (Closed): Code example for URI::Parser is invalid
- Fixed in r33047, thanks!
- 04:23 PM Revision 830125d8 (git): * 2011-08-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:23 PM Revision 073f94e2 (git): * test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave pty
- should be manipulated because master pty may not be a tty on some
environment (e.g. Solaris). [Bug:#5222] [ruby-dev... -
12:58 PM Feature #5128: 日本語ドキュメントをUTF-8に
- あいざわです
全体的に消極的賛成派が多くて、中田さんとしては現状のGitあるいはRedmineの機能不足をRubyの変更によって
対応するのは筋違いだろうということでしょうか。
パッチを投げた経緯としては、現実にRedm... -
12:28 PM Feature #5221 (Closed): LoadEerror#path
- I read a part of activesupport and they add a method LoadError#path to return unloaded file name (*1).
*1: https:/... -
09:53 AM Bug #5204: `defined?(@@foo) && @foo` may fail
- Hi,
Thank you Magnus for your reporting and a patch.
I apply it.
Yugui-san:
I think it can be applie... -
09:36 AM Bug #3781 (Open): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- すいません、気づいてなかったのですが、添付のスクリプトは今でも落ちます。
落ち方はちょっと変化していて、
~32419 当初の報告通り Segmentation fault
32420~32431 `resume': c... -
07:29 AM Revision bad0b9d8 (git): merge revision(s) 33047:
- ------------------------------------------------------------------------
r33047 | naruse | 2011-08-24 16:28:12 +0900 ... -
07:28 AM Revision 32618ba7 (git): Add a missing parenthesis in the example.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:31 AM Revision 7049d9c8 (git): * iseq.h, iseq.c, compile.c: Change the line number data structure
- to solve an issue reported at [ruby-dev:44413] [Ruby 1.9 - Bug #5217].
Before this fix, each instruction has an inf... -
02:21 AM Feature #5219 (Closed): Array#pack should warn (or raise) if an invalid pack string is given
- If garbage characters are inserted into the pack string ruby ignores them:
$ ruby19 -e 'p [1, 2, 3].pack("*N")'
"... -
12:52 AM Revision 4f03f0cb (git): * insns.def (defined): fix to checking class variable.
- A patch by Magnus Holm <[email protected]>. Thanks!
* test/ruby/test_variable.rb: add a test for above.
git-svn-i... -
12:16 AM Bug #5162: IMAP error formatting string
- Shugo Maeda wrote:
> art lussos wrote:
> > In the method msg_att in the file imap.rb, the parse error is written a... -
12:02 AM Revision 6b8fe957 (git): * backport r33043 from trunk.
- * lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allows
HTTPS image paths to be turned into <img> t...
08/23/2011
-
11:53 PM Revision 61920a12 (git): * lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allows
- HTTPS image paths to be turned into <img> tags. Prevents special
markup inside <tt> from being processed.
git-sv... -
11:42 PM Bug #5217 (Closed): lineno is broken when source code has about 7000 lines
- 遠藤です。
asakusa.rb で出た話だそうですが (なひさんからの伝聞) 、soap4r と
simplecov を組み合わせると [BUG] bug が出るそうです。
いろいろ話を聞かせてもらった結果、以下のよう... - 11:05 PM Revision 0ed77bc7 (git): backported r33039
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:04 PM Revision e5f7bf84 (git): * backport r32981 and r32982 from trunk.
- * ext/dl: Add documentation. Patch by Vincent Batts.
[Ruby 1.9 - Bug #5192]
* ext/.document (fiddle): Remove dup... -
10:58 PM Revision cede48fd (git): * lib/rubygems: Update to RubyGems 1.8.9. Fixes uninstalling multiple
- gems and gem cleanup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:34 PM Revision d1919daa (git): fixed tests broken by new minitest mixin
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:55 PM Revision 2f8fb754 (git): * 2011-08-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:55 PM Revision 18911888 (git): backport of 33036
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:53 PM Feature #5056: About 1.9 EOL
- (08/23/2011 09:20 PM), Lucas Nussbaum wrote:
> On 23/08/11 at 20:38 +0900, Urabe Shyouhei wrote:
>> Hello Lucas.... -
09:23 PM Feature #5056: About 1.9 EOL
- On 23/08/11 at 20:38 +0900, Urabe Shyouhei wrote:
> Hello Lucas.
>
> (08/23/2011 08:09 PM), Lucas Nussbaum wr... -
09:23 PM Feature #5056: About 1.9 EOL
- On 23/08/11 at 20:20 +0900, NARUSE, Yui wrote:
> (2011/08/23 20:09), Lucas Nussbaum wrote:
> > On 23/08/11 at 06... -
08:53 PM Feature #5056: About 1.9 EOL
- Hello Lucas.
(08/23/2011 08:09 PM), Lucas Nussbaum wrote:
> I think that the current way of managing branches... -
08:23 PM Feature #5056: About 1.9 EOL
- (2011/08/23 20:09), Lucas Nussbaum wrote:
> On 23/08/11 at 06:50 +0900, SASADA Koichi wrote:
>> (2011/08/10 7:18... -
08:23 PM Feature #5056: About 1.9 EOL
- On 23/08/11 at 06:50 +0900, SASADA Koichi wrote:
> (2011/08/10 7:18), Yukihiro Matsumoto wrote:
> > My opinion i... -
06:53 AM Feature #5056: About 1.9 EOL
- Hi,
Sorry for my late response.
(2011/08/10 7:18), Yukihiro Matsumoto wrote:
> |Matz, do you have schedu... - 09:47 PM Revision 2c43b966 (git): Imported minitest 2.5.0 (r6557)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:24 PM Revision 0dcfc893 (git): * NEWS: Actually, it's both Float#round and Numeric#round...
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:19 PM Revision 3385e681 (git): * NEWS: Correction; it's Float#round
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:15 PM Revision a32108b5 (git): * 2011-08-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:15 PM Revision 942facfa (git): * NEWS: Add Numeric#round to the list of modified methods
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@33032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:44 PM Revision 885f5fa2 (git): * 2011-08-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:44 PM Revision 54163e2b (git): * thread.c (update_coverage): skip coverage count up if the current
- line is out of the way. rb_sourceline() is unreliable when source
code is big. [ruby-dev:44413]
* test/coverage/... -
03:26 PM Bug #5210 (Closed): Kernel#require documentation is incomplete
- This issue was solved with changeset r33027.
Andrew, thank you for reporting this issue.
Your contribution to Ruby is... -
02:09 PM Revision bdd342d8 (git): * backport r33021 from trunk.
- * sprintf.c (rb_str_format): add RB_GC_GUARD to prevent temporary
strings from GC.
git-svn-id: svn+ssh://ci.ruby-... -
12:28 PM Bug #5213: GC.stress=true で TestSH#test_commercial が Failure になる
- すみません、valgrind で実行するとその他に str のバッファをはみだしてアクセスする場合があったのでその修正と、RB_GC_GUARD を使うようにしたのでパッチを更新します。
-
11:44 AM Bug #5216 (Closed): added some clarification to Array.new method
- Wasn't sure if the call-seq section needed to be updated. Doc was referencing first through fourth forms, but then bu...
-
11:14 AM Bug #5215 (Closed): added some clarification to Array[] method
- Inspired by several Klabnik posts, I thought I'd try this out. Is this the kind of clean up/clarification you're look...
-
10:29 AM Bug #2768 (Closed): SEGV when using OpenSSL::Cipher (AES) in certain way
- Thanks for heads-up!
I applied the patch to trunk at r32723 and ruby_1_9_3 at r32724. Closing. -
10:09 AM Bug #5214 (Closed): "not (true)" should not warn "(...) interpreted as grouped expression"
- If you have a space between "not" and "(" ruby will warn.
Since it is normal to use "not" with a grouped expressio... -
08:17 AM Bug #5116: Code example for URI::Parser is invalid
- The spelling of :ESCAPED has been fixed by Bug #5177 , but there's still a missing parenthesis.
A new patch will h... -
06:30 AM Revision df0cb1c4 (git): * backport r33027 from trunk.
- * load.c (rb_f_require): Improve documentation of Kernel#require.
[Ruby 1.9 - Bug #5210]
git-svn-id: svn+ssh://c... -
06:26 AM Revision a14e13b2 (git): * load.c (rb_f_require): Improve documentation of Kernel#require.
- [Ruby 1.9 - Bug #5210]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:16 AM Revision 73867ef5 (git): * 2011-08-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:16 AM Revision 91d6e312 (git): * backport r33023 from trunk.
- * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section of
gzip header is readable to avoid SEGV.
* test/... - 02:36 AM Revision a5cb0fb0 (git): * 2011-08-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:36 AM Revision e3e98506 (git): * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section of
- gzip header is readable to avoid SEGV.
* test/zlib/test_zlib.rb (test_corrupted_header): Test it.
git-svn-id: svn+... -
12:33 AM Bug #5208: \b and \B don't match properly
- > Ruby では \w とは別に \p{Word} というものを用意しているので、「\b は \p{Word} に従う」でよいかと思っています。
そういう考えもありましたか。ただ、少なくともPerl 5.14とPython 2...
08/22/2011
-
11:59 PM Bug #5213 (Closed): GC.stress=true で TestSH#test_commercial が Failure になる
- make test-all TESTS="--gc-stress date/test_switch_hitter.rb -n test_commercial"
を実行すると
1) Failure:
test_commer... -
08:47 PM Bug #5204 (Assigned): `defined?(@@foo) && @foo` may fail
- Hi ko1, what do you think?
-
07:34 PM Bug #5211 (Rejected): Segmentation fault in Enumerator#each
- On 1.9.3, I cannot reproduce this issue using gcc-4.2 with -O3 and llvm-gcc with -O0 on OS X 10.7 (Lion).
Which vers... -
03:31 PM Bug #5211 (Rejected): Segmentation fault in Enumerator#each
- Under ruby-1.9.2-p290, on OS X Lion, the following code
@e1 = %w(strike strike strike).to_enum
@e2 = [1,2,3].... - 02:48 PM Revision 4ed47113 (git): * 2011-08-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:48 PM Revision 9c038691 (git): * sprintf.c (rb_str_format): add RB_GC_GUARD to prevent temporary
- strings from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:38 PM Bug #5208 (Assigned): \b and \B don't match properly
- チケット登録ありがとうございます。
やり方はこれでバッチリです。
で、本件ですが、
> ruby 1.9.2では、\wがマルチバイト文字にマッチしないように鬼車を修正していたと思いますが、
> \b, \Bについては\w,... -
12:14 PM Bug #5194 (Rejected): exceptions caught compiling with clang 2.1 on OSX 10.7
- Which revision did you build?
I tried to build r33019 with "Apple clang version 2.1 (tags/Apple/clang-163.7.1) (ba... -
11:59 AM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
- むらたです。
On Saturday, August 20, 2011 at 19:07 , Motohiro KOSAKI wrote:
> むらたさん
>
> regressionではないようですし、見る... -
08:36 AM Bug #5210 (Closed): Kernel#require documentation is incomplete
- The documentation for Kernel#require could benefit from additional description.
It does not describe what a return... -
08:28 AM Bug #5175: Ruby1.9.2p290 MySQLアクセスエラー
- dbi_mysql_connect2.rbは、MySQLへアクセスする簡単なプログラムです。
コードは、以下です。
#!D:/Ruby/bin/ruby.exe -Ks
require "dbi"
begin
...
Also available in: Atom