Activity
From 02/01/2011 to 02/07/2011
02/07/2011
-
10:47 PM Feature #4351 (Closed): Server Name Indication (SNI) for net/http
- =begin
This issue was solved with changeset r30816.
Akira, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* lib/net/http.rb (Net::HTTP#connect): support SNI (Serve... -
10:12 PM Bug #4378 (Closed): 1.9.2でClassオブジェクトのcloneの特異メソッドが消える
- =begin
以下のスクリプトで再現します。
1.9.2およびtruncで再現しますが、1.9.1や1.8.7では再現しません。
foo = Class.new
def foo.foo() end
bar = foo.clone
bar.instance_eval {}
bar.foo #=> NoMethodError
上記 instance_eval の呼び出しで bar.foo が見えなくなる... -
09:26 PM Bug #4373 (Rejected): http.rb:677: [BUG] Segmentation fault
- =begin
you can install postgresql + openssl with macport because ruby won't use macport's openssl.
=end
-
08:07 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
Shota, this is what I did:
Removed packages from macports via:
sudo port uninstall postgresql83-server
sudo port uninstall postgresql83
sudo port uninstall openssl
As per instructions at: http://rvm.beginrescueend.com/pa... -
06:38 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
Should postgresql83 install with OSX default openssl too? Or just ruby?
=end
-
06:06 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
>How do you suggest I build ruby again? I am currently using ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.6.0], installed via rvm.
I heard macport's openssl makes problem at another chatroom.
he resolved this p... -
05:18 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
How do you suggest I build ruby again? I am currently using ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.6.0], installed via rvm.
Also, sudo port deactivate openssl depends on postgresql83 @8.3.13_0. Should I ... -
11:02 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
Could you build again the ruby without OpenSSL of macports?
you can disable macports OpenSSL by this command: sudo port deactivate openssl
reenable by this command: sudo port activate openssl
=end
-
02:43 AM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
Openssl is already installed via macports. Actually, the replication is quite simple. I have come up with a narrowed step-by-step procedure:
1) Install rails
2) Create a new rails project
3) Open gem file and include the... -
04:08 PM Bug #4376 (Closed): rdoc can't handle correctly the return value when the file has invalid character
- =begin
Fixed by import RDoc 3.5.3, 30815.
I have found further inconsistencies in the result encoding for some String methods, I will file those bugs separately.
=end
-
02:30 PM Bug #4376: rdoc can't handle correctly the return value when the file has invalid character
- =begin
I have a fix for this bug, but it has uncovered a second bug.
I am still investigating.
=end
-
01:11 PM Bug #4376 (Closed): rdoc can't handle correctly the return value when the file has invalid character
- =begin
From r30806 to r30813, make rdoc raises error on LANG=C environment like:
http://59.106.172.211/~chkbuild/ruby-trunk/log/20110207T010100Z.log.html.gz
This is because the encoding of output is set to US-ASCII, failed char... -
04:01 PM Revision 012e60f6 (git): * process.c (proc_setgroups): add GC guard to prevent intermediate
- variable from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:56 PM Revision 5f3e191f (git): * misc/ruby-mode.el (ruby-expr-beg, ruby-in-here-doc-p): tell
- singleton class definitions from here documents.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:53 PM Revision 360e0b93 (git): * misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial): keyword
- followed by colon is label.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:01 PM Revision b50d85eb (git): * lib/benchmark.rb (Benchmark#bmbm): use ensure clause instead of
- Object#tap to restore STDOUT.sync.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:37 PM Revision afe7aac4 (git): * lib/net/http.rb (Net::HTTP#connect): support SNI (Server Name
- Indication) for HTTPS. [ruby-dev:43164]
http://stackoverflow.com/questions/4685736/openssl-server-name-indication-support-in-ruby
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:40 AM Bug #4375 (Closed): "undefined method `coerce' for nil:NilClass" for "Date.new === nil"
- =begin
When I run irb, and write "require 'date'; Date.new === nil" then I get error:
undefined method `coerce' for nil:NilClass
I found some bug reports for similar error message, but in different contexts.
It looks like ther... -
08:25 AM Bug #4355: Segmentation Fault
- =begin
I had set a breakpoint in code executed very early.
I took that breakpoint out and re-started the application under the debugger and it did not fail yet.
I was able to poke it with the browser, and it gave back the same... -
08:03 AM Bug #4355: Segmentation Fault
- =begin
It crashed again - I was about to start a debugging session on code that I hadn't debugged before. I am running in RubyMine.
It seems that the bug may be related to the previous bug, but perhaps the log file shows a differen... -
07:07 AM Revision 60f2c9cf (git): Upgrade to RDoc 3.5.3. Fixes [Bug #4376]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:46 AM Bug #4374: [ext/openssl] ASN1.decode wrong for infinite length values
- =begin
I verified that with the current code it's not possible to construct a Constructive
instance without tagging if the tag_class is passed as an explicit parameter.
Tagging will be set to :EXPLICIT if it was passed as nil. Tha... -
02:52 AM Bug #4374 (Closed): [ext/openssl] ASN1.decode wrong for infinite length values
- =begin
Hi all,
ASN.1 decoding behaves incorrectly for DER encodings with infinite length values. Two examples:
require 'openssl'
require 'pp'
eoc = OpenSSL::ASN1::EndOfContent.new
int = OpenSSL::ASN1::Integer.new ... -
04:27 AM Revision ca9f7009 (git): TestProcess#test_wait_and_sigchild randomly fails on FreeBSD
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:48 AM Revision dda0d61e (git): * common.mk (rdoc): add --encoding=UTF-8; ruby's rdoc must be UTF-8.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:32 AM Feature #4197: Improvement of the benchmark library
- =begin
Hi,
On 6 February 2011 03:07, Nobuyoshi Nakada wrote:
> Hi,
>
> A library should not leave such globally shared states changed.
I know, that is why I prefer to use IO#flush in libraries.
> `ensure' clause does n... - 01:23 AM Revision ef6734aa (git): * 2011-02-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:23 AM Revision 55ea57af (git): * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):
- there is no easy way to create owner unreadable file on Windows.
So, skip the test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/06/2011
-
11:36 PM Feature #4197: Improvement of the benchmark library
- =begin
> Hi,
>
> Well, Nakada-san already said almost all my points.
>
>>Anyway, I am going to propose to move that print behavior in Report/Job, and I will probably use IO#flush, to make things simpler.
> I see. It's better than c... -
11:19 PM Feature #4197: Improvement of the benchmark library
- =begin
Hi,
Well, Nakada-san already said almost all my points.
>Anyway, I am going to propose to move that print behavior in Report/Job, and I will probably use IO#flush, to make things simpler.
I see. It's better than chang... -
11:07 AM Feature #4197: Improvement of the benchmark library
- =begin
Hi,
At Sun, 6 Feb 2011 03:38:48 +0900,
Benoit Daloze wrote in [ruby-core:35103]:
> (If it is an Interrupt, I think restoring STDOUT's sync is not relevant.)
A library should not leave such globally shared states changed.
... -
03:38 AM Feature #4197: Improvement of the benchmark library
- =begin
Hi,
On 5 February 2011 16:08, Tomoyuki Chikanaga wrote:
> Hi,
> In Benchmark#bmbm, I think it's better to use ensure clause instead of Object#tap to restore STDOUT.sync.
Do you have a particular scenario in mind ?
(I... -
12:08 AM Feature #4197: Improvement of the benchmark library
- =begin
Hi,
In Benchmark#bmbm, I think it's better to use ensure clause instead of Object#tap to restore STDOUT.sync. How about a patch below?
diff --git a/lib/benchmark.rb b/lib/benchmark.rb
index 052b9ad..ac17ba4 100644
--- ... -
07:27 PM Bug #4373 (Feedback): http.rb:677: [BUG] Segmentation fault
- =begin
Does your application access to web via HTTP using net/http(s)?
I think need the following things for fix:
* Is OpenSSL installed from homebrew? rvm? macports?
* Could you produce the reproducing code? (net/http code)... -
06:49 PM Bug #4373 (Open): http.rb:677: [BUG] Segmentation fault
- =begin
thanks.
=end
-
06:35 PM Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
The latest crash log file: ruby_2011-02-05-181943_Christian-Fazzinis-MacBook-Pro.crash
Process: ruby [490]
Path: /Users/Chris/.rvm/rubies/ruby-1.9.2-p136/bin/ruby
Identifier: ruby
Version: ... -
06:22 PM Bug #4373 (Feedback): http.rb:677: [BUG] Segmentation fault
- =begin
Hi,
On darwin/osx, you should have crash logs under ~/Library/Logs/CrashReporter/.
Could you show crash log file?
--sora_h
=end
-
05:48 PM Bug #4373 (Third Party's Issue): http.rb:677: [BUG] Segmentation fault
- =begin
Where is this error coming from?
The following happens after I start the rails server via "rails s":
rails s
=> Booting WEBrick
=> Rails 3.0.3 application starting in development on http://0.0.0.0:3000
=> Call wi... -
03:49 PM Bug #4343: Dir.glob does match files without extension
- =begin
mathew,
First of all, let me assure that I'm well aware of engineering trade
offs. I suggested that consistency be maintained where feasible, not
always and at the expense of sanity. I also suggested that extensions
would... -
03:16 PM Bug #4372 (Feedback): Segmentation fault - hpricot
- =begin
=end
-
01:24 PM Bug #4372: Segmentation fault - hpricot
- =begin
Hi,
At Sun, 6 Feb 2011 12:39:41 +0900,
Linus Oleander wrote in [ruby-core:35108]:
> ruby -v: ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.6.0]
On darwin, you should have crash logs under
~/Library/Logs/Cra... -
12:57 PM Bug #4372: Segmentation fault - hpricot
- =begin
It seams like it has something to do with this:
https://github.com/hpricot/hpricot/issues/#issue/33
=end
-
12:39 PM Bug #4372 (Rejected): Segmentation fault - hpricot
- =begin
Here is the output https://gist.github.com/813091
Here is the rspec code that caused the error.
https://gist.github.com/813098
I can bin the code that is being tested if it's necessary.
=end
-
03:16 PM Bug #4370 (Rejected): Abort trap in net/http
- =begin
=end
-
02:39 PM Bug #4370: Abort trap in net/http
- =begin
Finally found the problem: I installed MySQL from MacPorts, which the mysql2 gem was linking to, causing the MacPorts libssl to be loaded rather than the system libssl. Installing the official MySQL package (which use system lib... -
11:24 AM Bug #4370 (Feedback): Abort trap in net/http
- =begin
=end
-
11:12 AM Bug #4370: Abort trap in net/http
- =begin
Hi,
At Sun, 6 Feb 2011 08:19:41 +0900,
David Phillips wrote in [ruby-core:35104]:
> Minimal reproduction:
>
> rails new foo -d mysql
> cd foo
> bundle install
> rails console
I can't reproduce it only with the follo... -
08:19 AM Bug #4370: Abort trap in net/http
- =begin
Minimal reproduction:
rails new foo -d mysql
cd foo
bundle install
rails console
require 'net/http'
http = Net::HTTP.new('s3.amazonaws.com', 443)
http.use_ssl = true
http.start {|h| h.request(Net::HTTP::Get.... -
12:56 PM Bug #4340 (Closed): Encoding of result string for String#gsub is not consistent
- =begin
Fixed by r30806 (with test)
=end
-
11:23 AM Bug #4363: Ruby segfaults when any gem module is required
- =begin
Hi,
At Fri, 4 Feb 2011 05:16:32 +0900,
Geoff W. wrote in [ruby-core:35076]:
> ruby -v: ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-linux]
>
> Test file 1 (test.rb):
> # Begin
> require "mysql"
> # End
>
> Tes... -
10:59 AM Revision 28937bf8 (git): * thread_pthread.c (register_cached_thread_and_wait): move invalid
- storage class function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:56 AM Revision 9b68d667 (git): * ext/pty/pty.c (chfunc): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:38 AM Revision 088474a2 (git): * ext/pty/pty.c (chfunc): suppress a warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:48 AM Revision b5f628a8 (git): * ext/json/lib/json/common.rb (JSON::MissingUnicodeSupport.iconv):
- should not drop rest of the result. use Iconv.conv instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:54 AM Revision edaf78df (git): Ensure result encoding is the same as input encoding for String#gsub. [Bug #4340].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:18 AM Revision b1986003 (git): * parse.y (words, qwords): dispatch array events. based on a
- patch from Michael Edgar. [Bug #4365].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:13 AM Revision 58195557 (git): * test/fileutils/fileasserts.rb (FileAssertions): separate module.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:29 AM Revision 2eb8b115 (git): * 2011-02-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:29 AM Revision adfcc591 (git): * ext/dbm/dbm.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/05/2011
-
09:57 PM Bug #4364 (Closed): Ripper loses MLHS variables in the presence of an LHS splat
- =begin
This issue was solved with changeset r30799.
Michael, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* parse.y (mlhs_basic): include mlhs_post for ripper. ... -
12:53 PM Bug #4364: Ripper loses MLHS variables in the presence of an LHS splat
- =begin
Test patch attached. Thanks!
=end
-
09:31 AM Bug #4364 (Feedback): Ripper loses MLHS variables in the presence of an LHS splat
- =begin
Thank you, it seems fine.
Couldn't you make test case for it too?
=end
-
04:57 PM Bug #4371 (Closed): assert_blockで ArgumentError が起きます
- =begin
This issue was solved with changeset r30796.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* lib/test/unit/assertions.rb (Test::Unit::Assertions#... -
04:27 PM Bug #4371 (Closed): assert_blockで ArgumentError が起きます
- =begin
昨日からtrunkで4件エラーが増えました
2) Error:
test_cv_timed_wait(TestCV):
ArgumentError: assertion message must be String or Proc, but NilClass was given.
/home/kosaki/linux/ruby-svn/ruby/test/fileutils/fileasserts.rb:12:in `a... -
03:44 PM Bug #4370 (Rejected): Abort trap in net/http
- =begin
This crash occurred while using the s3 gem in the Rails console. The HTTP request was using SSL.
ruby-1.9.2-p136 :013 > s3 = S3::Service.new(:access_key_id => AwsConfig.aws_access_key, :secret_access_key => AwsConfig.aws_se... -
01:48 PM Revision 0efad539 (git): Surpress warnings: possibly useless use of :: in void context
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:06 PM Revision e66eec92 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- revert r30796. r30797 and r30798 are an alternative fix.
[ruby-dev:43174]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:47 PM Revision 476ba908 (git): * parse.y (mlhs_basic): include mlhs_post for ripper. a patch
- from Michael Edgar at [ruby-core:35078].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:22 PM Revision dd9341f0 (git): * lib/test/unit/assertions.rb (assert_block): move from
- test/fileutils/fileasserts.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:40 AM Revision 790f43a3 (git): * test/fileutils/fileasserts.rb (assert_block): pass arguments
- as-is. [ruby-dev:43174]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:26 AM Bug #4343 (Rejected): Dir.glob does match files without extension
- =begin
File.fnmatch?("bla.*", "bla") returns false, so "bla" cannot be
returned by Dir.glob("bla.*").
=end
-
04:30 AM Bug #4343: Dir.glob does match files without extension
- =begin
On Fri, Feb 4, 2011 at 12:11, Jeremy Bopp <jeremy@bopp.net> wrote:
> On 02/04/2011 10:33 AM, mathew wrote:
>> % man -s3 glob
[...]
> That implementation is provided by libc:
And libc is part of Unix. The glob() library cal... -
03:12 AM Bug #4343: Dir.glob does match files without extension
- =begin
On 02/04/2011 10:33 AM, mathew wrote:
> On Thu, Feb 3, 2011 at 22:29, Jeremy Bopp <jeremy@bopp.net> wrote:
>> Globs aren't implemented by the OS or the filesystem.
>
> Wrong.
>
> % man -s3 glob
>
> GLOB(3) ... -
01:34 AM Bug #4343: Dir.glob does match files without extension
- =begin
On Thu, Feb 3, 2011 at 22:29, Jeremy Bopp <jeremy@bopp.net> wrote:
> Globs aren't implemented by the OS or the filesystem.
Wrong.
% man -s3 glob
GLOB(3) Linux Programmer's Manual GLOB... -
07:50 AM Revision 49f8799a (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
- msg can be passed nil. [Bug #4371] [ruby-dev:43174]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:20 AM Revision 8aa89529 (git): Import RDoc 3.5.2
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:47 AM Bug #4331 (Closed): FileUtils::DryRun.copy_entry makes changes.
- =begin
This issue was solved with changeset r30787.
Hanae, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* lib/fileutils.rb (FileUtils::LowMethods): make low leve... -
03:05 AM Revision d8ebf382 (git): * ext/syck/rubyext.c (syck_node_init_copy): SyckNode is not
- copiable. [ruby-core:35094]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:48 AM Revision 74e6dd40 (git): * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptr
- NULL.
* ext/openssl/ossl_cipher.c (ossl_cipher_new, ossl_cipher_initialize):
allocate internal structure. [ruby-core:35094]
* ext/openssl/ossl_cipher.c (ossl_cipher_copy): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3079... -
02:29 AM Revision 1069e5d6 (git): * ext/json/parser/parser.h (GET_PARSER): raise TypeError.
- * ext/json/parser/parser.rl (cParser_initialize): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:17 AM Bug #4361 (Closed): SCRIPT_LINES__ mechanism should treat magic-comment.
- =begin
This issue was solved with changeset r30784.
Kyosuke, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* parse.y (lex_getline, parser_set_encode): set encodin... -
01:38 AM Bug #4340: Encoding of result string for String#gsub is not consistent
- =begin
Can I ask why regexps are not affected by
# encoding: UTF-8
declarations?
mathew
=end
-
01:30 AM Revision 9cc62abc (git): * ext/json/parser/parser.h (GET_PARSER): check if initialized.
- [ruby-core:35079]
* ext/json/parser/parser.rl (cParser_initialize): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:13 AM Revision bc1e4b4e (git): * ext/json/parser/parser.rl: add local variables for emacs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:09 AM Revision bf794afb (git): * load.c (rb_get_expanded_load_path): always expand load paths.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:38 AM Revision e9cc5184 (git): * transcode.c (encoded_dup): extract.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/04/2011
-
06:37 PM Revision 780678da (git): * lib/fileutils.rb (FileUtils::LowMethods): make low level methods
- in NoWrite and DryRun to do nothing. [ruby-dev:43129]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:35 PM Revision ab53367b (git): * test/fileutils/fileasserts.rb: add message arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:34 PM Revision f38aad8d (git): * test/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block):
- show the given message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:09 PM Revision f6b4cba6 (git): * parse.y (lex_getline, parser_set_encode): set encoding of lines
- in SCRIPT_LINES__ as source encoding. [ruby-dev:43168]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:08 PM Revision 09589235 (git): * vm.c (ruby_thread_data_type): add prefix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:05 PM Revision cae6eed6 (git): * 2011-02-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:05 PM Revision 034540db (git): * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() instead
- CoreDataFromValue() because we need type check. Otherwise,
type mismatch can cause segmentation fault crash.
[ruby-core:35086] [Ruby 1.9-Bug#4367]
* vm.c (thread_data_type): remove static.
git-svn-id: svn+... -
01:30 PM Bug #4343: Dir.glob does match files without extension
- =begin
On 02/03/2011 09:38 PM, mathew wrote:
> On Sun, Jan 30, 2011 at 23:07, Jeremy Bopp <jeremy@bopp.net> wrote:
>> On 01/30/2011 06:30 PM, mathew wrote:
>>> On Sat, Jan 29, 2011 at 11:49, Jeremy Bopp <jeremy@bopp.net> wrote:
>>>>... -
12:40 PM Bug #4343: Dir.glob does match files without extension
- =begin
On Sun, Jan 30, 2011 at 23:07, Jeremy Bopp <jeremy@bopp.net> wrote:
> On 01/30/2011 06:30 PM, mathew wrote:
>> On Sat, Jan 29, 2011 at 11:49, Jeremy Bopp <jeremy@bopp.net> wrote:
>>> Where possible, Ruby scripts should see *Ru... -
12:24 PM Feature #4197: Improvement of the benchmark library
- =begin
2011/2/4 Benoit Daloze <eregontp@gmail.com>:
> Hi,
> On 1 February 2011 05:38, KOSAKI Motohiro <kosaki.motohiro@gmail.com> wrote:
>> Hi
>>
>> The change log says, test/benchmark has been changed only warnings issue
>> by th... -
01:49 AM Feature #4197: Improvement of the benchmark library
- =begin
Hi,
On 1 February 2011 05:38, KOSAKI Motohiro <kosaki.motohiro@gmail.com> wrote:
> Hi
>
> The change log says, test/benchmark has been changed only warnings issue
> by this commit. However it has more widely change and it ma... -
12:17 PM Bug #4366 (Closed): UTF-8文字列に対しての部分文字列取得操作で結果にゴミがつくことがある
- =begin
This issue was solved with changeset r30779.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* string.c (str_utf8_nth): fixed a conditon of optimiz... -
12:11 PM Bug #4366 (Closed): UTF-8文字列に対しての部分文字列取得操作で結果にゴミがつくことがある
- =begin
test.rb
-----------------------------------
# coding: utf-8
str="あいうえお"
p str[2,17]
-----------------------------------
結果
% ./ruby -v test.rb
ruby 1.9.3dev (2011-02-04 trunk 30761) [x86_64-linux]
"... -
10:14 AM Revision 113de008 (git): * enc/trans/utf8_mac.trans: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:21 AM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- Hi,
2011/2/3 James M. Lawrence <redmine@ruby-lang.org>:
> Yusuke Endoh:
> ...
I see. Sorry for my misunderstanding.
But anyway, it is difficult to meet your expectation in 1.9.
Inheriting file/line from a binding is actually inte... -
06:55 AM Bug #4364 (Closed): Ripper loses MLHS variables in the presence of an LHS splat
- =begin
Ripper.sexp currently mis-parses the following LHS forms:
*b, c = ...
*, a = ...
a, *, b = ...
Specifically, in all 3 cases, the variables after the splat are not present in the resulting AST. The cause is simply mi... -
06:13 AM Bug #2618: Win32OLE RuntimeError due CoInitialize not being called
- =begin
http://www.linuxbloke.com/2010/06/26/ever-tried-calling-a-win32ole-com-object-from-rubys-drb/ is also related, for followers.
=end
-
05:16 AM Bug #4363 (Rejected): Ruby segfaults when any gem module is required
- =begin
Test file 1 (test.rb):
# Begin
require "mysql"
# End
Test file 2 (test2.rb):
# Begin
require "active_record"
# End
Test case:
ruby test.rb
Output:
<internal:lib/rubygems/custom_require>:29: [... -
03:14 AM Revision e0d1e245 (git): * string.c (str_utf8_nth): fixed a conditon of optimized lead
- byte counting. [Bug #4366][ruby-dev:43170]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/03/2011
-
10:43 PM Feature #4362 (Closed): Process.kill should accept -SIGXXX with implicit conversion
- =begin
Process.kill の第一引数は Fixnum か Symbol、String でシグナルの種類を指定し、
文字列の時は先頭に - をつけることでプロセスグループへシグナル送信するようになっています。
実際には Fixnum, Symbol, String 以外のオブジェクトを渡すと to_str で文字列への
暗黙の変換が行なわれるようになっているのですが、この時に先頭の - を認識しません。
またシンボルの時も先頭の - が解... -
10:10 PM Bug #4340: Encoding of result string for String#gsub is not consistent
- =begin
Yes, you can; please commit it with a test.
=end
-
09:36 PM Bug #4361 (Closed): SCRIPT_LINES__ mechanism should treat magic-comment.
- =begin
SCRIPT_LINES__に格納されるソースのエンコーディングがUS-ASCIIになっています。
そのため、ソースコード中に日本語が含まれる場合に問題になることがあります。
具体的には、デバッガなどがソースコードを表示しようとしたタイミングでエラーとなることがあります。
ソースのマジコメを反映したエンコーディングを付加しているべきではないかと思いますが、いかがでしょうか。
=end
-
06:37 PM Bug #4360 (Closed): Zlib::GzipReader#unused raises "called on hidden object" error when called
- =begin
This issue was solved with changeset r30772.
Eric, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_n... -
10:33 AM Bug #4360: Zlib::GzipReader#unused raises "called on hidden object" error when called
- =begin
See also [ruby-talk:377703]
=end
-
10:31 AM Bug #4360 (Closed): Zlib::GzipReader#unused raises "called on hidden object" error when called
- =begin
When reading concatenated gzip streams #unused is provided for accessing the data that has been read from the IO but not consumed by libz. Unfortunately calling this method raises an exception:
$ ruby19 -v t.rb
ruby 1... -
04:54 PM Revision aa36d4df (git): * string.c (count_utf8_lead_bytes_with_word): wrote function
- comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:19 PM Revision b0d216c8 (git): * property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:15 PM Revision b6371b55 (git): * ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dup
- before rb_str_resurrect.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:57 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- Yusuke Endoh:
>> Since source_location claims to be "the ruby source filename and line
> ...
Did you misunderstand? It's not my expectation--the next sentence said
it was wrong, and indeed I rely on the current behavior.
My expecta... -
01:19 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- Hi,
2011/2/3 James M. Lawrence <redmine@ruby-lang.org>:
> The initial problem I encountered was
> ...
Hmm. It is indeed irritating for `Kernel#eval` to prefer implicit filename
of a binding to explicitly-specified filename.
This ... -
01:19 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- Hi,
2011/2/3 Rocky Bernstein <rockyb@rubyforge.org>:
> See also
> ...
I'd like to positively call it a "best practice" :-)
> A place where setting the file and line is used is in template systems like
> ...
I'm not sure that I... -
11:23 AM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- > Why do you think only a binding location as a problem?
The initial problem I encountered was
~~~ruby
eval %{def g ; end}, nil, "(eval)", 99
p method(:g).source_location #=> ["(eval)", 99]
eval %{def f ; end}, binding, "(eval... -
12:48 AM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- Hi,
2011/2/2 James M. Lawrence <redmine@ruby-lang.org>:
> Thank you for that detailed explanation. The problem for me is the
> ...
What kind of tools are you talking about?
Even if a binding location is discarded, we can still fake... -
11:38 AM Revision b3c80c05 (git): fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:05 AM Revision 41d0788e (git): * ext/curses/curses.c (CHECK): unused macro removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:42 AM Bug #3780 (Closed): RDoc::Parser.binary? broken for some utf8 files longer than 1024 bytes
- =begin
Fixed by import of RDoc 3.5
=end
-
10:41 AM Bug #3967 (Closed): rdoc generates bad HTML output for '...' in parameter list, call-seq: with multiple values
- =begin
Fixed by import of RDoc 3.5.1
=end
-
10:40 AM Bug #4163 (Closed): RubyGems uses deprecated API: YAML.quick_emit.
- =begin
Fixed by import of RubyGems 1.5
=end
-
10:36 AM Bug #4311 (Closed): ruby setup.sb fails to install ruby gems
- =begin
Fixed by RubyGems 1.5.0.
=end
-
09:56 AM Revision b4940b61 (git): e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrect
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:35 AM Revision d6d24991 (git): * ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_new_shared
- because gz->z.input is hidden string. [ruby-core:35057]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:37 AM Revision 10354c7b (git): * enc/shift_jis.c (code_to_mbc): cast as int from the subtraction of pointers.
- * enc/utf_16le.c (utf16le_mbc_enc_len): use ptrdiff_t.
* enc/utf_32be.c (utf32be_left_adjust_char_head): ditto.
* enc/utf_32le.c (utf32le_left_adjust_char_head): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30771 b2dd03c8-... -
07:37 AM Revision a3b4b499 (git): * include/ruby/missing.h: don't use HAVE_STDDEF_H because it never
- defined by configure though configure.bat defines it.
* include/ruby/ruby.h: move include stddef.h to defines.h
* include/ruby/defines.h: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:27 AM Bug #4358 (Closed): ARG_ENCODING_NONE has no constant exposed to ruby - =begin
This issue was solved with changeset r30765.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* re.c (Init_Regexp): added a constant for ARG_ENCODING_N... -
07:15 AM Bug #4358 (Closed): ARG_ENCODING_NONE has no constant exposed to ruby
- =begin
A regular expression like this: //n
Has options equal to ARG_ENCODING_NONE, but this constant is not available to Ruby.
=end
-
07:26 AM Bug #4359 (Rejected): regular expressions created with Regexp::FIXEDENCODING have incorrect inspect
- =begin
irb(main):001:0> x = //
=> //
irb(main):002:0> y = Regexp.new('', Regexp::FIXEDENCODING)
=> //
irb(main):003:0> [x.inspect, y.inspect]
=> ["//", "//"]
irb(main):004:0> [x.options, y.options]
=> [0, 16]
irb(main):0... -
07:07 AM Bug #4342 (Closed): YAML raises an exception while parsing certain regular expressions - =begin
This issue was solved with changeset r30763.
Andrew, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_... -
06:39 AM Bug #4300: Merge keys not working as expected in psych yaml parser
- =begin
On Wed, Feb 02, 2011 at 10:05:55AM +0900, Matthew Conway wrote:
> Issue #4300 has been updated by Matthew Conway.
>
>
> Thanks!
> Do I have to do anything special to get this backported to 1.9.2?
I don't think so. I've... -
01:46 AM Revision 742d6ffb (git): Properly set ignores for generated files in ext/-test-
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:38 AM Revision c008ca5a (git): * include/ruby/encoding.h (rb_enc_step_back): cast 4th argument 'n'
- as int because Ruby usually treats length value as long but
onigenc_step_back's 4th argument is int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:25 AM Revision 8f84a1f5 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/02/2011
-
10:22 PM Revision b93c74c6 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODING
- rather than magic number.
* ext/syck/lib/syck/rubytypes.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:18 PM Revision 89ef6628 (git): * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONE
- [ruby-core:35054]
* test/ruby/test_regexp.rb: corresponding test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:05 PM Revision 71bf292b (git): * 2011-02-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:05 PM Revision cc6b1b3c (git): * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regular
- expressions can round trip. [ruby-core:34969]
* test/psych/test_yaml.rb: test for ARG_ENCODING_NONE regex
* ext/sych/lib/syck/rubytypes.rb: ARG_ENCODING_NONE regular
expressions can round trip.
* test/syck/test_yaml.rb: test for ARG_EN... -
09:49 PM Bug #4354: File.realdirpath is expected to test for real file.
- =begin
On Wed, Feb 2, 2011 at 12:32 AM, Tanaka Akira <akr@fsij.org> wrote:
> 2011/2/2 Luis Lavena <redmine@ruby-lang.org>:
>
>> If 'real' is attempting to check for real files, also realdir should be behaving similar, correct?
>
> ... -
09:48 PM Bug #4354 (Rejected): File.realdirpath is expected to test for real file.
- =begin
=end
-
12:32 PM Bug #4354: File.realdirpath is expected to test for real file.
- =begin
2011/2/2 Luis Lavena <redmine@ruby-lang.org>:
> If 'real' is attempting to check for real files, also realdir should be behaving similar, correct?
The statement, "The last component of the real pathname can be nonexistent."... -
11:04 AM Bug #4354 (Rejected): File.realdirpath is expected to test for real file.
- =begin
Hello,
Comparing File.realpath behavior with File.realdirpath behavior, they don't match:
-
06:30 PM Bug #4341 (Open): baserubyに1.8.xを指定すると make benchmark がエラー
- =begin
=end
-
02:36 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- Thank you for that detailed explanation. The problem for me is the
connection to `source_location`, which should be usable by tools.
Shouldn't `source_location` give the file and line of a method or block
definition? If so then `sou... -
12:46 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- Hi,
2011/2/1 James M. Lawrence <redmine@ruby-lang.org>:
> Knowing the line of an error inside eval is useful. Passing a binding
> ...
I understand you, but the behavior is intended.
A binding also has its own information of filen... -
05:35 AM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- I came across this issue when I noticed that source_location gives non-useful info when a binding is passed to eval. Thus the patch fixes two somewhat different problems: eval backtrace and source_location. If changing the backtrace is ...
-
02:15 PM Bug #4355: Segmentation Fault
- =begin
[user1@hoho6 ~]$ gem list ruby-debug
*** LOCAL GEMS ***
ruby-debug-base19 (0.11.25.jb3, 0.11.24)
ruby-debug-ide (0.4.17.alpha, 0.4.16, 0.4.15)
ruby-debug19 (0.11.6)
[user1@hoho6 ~]$
=end
-
02:14 PM Bug #4355 (Third Party's Issue): Segmentation Fault
- =begin
I was working in the RubyMine debugger. I think the program went off to update something in the Database (postgresql) and then I saw this report in my log file.
=end
-
10:05 AM Bug #4300: Merge keys not working as expected in psych yaml parser
- =begin
Thanks!
Do I have to do anything special to get this backported to 1.9.2?
=end
-
08:43 AM Bug #4340: Encoding of result string for String#gsub is not consistent
- =begin
The attached patch fixes this problem, may I commit?
=end
-
08:11 AM Revision 3722e3a2 (git): * io.c (rb_io_fdatasync): Use fsync(2) if if the underlying
- operating system does not support fdatasync(2).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:52 AM Revision de15b194 (git): Commit files I forgot to add
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:24 AM Bug #4353 (Feedback): Missing Patch Level on ruby-lang.org FTP
- =begin
=end
-
01:48 AM Bug #4353: Missing Patch Level on ruby-lang.org FTP
- =begin
I don't know what you're referring to.
There is no such 1.9.2-p174 out, latest patchlevel officially released is 1.9.2-p136
RUBY_PATCHLEVEL constant defines it:
>ruby -ve "puts RUBY_PATCHLEVEL"
ruby 1.9.2p136 (20... -
01:44 AM Bug #4353 (Rejected): Missing Patch Level on ruby-lang.org FTP
- =begin
ruby_source_code uses the FTP to grab the Ruby source for whatever patch level is installed. Currently if ruby-1.9.2-p174 is installed, it fails because the file is missing from the FTP.
Specifically, it's looking here.
... -
12:32 AM Revision cc2a16d9 (git): Import RDoc 3.5.1
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:03 AM Revision 918f625a (git): Ignore -test- and tmpdir
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/01/2011
- 03:32 PM Revision af3167d5 (git): * 2011-02-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:32 PM Revision 6909ea44 (git): * include/ruby/st.h (st_table): Added comment why we need __extension__.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:39 PM Feature #4197: Improvement of the benchmark library
- =begin
Hi
> * lib/benchmark.rb: fix benchmarck to work with current ruby.
> patched by Benoit Daloze [ruby-core:33846] [ruby-dev:43143]
> merged from https://github.com/eregon/ruby/commits/benchmark
>
> * lib/benchmark (Report... -
01:17 AM Feature #4197 (Closed): Improvement of the benchmark library
- =begin
This issue was solved with changeset r30747.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* lib/benchmark.rb: fix benchmarck to work with current ... -
01:17 PM Revision eb70987c (git): doc/NEWS-1.9.2: add File#size
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:47 AM Revision 0f7fc546 (git): * enc/encdb.c: parenthesize macro arguments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:31 AM Bug #4352 (Closed): [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- =begin
def ex_message
begin
yield
rescue => e
p e.message
end
end
ex_message { eval('raise') }
ex_message { eval('raise', binding) }
eval('def f ; end')
p method(:f).source_location
eval('def g... - 06:15 AM Revision c4bf3eba (git): * test/ruby/test_require.rb (TestRequire#test_require_with_unc):
- use ``127.0.0.1'' instead of ``localhost'' as host name, because
XP or earlier cannot resolv it as NBT hostname.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:33 AM Revision 6e2a194f (git): * test/benchmark/test_benchmark.rb (#capture_bench_output):
- Added explict sleep. Windows have imprecise time support.
Thus Tms.new.Add!{} may be or may be not equal 0. The
test failure started since r30747.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30753 b2dd03c8-39... - 03:11 AM Revision ec84bfc9 (git): Import rubygems 1.5.0 (released version @ 1fb59d0)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:17 AM Bug #4341 (Closed): baserubyに1.8.xを指定すると make benchmark がエラー
- =begin
This issue was solved with changeset r30747.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----
* lib/benchmark.rb: fix benchmarck to work with curren... -
12:04 AM Feature #4351: Server Name Indication (SNI) for net/http
- =begin
へぇ、こんなものが、知りませんでした。
わたしは賛成です、入れてしまっていいんじゃないでしょうか。
=end