Project

General

Profile

Activity

From 06/26/2013 to 07/02/2013

07/02/2013

06:48 PM Bug #8115: make install DESTDIR=/my/install/path fails
usa (Usaku NAKAMURA) wrote:
> On Windows, when making extensions, `nmake install' now causes error because rubylibpr...
vo.x (Vit Ondruch)
05:32 PM Feature #7418: Kernel#used_refinements
I'm against adding a new reflection API for refinements into Ruby 2.1.
What do you think of it, Matz?
shugo (Shugo Maeda)
11:35 AM Bug #8595 (Closed): mkmf.rb pkg_config modifies $LDFLAGS
This issue was solved with changeset r41734.
Shota, thank you for reporting this issue.
Your contribution to Ruby is ...
sorah (Sorah Fukumori)
11:20 AM Bug #8595: mkmf.rb pkg_config modifies $LDFLAGS
Updating patch because I uploaded older one:
* Don't append libs into $LDFLAGS
sorah (Sorah Fukumori)
11:07 AM Bug #8595: mkmf.rb pkg_config modifies $LDFLAGS
oops, sorry, forgot to attach the patch sorah (Sorah Fukumori)
11:04 AM Bug #8595 (Closed): mkmf.rb pkg_config modifies $LDFLAGS
=begin
mkmf.rb's pkg_config modifies $LDFLAGS after 2.0.0 (r35605 ?) like the following:
# ruby 1.9.3p392 (2013-...
sorah (Sorah Fukumori)
10:42 AM Bug #8594 (Feedback): [BUG] rb_update_max_fd: invalid fd (4) given
It is not reproducible for me.
% cat tst.rb
def try
yield
print '.'
rescue Errno::EIN...
akr (Akira Tanaka)
10:06 AM Bug #8594 (Closed): [BUG] rb_update_max_fd: invalid fd (4) given
=begin
Note that I expect EINVAL when running this code. Most of the time it is correctly handled by the rescue o...
chris.frederick (Chris Frederick)
07:21 AM Bug #8575: Crash in openssl verify_certificate_identity
We can confirm this problem exists on *all* versions of Ruby, including 1.9 and 1.8.
We've also done some more dig...
bascule (Tony Arcieri)
06:27 AM Bug #8592: when outputing to console, it's encoding is ignored for Windows
actually I just noticed I had default raster fonts set for console, if I change it to Lucida Console it doesn't crash... davispuh (Dāvis Mosāns)
06:23 AM Bug #8592: when outputing to console, it's encoding is ignored for Windows
=begin
yeah, same result
((<URL:http://i.imm.io/1aPzV.png>))
maybe it's something to do because I've local...
davispuh (Dāvis Mosāns)
05:24 AM Bug #8592 (Feedback): when outputing to console, it's encoding is ignored for Windows
Hello,
I was not able to reproduce your problem.
Script:
https://gist.github.com/luislavena/c5a5697bd7079c182034
R...
luislavena (Luis Lavena)
05:06 AM Bug #8592 (Third Party's Issue): when outputing to console, it's encoding is ignored for Windows
=begin
for example code
#!/usr/bin/env ruby
#encoding: utf-8
print "testing ā"
when open CMD with ch...
davispuh (Dāvis Mosāns)
12:52 AM Bug #8591 (Third Party's Issue): [BUG] Segmentation fault ruby 2.0.0p195 (2013-05-14) [x64-mingw32]
rails server crashes with Segmentation fault
in pure app created with rails new .
after installing mysql2 gem like...
chmel (Josef Chmel)

07/01/2013

09:16 PM Bug #8588: bigdecimal 1.2.0 gem update fails on Cygwin
$ gem update
Updating installed gems
Updating bigdecimal
Fetching: bigdecimal-1.2.1.gem (100%)
Building native ex...
rklemme (Robert Klemme)
08:50 PM Bug #8588: bigdecimal 1.2.0 gem update fails on Cygwin
I've released bigdecimal version 1.2.1.
Please use this new version.
mrkn (Kenta Murata)
08:46 PM Bug #8588 (Closed): bigdecimal 1.2.0 gem update fails on Cygwin
This issue was solved with changeset r41725.
Robert, thank you for reporting this issue.
Your contribution to Ruby is...
mrkn (Kenta Murata)
05:24 PM Bug #8588 (Closed): bigdecimal 1.2.0 gem update fails on Cygwin
Compilation fails - I suspect a build configuration / Makefile issue. Here's the initial messages from gem_make.out:... rklemme (Robert Klemme)
09:11 PM Bug #8439: test_aes_gcm_wrong_tag(OpenSSL::TestCipher) fails randomly
Might be related/duplicate to #8221 vo.x (Vit Ondruch)
09:07 PM Bug #8590 (Closed): Second call of https.get results in timeout
Hi,
In the following code, second call of https.get results in an error "Connection reset by peer - SSL_connect" a...
yhara (Yutaka HARA)
06:17 PM Feature #6183: Enumerator::Lazy performance issue
Indeed I messed up the patch with numerous rebases.
Thanks a lot for your refactoring branch - everything looks grea...
gregolsen (Innokenty Mikhailov)
05:00 PM Feature #8579: Frozen string syntax
charliesome (Charlie Somerville) wrote:
> Also, if we used a modifier, how would that affect other types of percent ...
nobu (Nobuyoshi Nakada)
04:49 PM Feature #8579: Frozen string syntax
mame, is there a precedent of using modifiers on non-regexp literals?
I'm not against your proposal, but it would ...
Anonymous
06:14 AM Feature #8579: Frozen string syntax
+1 to mame's proposal, literals already take long to learn for us average Joe users, only operator precedence is worse. Anonymous
04:10 PM Bug #6862: BigMath.exp negative exponent
So phasis68 should have a commit bit, as I said. ;-)
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
03:38 PM Bug #6862: BigMath.exp negative exponent
phasis68 (Heesob Park) wrote:
> This issue was solved with changeset r41623.
> BTW, my patch is same to Garth Snyde...
mrkn (Kenta Murata)
03:37 PM Bug #6862 (Closed): BigMath.exp negative exponent
This issue was solved with changeset r41723.
Földes, thank you for reporting this issue.
Your contribution to Ruby is...
mrkn (Kenta Murata)
03:05 PM Bug #8585 (Closed): Time for CSV.generate grows quadratic with number of rows
This issue was solved with changeset r41722.
Peter, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
01:56 AM Bug #8585: Time for CSV.generate grows quadratic with number of rows
nobu (Nobuyoshi Nakada) wrote:
> The file already has that line.
I meant at the top of the test script provided i...
Eregon (Benoit Daloze)
01:29 PM Feature #8571 (Closed): Refinement inheritance by Module#include
matz (Yukihiro Matsumoto) wrote:
> Agreed. It also conforms the original design.
I've committed in r41719. Thank...
shugo (Shugo Maeda)
07:10 AM Feature #8571: Refinement inheritance by Module#include
Agreed. It also conforms the original design.
Matz.
matz (Yukihiro Matsumoto)
12:55 PM Bug #8581: URI.parse can't parse URI: (URI::InvalidURIError) "bad URI(is not URI?
According to http://tools.ietf.org/html/rfc3986 '^' is not a valid character in a query string.
According to the d...
hamiltop (Peter Hamilton)
12:22 PM Feature #8586 (Closed): Add a simple file server to WEBrick
ruby -run -e httpd -- -p 5000 /tmp nobu (Nobuyoshi Nakada)
08:00 AM Feature #8586 (Closed): Add a simple file server to WEBrick
Hi,
Frequently I need to run a simple file server in a directory, for example to temporarily share files, or try o...
tenderlovemaking (Aaron Patterson)
03:36 AM Bug #8574 (Assigned): CI Build failure introduced by r41686
Failure still present:
http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/1486/console
http://ci.rubyinstall...
luislavena (Luis Lavena)

06/30/2013

11:38 PM Bug #8585: Time for CSV.generate grows quadratic with number of rows
Eregon (Benoit Daloze) wrote:
> Adding "# encoding: US-ASCII" at the top of the script makes it identical to the pre...
nobu (Nobuyoshi Nakada)
11:15 PM Bug #8585: Time for CSV.generate grows quadratic with number of rows
This is most likely due to character indexing in UTF-8 being O(n).
I'd suggest reworking CSV.generate to not use c...
Anonymous
11:04 PM Bug #8585: Time for CSV.generate grows quadratic with number of rows
Adding "# encoding: US-ASCII" at the top of the script makes it identical to the previous behavior, therefore taking ... Eregon (Benoit Daloze)
11:00 PM Bug #8585: Time for CSV.generate grows quadratic with number of rows
Good find!
A git bisect led to r37485 aka 58ef0f06:
Author: naruse
Date: Tue Nov 6 00:49:57 2012 +0000
...
Eregon (Benoit Daloze)
07:38 PM Bug #8585: Time for CSV.generate grows quadratic with number of rows
Using
CSV.open(filename, 'w')
I can write large CSV files to disk in Ruby 2.0.0
(e.g. 10 M rows in 132 second...
peter_v (Peter Vandenabeele)
07:04 PM Bug #8585 (Closed): Time for CSV.generate grows quadratic with number of rows
Hi,
I want to generate a CSV string, from millions of rows.
I see the time to create the string grows quadratic
...
peter_v (Peter Vandenabeele)
10:18 PM Bug #8538: c method not pushed into the callstack when called, but popped when returned
=begin
Thanks, @ko1. I commented the other issue, I think it's not the same thing.
I'm adding the actual output vers...
deivid (David Rodríguez)
09:26 PM Bug #7976: TracePoint call is at call point, not call site
I find this behaviour satisfactory for my purposes.
If I need the origin of a :call event I use the previous :line...
deivid (David Rodríguez)
04:42 PM Bug #8584 (Closed): Remove curses
I'd like to remove curses from the Ruby standard library.
I believe the standard library should get as small as po...
shugo (Shugo Maeda)
01:55 PM Bug #8581 (Rejected): URI.parse can't parse URI: (URI::InvalidURIError) "bad URI(is not URI?
I get this (hr) as a HTTP_REFERER and URI.parse throws:
hr = "http://www1.search-results.com/web?l=dis&q=harukorea...
pctj101 (Jeff Chan)
10:59 AM Bug #1771 (Closed): system()/popen()/popen3() & windows & unicode is not working
This issue was solved with changeset r41709.
Jarek, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
10:56 AM Feature #8579: Frozen string syntax
I'm neutral for the proposal itself.
Instead of a new kind of %-notation, it would be better to introduce a modifier...
mame (Yusuke Endoh)
01:37 AM Bug #8575: Crash in openssl verify_certificate_identity
Thank you for reporting this problem.
Is this error reproduced with 1.9.3-p448?
nagachika (Tomoyuki Chikanaga)

06/29/2013

11:23 PM Feature #8579: Frozen string syntax
+1.

What about interpolation? %F() would be useful although they can't be
deduplicated.


// Magnus Holm
judofyr (Magnus Holm)
09:52 PM Feature #8579 (Closed): Frozen string syntax
I'd like to propose a new type of string literal - %f().
Because Ruby strings are mutable, every time a string lit...
Anonymous
11:04 PM Bug #8538: c method not pushed into the callstack when called, but popped when returned
Is it similar problem of the following?
[ruby-core:52971] [ruby-trunk - Bug #7976][Open] TracePoint call is at call ...
ko1 (Koichi Sasada)
08:29 AM Feature #7854: New method Symbol[string]
=begin
In the intervening months I've created a gem ((<URL:https://rubygems.org/gems/symbol_lookup>)) that implement...
phluid61 (Matthew Kerwin)
08:03 AM Feature #7882: Allow rescue/else/ensure in do..end
mame (Yusuke Endoh) wrote:
> I have suggested the same proposal (in Japanese [ruby-dev:31393]).
> Matz said in [rub...
phluid61 (Matthew Kerwin)
07:16 AM Bug #8225: Missing RI file for Kernel.open
Fixed in RDoc by f72b586 and b84f38e drbrain (Eric Hodel)
06:52 AM Feature #5007: Proc#call_under: Unifying instance_eval and instance_exec
judofyr (Magnus Holm) wrote:
> Still not sure about the name. Maybe #call_with is better?
I suggest #call_as or #...
phluid61 (Matthew Kerwin)
06:18 AM Feature #5007: Proc#call_under: Unifying instance_eval and instance_exec
I concur with trans: I don't think this issue will solve #6298. However, please keep that discussion out of this issu... judofyr (Magnus Holm)
06:19 AM Bug #7445 (Rejected): strptime('%s %z') doesn't work
there is no evidence of bug. tadf (tadayoshi funaba)
06:08 AM Bug #8485 (Closed): Incorrect period index for Gregorian Dates at beginning of each CM_PERIOD
tadf (tadayoshi funaba)
12:09 AM Feature #8576: Add optimized method type for constant value methods
Feedback would be appreciated! Anonymous

06/28/2013

11:22 PM Feature #8576 (Assigned): Add optimized method type for constant value methods
I've written a patch adding a new method type (VM_METHOD_TYPE_CONSTVAL) for methods that only return a constant value... Anonymous
10:53 PM Feature #7368: rb_str_each_line()のパフォーマンス向上とリファクタリング
時間が経ってしまいましたが、そもそも「レシーバのStringに不正なバイト列が含まれていたら不正なバイト列を踏んだところで例外を投げる」というのは好ましい仕様なのでしょうか。
現状の実装では改行文字がdefault_rsである場合、...
Glass_saga (Masaki Matsushita)
10:22 PM Bug #8575 (Assigned): Crash in openssl verify_certificate_identity
I'll have a look at the certificate tonight. As soon as I know what's causing the problem I'll prepare a commit with ... MartinBosslet (Martin Bosslet)
09:54 PM Bug #8575 (Closed): Crash in openssl verify_certificate_identity
When creating an openssl connection to a server with the certificate below, ruby crashes with the following error:
...
maxsz (Maximilian Szengel)
07:20 PM Bug #8574 (Closed): CI Build failure introduced by r41686
=begin
Hello,
r41686 caused a failure in RubyInstaller CI for both x86 and x64:
http://ci.rubyinstaller.org/jo...
luislavena (Luis Lavena)
07:05 PM Feature #8573 (Feedback): Add String#format method(not an alias of String#%)
I think it'd be great if String included a method similar to `%` that accepts variable number of arguments (like `spr... bozhidar (Bozhidar Batsov)
11:02 AM Feature #8430: Rational number literal
mrkn (Kenta Murata) wrote:
> headius (Charles Nutter) wrote:
> > If the slash syntax is more to @mrkn's liking, the...
phluid61 (Matthew Kerwin)
10:40 AM Feature #8430: Rational number literal
headius (Charles Nutter) wrote:
> If the slash syntax is more to @mrkn's liking, these examples would be %R{-1/2} an...
mrkn (Kenta Murata)
09:59 AM Feature #8526: gemify tk
永井@知能.九工大です.

From: "xibbar (Takeyuki FUJIOKA)" <[email protected]>
Subject: [ruby-dev:47445] [ruby-trunk - Fea...
nagai (Hidetoshi Nagai)
09:16 AM Feature #8572 (Closed): Fiber should be a Enumerable
I'm thinking that Fiber should be a Enumerable. it's easy and reasonable to implement.
https://gist.github.com/mat...
mattn (Yasuhiro Matsumoto)
08:44 AM Feature #8564: Extend Module#attr... methods
matz (Yukihiro Matsumoto) wrote:
> We need to clarify how this intervene with `#initialize`. Any opinion?
>
> Ma...
phluid61 (Matthew Kerwin)
07:33 AM Feature #8564: Extend Module#attr... methods
We need to clarify how this intervene with `#initialize`. Any opinion?
Matz
matz (Yukihiro Matsumoto)
05:36 AM Bug #8565: Compiled Regexp comparation bug
Hopefully this is not a bug (or I think it is not).
When you create new regexp with :
%r"\/" and Regexp.new("\/") yo...
cedric.brancourt (Cedric Brancourt)
04:26 AM Bug #8464: IPAddr cannot parse link-local IPv6 address.
Not sure this need a fix.
The %0 part of the example is the scope ( zone ) and should not be part of the address.
It...
cedric.brancourt (Cedric Brancourt)

06/27/2013

11:31 PM Bug #8115 (Assigned): make install DESTDIR=/my/install/path fails
On Windows, when making extensions, `nmake install' now causes error because rubylibprefix (and others) has "C:C:" pr... usa (Usaku NAKAMURA)
07:06 PM Bug #8538: c method not pushed into the callstack when called, but popped when returned
judofyr (Magnus Holm) wrote:
> It seems like #initialize is never pushed to the stack:
>
> class Foo
> ...
deivid (David Rodríguez)
06:23 PM Bug #8538: c method not pushed into the callstack when called, but popped when returned
It seems like #initialize is never pushed to the stack:

class Foo
def initialize
puts caller
e...
judofyr (Magnus Holm)
05:23 PM Bug #8538: c method not pushed into the callstack when called, but popped when returned
"no replies after 10 days" reminder. This is affecting https://github.com/deivid-rodriguez/byebug, I can easily make ... deivid (David Rodríguez)
06:19 PM Feature #8571 (Closed): Refinement inheritance by Module#include
Currently, refinements are not inherited by Module#include.
How about to make using to activate refinements in the a...
shugo (Shugo Maeda)
05:26 PM Feature #6183: Enumerator::Lazy performance issue
Your patch seems
* reverting inspect_enumerator()
* containing dead code
I pushed a branch which split and merge...
nobu (Nobuyoshi Nakada)
05:24 AM Feature #6183: Enumerator::Lazy performance issue
@nobu thanks for pointing!
Indeed hybrid flag is already obsolete since I'm checking for proc_entry presence.
If no...
gregolsen (Innokenty Mikhailov)
01:47 PM Feature #8544: OpenURI should open 'file://' URIs
Experimental implementation is below, it needs error handling and rdoc and tests.
diff --git a/lib/open-uri.rb b/l...
naruse (Yui NARUSE)

06/26/2013

11:44 PM Feature #6183: Enumerator::Lazy performance issue
When will generator::hybrid become other than Qfalse? nobu (Nobuyoshi Nakada)
07:20 PM Feature #6183: Enumerator::Lazy performance issue
Rebased towards latest trunk. gregolsen (Innokenty Mikhailov)
11:42 PM Bug #8115: make install DESTDIR=/my/install/path fails
Thank you for applying and backporting the patch. vo.x (Vit Ondruch)
11:03 PM Bug #8115 (Closed): make install DESTDIR=/my/install/path fails
This issue was solved with changeset r41658.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
nagachika (Tomoyuki Chikanaga)
10:41 PM Bug #8115 (Assigned): make install DESTDIR=/my/install/path fails
nagachika (Tomoyuki Chikanaga)
04:42 PM Bug #8115 (Closed): make install DESTDIR=/my/install/path fails
This issue was solved with changeset r41648.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)
04:54 AM Bug #8115: make install DESTDIR=/my/install/path fails
This seems to be related to r37015. Prior this commit, there used to be $hdrdir = RbConfig::CONFIG["rubyhdrdir"], i.e... vo.x (Vit Ondruch)
05:53 PM Feature #8570: Better mechanisms to safely load classes concurrently
"headius (Charles Nutter)" <[email protected]> wrote:
>
> Issue #8570 has been reported by headius (Charles N...
normalperson (Eric Wong)
06:48 AM Feature #8570 (Open): Better mechanisms to safely load classes concurrently
Today I had an issue reported under JRuby where a user was doing require "some library" unless defined?(SomeClassLibr... headius (Charles Nutter)
04:00 PM Bug #8569: DLL exports interfere with Win32 Application Embedding Ruby 1.9.3
It would seem sensible a) to warn of this issue in the documentation, so that it does not continue to surprise and b)... grrussel (George Russell)
05:54 AM Bug #8569: DLL exports interfere with Win32 Application Embedding Ruby 1.9.3
Hello,
The problem with this is that Ruby redefines all those functions in an attempt to ease the cross-platform n...
luislavena (Luis Lavena)
05:34 AM Bug #8569 (Closed): DLL exports interfere with Win32 Application Embedding Ruby 1.9.3
I am hitting this same situation in embedding Ruby into an existing application: it manifests as crashes in fclose, w... grrussel (George Russell)
10:24 AM Feature #8544: OpenURI should open 'file://' URIs
naruse (Yui NARUSE) wrote:
> duerst (Martin Dürst) wrote:
> > phluid61 (Matthew Kerwin) wrote:
> >
> > > Perha...
duerst (Martin Dürst)
06:08 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
usa: ping! zzak (zzak _)
02:53 AM Feature #8042: Add Addrinfo#socket to create a socket that is not connected or bound
On Tue, Jun 25, 2013 at 3:56 AM, Tanaka Akira <[email protected]> wrote:
> 2013/6/24 headius (Charles Nutter) <headius@...
headius (Charles Nutter)
 

Also available in: Atom