Project

General

Profile

Activity

From 01/18/2013 to 01/24/2013

01/24/2013

11:42 PM Feature #7738: Deprecate Set#+ as an alias of Set#|, use it for symmetric difference. Introduce Hash#| for Hash#reverse_merge in Rails.
I see. Thanks.
Well, I hate to mention b/c I don't like it, but Ruby uses #^ for xor. So wouldn't that be the mor...
trans (Thomas Sawyer)
09:53 PM Feature #7738: Deprecate Set#+ as an alias of Set#|, use it for symmetric difference. Introduce Hash#| for Hash#reverse_merge in Rails.
Sorry for not being clear. The symmetric difference of A and B is the set of all those elements which belong to exact... alexeymuranov (Alexey Muranov)
09:20 PM Feature #7738: Deprecate Set#+ as an alias of Set#|, use it for symmetric difference. Introduce Hash#| for Hash#reverse_merge in Rails.
It would help if you gave some examples of what "symmetric difference" actually meant.
Put the last "I also sugg...
trans (Thomas Sawyer)
08:36 PM Feature #7738 (Rejected): Deprecate Set#+ as an alias of Set#|, use it for symmetric difference. Introduce Hash#| for Hash#reverse_merge in Rails.
=begin
I am almost sure this will be rejected, but i want to try anyway. My goal is to propose a more efficient and...
alexeymuranov (Alexey Muranov)
09:57 PM Feature #7739 (Assigned): Define Hash#| as Hash#reverse_merge in Rails
=begin
I suggest for to define (({Hash#|})) as (({Hash#reverse_merge})) in ((*Rails*)), in my opinion this would cor...
alexeymuranov (Alexey Muranov)
09:28 PM Feature #7712: Add .txt extensions to all plain-text documentation files for Windows users
@luislavena The `.txt` extension might not be necessary, but it wouldn't hurt, yes? And in some cases it would help?
...
trans (Thomas Sawyer)
07:53 PM Feature #7712: Add .txt extensions to all plain-text documentation files for Windows users
On 23/01/13 22:48, luislavena (Luis Lavena) wrote:
>
> Issue #7712 has been updated by luislavena (Luis Lavena)....
regularfry (Alex Young)
07:48 AM Feature #7712: Add .txt extensions to all plain-text documentation files for Windows users
Hello,
More than filename and extensions, there is a line-ending issue.
All the source code is LF (unix) which ...
luislavena (Luis Lavena)
06:48 PM Bug #6573: Webrick test failures
Could somebody please do something about this bug? I am sad that although this was reported almost 8 months ago and t... vo.x (Vit Ondruch)
05:51 PM Feature #7639: More freedom for location of comments
duerst:
I don't think your concern is warranted. In the use case that I showed, the comments will be a description ...
sawa (Tsuyoshi Sawada)
04:40 PM Bug #7721: test_too_long_path2(TestProcess) fails on mingw32
The NoMemoryError is raised from rb_syserr_new_str call in make_errno_exc_str function with too long path string.
...
phasis68 (Heesob Park)
04:05 PM Bug #7706 (Closed): Lazy#zip should not call `lazy`
This issue was solved with changeset r38925.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub...
marcandre (Marc-Andre Lafortune)
03:26 PM Bug #7696 (Open): Lazy enumerators with state can't be rewound
Bugs in MRI are fixed, but keeping open so Matz can decide how users should handle state. marcandre (Marc-Andre Lafortune)
03:22 PM Bug #7696 (Closed): Lazy enumerators with state can't be rewound
This issue was solved with changeset r38920.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub...
marcandre (Marc-Andre Lafortune)
03:23 PM Bug #7691 (Closed): 3 bugs with Lazy enumerators with state
This issue was solved with changeset r38921.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub...
marcandre (Marc-Andre Lafortune)
12:29 PM Bug #7729: __dir__ returns a absolute dir path
On Wed, Jan 23, 2013 at 10:19 PM, Shugo Maeda <[email protected]> wrote:
> 2013/01/24 2:28 "SASADA Koichi" <ko1@...
kosaki (Motohiro KOSAKI)
11:32 AM Bug #7729 (Rejected): __dir__ returns a absolute dir path
I've rejected this ticket, because I think it's not a bug.
ko1 (Koichi Sasada) wrote:
> (2013/01/23 23:31), autho...
authorNari (Narihiro Nakamura)
02:29 AM Bug #7729: __dir__ returns a absolute dir path
(2013/01/23 23:31), authorNari (Narihiro Nakamura) wrote:
> File.dirname(__FILE__) returns a relative path. This i...
ko1 (Koichi Sasada)
10:56 AM Revision f1ef3d60 (git): * NEWS (yaml): Write about bundled libyaml.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
07:54 AM Revision dbcf2006 (git): * doc/syntax/calling_methods.rdoc: Added a Method Lookup section.
* doc/syntax/refinements.rdoc (Method Lookup): Clarified that
refinement methods are looked up in classes, not ins...
drbrain (Eric Hodel)
07:51 AM Revision 96af5360 (git): * enum.c (enum_zip): Fix error message
* array.c (take_items): Same, for Array#zip
[Bug #7706]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38927 b2...
Marc-Andre Lafortune
07:50 AM Revision aab2f788 (git): * enumerator.c (lazy_zip): raise error for bad arguments
[Bug #7706]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
07:20 AM Bug #7717: lib/rubygems/test_case.rb fails to setup
Once I drop 1.8.7 support in RubyGems I can use File.realpath. I added a note to remind myself. drbrain (Eric Hodel)
07:05 AM Revision 1af390b1 (git): * enumerator.c: Optimize Lazy#zip when passed only arrays
[Bug #7706]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
06:55 AM Revision cc6e6de2 (git): re-fix documents
File.realdirpath(path) is not a shorthand for
File.dirname(File.realpath(path)), just does not err if the last
compon...
nobu (Nobuyoshi Nakada)
06:24 AM Revision 41d6ba87 (git): * enumerator.c: Fix state handling for Lazy#zip
[bug #7696] [bug #7691]
* test/ruby/test_lazy_enumerator.rb: test for above
git-svn-id: svn+ssh://ci.ruby-lang.org/...
Marc-Andre Lafortune
06:23 AM Revision 9d94a1a5 (git): * enumerator.c: Fix state handling for Lazy#drop
[bug #7696] [bug #7691]
* test/ruby/test_lazy_enumerator.rb: test for above
git-svn-id: svn+ssh://ci.ruby-lang.org/...
Marc-Andre Lafortune
06:23 AM Revision bcbeb5d0 (git): * enumerator.c: Fix state handling for Lazy#drop_while
[bug #7696] [bug #7691]
* test/ruby/test_lazy_enumerator.rb: test for above
git-svn-id: svn+ssh://ci.ruby-lang.org/...
Marc-Andre Lafortune
06:22 AM Revision de0e8876 (git): * enumerator.c: Fix state handling for Lazy#take
[bug #7696]
* test/ruby/test_lazy_enumerator.rb: test for above
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
Marc-Andre Lafortune
05:35 AM Revision 892e8efd (git): fix documents. __dir__ is a shorthand File.realdirpath(__FILE__).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e authorNari (Narihiro Nakamura)
04:38 AM Bug #7724: 6 bugs with Range#bsearch over floats
mame (Yusuke Endoh) wrote:
> Thanks Marc-Andre!
>
> But I'm very sorry that I'll have no enough time to pursue th...
marcandre (Marc-Andre Lafortune)
04:33 AM Bug #7736 (Closed): problem with generated rbconfig.rb for Haiku
> had a problem when sending this bug report, this one is duplicated
ok, I close this then.
kosaki (Motohiro KOSAKI)
04:20 AM Revision ded754f3 (git): Refix of r38916: it uses realpath
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:08 AM Revision b5c0c4ee (git): fix NEWS of __dir__
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e authorNari (Narihiro Nakamura)
03:03 AM Revision 2ad01137 (git): fix rdoc of __dir__ [Bug #7729]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:50 AM Revision 8ad15646 (git): * eval.c (f_current_dirname): Add documentation about "__dir__
returns always an absolute path". [Bug #7729]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38915 b2dd03c8-39d4-...
authorNari (Narihiro Nakamura)
01:28 AM Revision cef8eae8 (git): * NEWS (RDoc): Added mention of page support and markdown support.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
12:40 AM Revision 30a9931b (git): * doc/syntax/refinements.rdoc: Added refinements document based on
the specification from the wiki.
* doc/syntax.rdoc: Added link to refinements document.
git-svn-id: svn+ssh://ci.r...
drbrain (Eric Hodel)
12:13 AM Bug #7734 (Rejected): Post IF - undefined local variable
The local variables are considered defined *after* the assignments, so that in above case, tree appears before the as... matz (Yukihiro Matsumoto)

01/23/2013

11:48 PM Bug #7736: problem with generated rbconfig.rb for Haiku
had a problem when sending this bug report, this one is duplicated paul0 (Paulo Geyer)
11:45 PM Bug #7736 (Closed): problem with generated rbconfig.rb for Haiku
After compiling ruby 2.0.0 for Haiku, I couldn't install gems with native extensions, found something wrong with rbco... paul0 (Paulo Geyer)
11:47 PM Bug #7737 (Closed): problem with generated rbconfig.rb for Haiku
After compiling ruby 2.0.0 for Haiku, I couldn't install gems with native extensions, found something wrong with rbco... paul0 (Paulo Geyer)
11:31 PM Bug #7729: __dir__ returns a absolute dir path
shugo (Shugo Maeda) wrote:
> authorNari (Narihiro Nakamura) wrote:
> > __dir__ returns a absolute dir path. It seems ...
authorNari (Narihiro Nakamura)
10:35 PM Bug #7729: __dir__ returns a absolute dir path
authorNari (Narihiro Nakamura) wrote:
> __dir__ returns a absolute dir path. It seems like a bug.
I doubt it.
...
shugo (Shugo Maeda)
10:28 PM Bug #7729: __dir__ returns a absolute dir path
> __dir__ returns a absolute dir path. It seems like a bug.
Why?
> +rb_current_relative_realfilepath(void)
...
kosaki (Motohiro KOSAKI)
01:54 PM Bug #7729 (Rejected): __dir__ returns a absolute dir path
Hi.
__dir__ returns a absolute dir path. It seems like a bug.
I've attached a patch.
mame-san, can I commit it...
authorNari (Narihiro Nakamura)
11:20 PM Feature #7712: Add .txt extensions to all plain-text documentation files for Windows users
Instead of changing the Priority to "Low" (which I suspect means "watch wither on the vine") why don't you change it ... trans (Thomas Sawyer)
10:42 PM Bug #7732 (Rejected): refinements: super() in define_method => stack level too deep (SystemStackError)
sowcow (Alexander Koynov) wrote:
> using Bug
> p Any.new.to_s # stack level too deep (SystemStackError)
Duplicat...
shugo (Shugo Maeda)
06:25 PM Bug #7732 (Rejected): refinements: super() in define_method => stack level too deep (SystemStackError)
class Any
end
module Bug
refine Any do
define_method :to_s do
super()
end
end
end
usi...
sowcow (Alexander K.)
09:03 PM Bug #7734 (Rejected): Post IF - undefined local variable
hash[:tree] = tree if (tree = _get_path_tree_array(params, path, deep + 1)) && ! tree.empty?
# => undefined local ...
Sega100500 (Сергей Е)
08:05 PM Revision f031aec4 (git): * NEWS: List Proc#== removal
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
08:05 PM Revision ce0ed2e0 (git): * 2013-01-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:05 PM Revision 884a6552 (git): * NEWS: whitespace
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
07:52 PM Bug #7721: test_too_long_path2(TestProcess) fails on mingw32
I can confirm, test still fails:
http://ci.rubyinstaller.org/job/ruby-trunk-x86-test-all/703/console
test_too_l...
luislavena (Luis Lavena)
03:16 PM Bug #7721: test_too_long_path2(TestProcess) fails on mingw32
This bug is not solved with changeset r38904.
There are some warnings.
compiling win32/win32.c
win32/win32.c: ...
phasis68 (Heesob Park)
12:29 PM Bug #7721 (Assigned): test_too_long_path2(TestProcess) fails on mingw32
nobu (Nobuyoshi Nakada)
12:28 PM Bug #7721 (Closed): test_too_long_path2(TestProcess) fails on mingw32
This issue was solved with changeset r38904.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
02:53 AM Bug #7721: test_too_long_path2(TestProcess) fails on mingw32
Nice `Process.spawn` spelunking.
The patch also works for me on Win7 32bit with mingw-w64 4.7.2 on `ruby 2.0.0dev ...
jonforums (Jon Forums)
07:04 PM Bug #7731: Segmentation fault when trying to start rails server
I tried installing version 1.9.3:
$ ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin10.8.0]
and...
javigbas (Javier Gutierrez)
06:16 PM Bug #7731: Segmentation fault when trying to start rails server

I was using ruby version 1.8.7-p334 with no problem with my project. I tried to install paperclip and received the...
javigbas (Javier Gutierrez)
06:14 PM Bug #7731 (Closed): Segmentation fault when trying to start rails server
I was using ruby version 1.8.7-p334 with no problem with my project. I tried to install paperclip and received the f... javigbas (Javier Gutierrez)
06:49 PM Bug #7733 (Closed): Segfault in ::JSON.parse(nil, :quirks_mode => true)
Steps to reproduce:
* run irb sonsole
* > require 'json'
* > ::JSON.parse(nil, :quirks_mode => true)
* Got Segf...
sumskyi (Vladysllav Sumskyi)
06:42 PM Bug #7724: 6 bugs with Range#bsearch over floats
Thanks Marc-Andre!
But I'm very sorry that I'll have no enough time to pursue this issues.
Could you please creat...
mame (Yusuke Endoh)
05:48 PM Bug #7724 (Assigned): 6 bugs with Range#bsearch over floats
naruse (Yui NARUSE)
05:42 PM Bug #7719 (Closed): test_stack_size(TestFiber) fails on PPC
naruse (Yui NARUSE)
05:34 PM Feature #7730: Top level variables aren't checked for assigned but unused behavior
Agree except for -e option. nobu (Nobuyoshi Nakada)
03:51 PM Feature #7730 (Closed): Top level variables aren't checked for assigned but unused behavior
In the following code, variable a in the method gets a warning, but variable b in top level code doesn't get any warn... agrimm (Andrew Grimm)
04:45 PM 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`
Already fixed probably at r36595 etc. nobu (Nobuyoshi Nakada)
01:39 PM Feature #2294 (Closed): [PATCH] ruby_bind_stack() to embed Ruby in coroutine
This issue was solved with changeset r38905.
Suraj, thank you for reporting this issue.
Your contribution to Ruby is ...
ko1 (Koichi Sasada)
10:14 AM Bug #7717: lib/rubygems/test_case.rb fails to setup
=begin
# This makes the tempdir consistent on OS X.
# File.expand_path Dir.tmpdir #=> "/...
nobu (Nobuyoshi Nakada)
06:43 AM Bug #7717 (Closed): lib/rubygems/test_case.rb fails to setup
This issue was solved with changeset r38897.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
drbrain (Eric Hodel)
07:29 AM Revision 2d9c37a8 (git): win32.c: missing initialization
* win32/win32.c (rb_w32_spawn, rb_w32_aspawn_flags): fix missing
initialization. pointed out by phasis68 (Heesob P...
nobu (Nobuyoshi Nakada)
07:18 AM Revision 894f6ba7 (git): mkmf.rb: large unsigned
* lib/mkmf.rb (MakeMakefile#try_constant): fix for large unsigned.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
nobu (Nobuyoshi Nakada)
07:18 AM Revision 5d223fab (git): mkmf.rb: larger constants
* lib/mkmf.rb (MakeMakefile#try_constant): fix for larger constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
nobu (Nobuyoshi Nakada)
07:16 AM Revision e8c22951 (git): mkmf.rb: try_constant tests
* test/mkmf/test_constant.rb: tests for try_constant.
TODO: define check_constant and use it.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
04:39 AM Revision e5481ccd (git): * thread_pthread.c (ruby_init_stack): ignore `STACK_END_ADDRESS'
if Ruby interpreter is running on co-routine.
[Feature #2294]
https://bugs.ruby-lang.org/issues/2294#note-18
g...
ko1 (Koichi Sasada)
03:28 AM Revision fa30ebc3 (git): win32.c: acp_to_wstr results check
* win32/win32.c (rb_w32_spawn, rb_w32_aspawn_flags): check the results
of acp_to_wstr() which can return NULL. [ru...
nobu (Nobuyoshi Nakada)
03:12 AM Bug #7728 (Closed): Range#bsearch on other Numerics?
Range#bsearch attempts to do something on generic Numeric classes.
I feel it is both useless and buggy:
(Ra...
marcandre (Marc-Andre Lafortune)
03:10 AM Revision a99615af (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:41 AM Revision 596ed9c7 (git): * doc/syntax/assignment.rdoc (Implicit Array Assignment): Clarify
that "left-hand side" means "of the assignment". Suggested by Jorge
Dias.
* doc/syntax/assignment.rdoc (Multiple A...
drbrain (Eric Hodel)
01:35 AM Revision 27841296 (git): * doc/syntax/assignment.rdoc (Local Variables and Methods): Fixed
example showing caching of a method's results into a local variable.
Added not about using an explicit receiver to ...
drbrain (Eric Hodel)
01:20 AM Revision 98b82acf (git): * lib/README: Fixed typo. Patch by Pradeep Sahoo.
Fixes #240 on github
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
01:02 AM Revision 5864dbc9 (git): * lib/rdoc/servlet.rb: Fixed display of site and home documentation.
Fixes rdoc issue #170 by Thomas Leitner.
* test/rdoc/test_rdoc_servlet.rb: Test for above.
* lib/rdoc/code_object.r...
drbrain (Eric Hodel)

01/22/2013

11:48 PM Bug #7719: test_stack_size(TestFiber) fails on PPC
Yes, you are right. I am testing with r38894 now and I can't reproduce the issue anymore. Thank you. vo.x (Vit Ondruch)
09:35 PM Bug #7719: test_stack_size(TestFiber) fails on PPC
Hi,
I assume r38893 fixes this issue. Could you check it?
ko1 (Koichi Sasada)
08:06 PM Bug #7719: test_stack_size(TestFiber) fails on PPC
This test case was introduced in rev38478 vo.x (Vit Ondruch)
07:49 PM Bug #7719: test_stack_size(TestFiber) fails on PPC
This is strace output running just the testcase above: http://paste.fedoraproject.org/2491/ vo.x (Vit Ondruch)
01:57 AM Bug #7719 (Closed): test_stack_size(TestFiber) fails on PPC
=begin
7) Failure:
test_stack_size(TestFiber) [/builddir/build/BUILD/ruby-2.0.0-r38848/test/ruby/test_fiber.rb:...
vo.x (Vit Ondruch)
10:28 PM Bug #4300: Merge keys not working as expected in psych yaml parser
firedev (Nick O) wrote:
> Sorry but this isn't fixed as of Ruby 1.9.3p374 (2013-01-15 revision 38858)
>
> https:/...
luislavena (Luis Lavena)
09:52 PM Bug #4300: Merge keys not working as expected in psych yaml parser
Sorry but this isn't fixed as of Ruby 1.9.3p374 (2013-01-15 revision 38858)
https://github.com/tenderlove/psych/is...
firedev (Nick O)
09:43 PM Revision 95548d9d (git): * 2013-01-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:43 PM Revision 4cdb6431 (git): * lib/rubygems/test_case.rb: Use Dir.tmpdir for rubygems tests instead
of ./tmp/test. Fixes [ruby-trunk - Bug #7717]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38897 b2dd03c8-39d...
drbrain (Eric Hodel)
06:52 PM Bug #7726 (Closed): bsearch should handle block result in a consistent way
The documentation states that the block of bsearch must
return either true/false or a number.
If the block return...
marcandre (Marc-Andre Lafortune)
06:48 PM Bug #7725 (Closed): bsearch should return enumerator when called without a block
bsearch should return enumerator when called without a block
This would allow, for example
values.bsearch.wit...
marcandre (Marc-Andre Lafortune)
06:47 PM Bug #7724 (Closed): 6 bugs with Range#bsearch over floats
Take the following code, with from, to and search all Integer or all Float:
(from...to).bsearch{|f| f >= search}...
marcandre (Marc-Andre Lafortune)
04:51 PM Bug #7718: test_ioctl_linux fails on PPC and PPC64
=begin
This is the output:
# ./a.out
40045200
And here is my testing IRB session:
# irb
irb(main):001:...
vo.x (Vit Ondruch)
06:45 AM Bug #7718: test_ioctl_linux fails on PPC and PPC64
Please run following program. I guess alpha, mips, sparc and ppc have different RNDGETENTCNT number against x86.
-...
kosaki (Motohiro KOSAKI)
02:41 AM Bug #7718: test_ioctl_linux fails on PPC and PPC64
> ioctl(5, RNDGETENTCNT, 0x1001000bd40) = -1 EINVAL (Invalid argument)
Weird.
RNDGETENTCNT doesn't have returni...
kosaki (Motohiro KOSAKI)
02:10 AM Bug #7718: test_ioctl_linux fails on PPC and PPC64
This is the strace output if that might help:
http://paste.fedoraproject.org/2488/
vo.x (Vit Ondruch)
12:35 AM Bug #7718 (Feedback): test_ioctl_linux fails on PPC and PPC64
PPC is not supported platform. so, we need more detailed description why the issue was happen. kosaki (Motohiro KOSAKI)
04:29 PM Bug #7722 (Closed): [rubyspec] failure in core/marshal/dump_spec.rb
=begin
Since r38118, (({test-rubyspect})) fails in ((%rubyspec/core/marshal/dump_spec.rb%)).
* Before r38117
...
nobu (Nobuyoshi Nakada)
02:12 PM Revision ddb9c34d (git): Correct the previous log entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
02:05 PM Revision 9545483a (git): Fix ruby-electric-curlies.
* misc/ruby-electric.el (ruby-electric-curlies): Fix the bug where
an open curly is always replaced with a hash sig...
Akinori MUSHA
10:51 AM Bug #7721: test_too_long_path2(TestProcess) fails on mingw32
After some inspections, I found this failure occurs not on a very long path but on a sufficiently long path with many... phasis68 (Heesob Park)
10:31 AM Bug #7721 (Closed): test_too_long_path2(TestProcess) fails on mingw32
[ 6319/11317] TestProcess#test_too_long_path2Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corpo...
phasis68 (Heesob Park)
10:24 AM Bug #7696 (Assigned): Lazy enumerators with state can't be rewound
shugo (Shugo Maeda)
10:24 AM Bug #7696: Lazy enumerators with state can't be rewound
marcandre (Marc-Andre Lafortune) wrote:
> shugo (Shugo Maeda) wrote:
> > So, the following behavior is intended, ri...
shugo (Shugo Maeda)
04:44 AM Bug #7696: Lazy enumerators with state can't be rewound
shugo (Shugo Maeda) wrote:
> So, the following behavior is intended, right?
>
> $ ruby1.9.3 -I ~/src/backports/...
marcandre (Marc-Andre Lafortune)
04:46 AM Bug #7615: assignment to context variable changes the precedence order of function call with followed by ' (' (whitespace-bracket)
is this result not extremely surprising to anyone else? I would expect `a` and `b` to be assigned the same value snoble (Steven Noble)
02:35 AM Revision 7d6f22f4 (git): * 2013-01-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:35 AM Revision b536e31f (git): Sync output message
* sync $stdout to ensure outputting on expected SEGV.
this caused failure:
http://u64.rubyci.org/~chkbuild/ruby-t...
naruse (Yui NARUSE)

01/21/2013

10:31 PM Bug #7718 (Closed): test_ioctl_linux fails on PPC and PPC64
=begin
test_ioctl_linux(TestIO) [/builddir/build/BUILD/ruby-2.0.0-r38848/test/ruby/test_io.rb:2443]:
Exception ra...
vo.x (Vit Ondruch)
06:24 PM Bug #6820: Time#to_s on NEWS
> I think NEWS should say simply:
> (({Time#to_s now returns US-ASCII encoding instead of BINARY}))
@zzak Sounds ...
no6v (Nobuhiro IMAI)
03:50 AM Bug #6820: Time#to_s on NEWS
=begin
Thank you for finding that revision Nobuhiro-san, I must have missed it.
I think NEWS should say simply:
...
zzak (zzak _)
06:14 PM Bug #7696: Lazy enumerators with state can't be rewound
marcandre (Marc-Andre Lafortune) wrote:
> The same idea will work for zip too; the arguments must be converted to en...
shugo (Shugo Maeda)
05:37 PM Bug #7660: VC Builds Broken
I see, missed that note. Since this is a recent change in 1.9.3 I think it should be backported.
However, my prop...
cfis (Charlie Savage)
04:36 PM Bug #7660 (Rejected): VC Builds Broken
=begin
at the bottom win32/README.w32 of trunk:
You can build ruby in any directory including the source directory...
usa (Usaku NAKAMURA)
06:41 AM Revision 385ef8e5 (git): mkconfig.rb: no BASERUBY
* tool/mkconfig.rb: BASERUBY is transient at core build.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38892 b2d...
nobu (Nobuyoshi Nakada)
04:53 AM Revision c7d30391 (git): test_have_macro.rb: unused variables
* test/mkmf/test_have_macro.rb (test_have_macro_header),
(test_not_have_macro_header): remove unused variables.
gi...
nobu (Nobuyoshi Nakada)
04:51 AM Revision 5e031bbc (git): * 2013-01-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:51 AM Revision d78a00cc (git): mkmf.rb: $extmk for symlink
* lib/mkmf.rb ($extmk): traverse parent directories for the case
srcdir is a symlink.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
02:01 AM Bug #7710: [mingw] r38839 breaks build
Thank you nobu-san.
Win7 32bit
===========
build: PASS
make test: PASS
make test-all: 2 FAILS, #7276 and `Test...
jonforums (Jon Forums)
12:38 AM Bug #7710: [mingw] r38839 breaks build
I meant that we should use msys-native ruby as BASERUBY instead of built miniruby, but seems msys doesn't provide its... nobu (Nobuyoshi Nakada)

01/20/2013

11:57 PM Bug #7638 (Closed): trunk で rails の activesupport のテストが失敗してしまう
nobu (Nobuyoshi Nakada)
11:55 PM Bug #7564 (Closed): r38175 introduces incompatibility
This issue was solved with changeset r38888.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
04:55 PM Bug #7564 (Assigned): r38175 introduces incompatibility
I agree with Matz. Nobu, please handle this. mame (Yusuke Endoh)
11:41 PM Bug #7710: [mingw] r38839 breaks build
nobu (Nobuyoshi Nakada) wrote:
> Now I suspect msys should be cross compiling.
I don't understand this but thank ...
luislavena (Luis Lavena)
11:40 PM Bug #7710: [mingw] r38839 breaks build
shyouhei (Shyouhei Urabe) wrote:
> Hi, I know it's important, but wanna decrease its priority because it seems build...
luislavena (Luis Lavena)
10:24 PM Bug #7710 (Closed): [mingw] r38839 breaks build
This issue was solved with changeset r38886.
Jon, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)
08:28 PM Bug #7710: [mingw] r38839 breaks build
Now I suspect msys should be cross compiling. nobu (Nobuyoshi Nakada)
05:07 PM Bug #7710: [mingw] r38839 breaks build
Hi, I know it's important, but wanna decrease its priority because it seems build finishes. shyouhei (Shyouhei Urabe)
11:14 PM Bug #7717 (Closed): lib/rubygems/test_case.rb fails to setup
=begin
If (({tmp/test})) is not a directory, (({tmp})) is not writable, or (({tmp})) is not a directory, (({lib/ruby...
nobu (Nobuyoshi Nakada)
05:01 PM Bug #6820: Time#to_s on NEWS
> I think this is a bug on Time#to_s, not NEWS.
>
> From #5226:
> tenderlovemaking (Aaron Patterson) wrote:
> > ...
no6v (Nobuhiro IMAI)
01:37 PM Bug #6820: Time#to_s on NEWS
I think this is a bug on Time#to_s, not NEWS.
From #5226:
tenderlovemaking (Aaron Patterson) wrote:
> I think th...
zzak (zzak _)
02:55 PM Revision 433999fd (git): marshal.c: get back to the old behavior
* marshal.c (w_object, r_object0): separate respond_to checks and
calling, and get back to the old behavior for 2.0...
nobu (Nobuyoshi Nakada)
01:40 PM Bug #4964: open-uri failed to handle multiple "Set-Cookie" headers
This seems like feature, should move it to next minor or major? zzak (zzak _)
01:25 PM Revision 51e5863a (git): test_logger.rb: uset tmpfile
* test/logger/test_logger.rb (TestLogDevice#test_shifting_size):
should not create working file in the current dire...
nobu (Nobuyoshi Nakada)
01:24 PM Revision c6699319 (git): vpath.rb: hack for msys make
* tool/vpath.rb (VPath#def_options): hack for msys make, which
converts a command line argument to non-msys command...
nobu (Nobuyoshi Nakada)
01:23 PM Bug #7679 (Closed): IRB history is broken
Thank you for the feedback zzak (zzak _)
02:33 AM Bug #7696: Lazy enumerators with state can't be rewound
The same idea will work for zip too; the arguments must be converted to enumerators only when yielder.memo is not set... marcandre (Marc-Andre Lafortune)
01:19 AM Revision 8d83736f (git): * 2013-01-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:19 AM Bug #7714: a bit of docs for DRb
Updated patch that completes a couple of classes within DRb vbatts (Vincent Batts)
01:19 AM Revision 8208e987 (git): test_parser.rb: tempfile
* test/rss/test_parser.rb (RSS::TestParser#setup): use temporary file,
should not use fixed path working files.
gi...
nobu (Nobuyoshi Nakada)

01/19/2013

12:07 PM Bug #7656: Handful of documentations
vbatts (Vincent Batts) wrote:
> Is there anything I can do better?
These are good, for small changes I don't mind...
zzak (zzak _)
11:37 AM Bug #7674 (Closed): Document for using Struct.new with block
This issue was solved with changeset r38883.
Hiroyuki, thank you for reporting this issue.
Your contribution to Ruby ...
zzak (zzak _)
11:36 AM Bug #7674: Document for using Struct.new with block
missing documentation considered bug zzak (zzak _)
11:17 AM Bug #7660: VC Builds Broken
Any updates on this? cfis (Charlie Savage)
10:39 AM Bug #6142 (Closed): Enumerable::Lazy#zip doesn't rewind internal enumerators
This issue should be discussed in #7691 and #7696. shugo (Shugo Maeda)
10:33 AM Bug #7696: Lazy enumerators with state can't be rewound
marcandre (Marc-Andre Lafortune) wrote:
> Here's a patch for `take`. Does it look ok?
Does it work well for zip?
...
shugo (Shugo Maeda)
05:31 AM Bug #7710: [mingw] r38839 breaks build
Hello Nobu,
We didn't get a response about this from you.
Please let us know if you can solve this or that we s...
luislavena (Luis Lavena)
05:03 AM Bug #7716 (Closed): Readdressing Autoload
=begin
It has been known for a long time that Autoload does not utilize the normal require method, and thus is unaff...
trans (Thomas Sawyer)
03:48 AM Bug #7564: r38175 introduces incompatibility
Since this is incompatibility, I propose to get back to the old behavior, for 2.0.
We have to discuss the issue that...
matz (Yukihiro Matsumoto)
03:34 AM Feature #7677: YAML load mode that does instantiate Ruby
I added my concept of it to the issue (https://github.com/tenderlove/psych/issues/119).
Thanks.
By the way, the...
trans (Thomas Sawyer)
02:37 AM Revision eed593eb (git): * struct.c (Struct.new): Document Struct.new with block
Patch by Hiroyuki Iwatsuki [Bug #7674]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38883 b2dd03c8-39d4-4d8f-9...
zzak (zzak _)
02:33 AM Bug #7715 (Closed): Lazy enumerators should want to stay lazy.
I'm just waking up to the fact that many methods turn a lazy enumerator in a non-lazy one.
Here's an example from ...
marcandre (Marc-Andre Lafortune)
12:52 AM Revision b7ae472b (git): * doc/syntax/miscellaneous.rdoc: Added section on defined?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
12:44 AM Feature #5281: Support for custom sitearch and vendorarch directories
Can somebody review and possibly accept this patch, please? vo.x (Vit Ondruch)
12:34 AM Feature #7712: Add .txt extensions to all plain-text documentation files for Windows users
In the case of RDoc files, perhaps it would be a good time to go a step further and move to an "industry standard" fo... trans (Thomas Sawyer)
12:27 AM Revision 1ecaf599 (git): * doc/syntax/assignment.rdoc (Local Variables and Methods): Made it
more clear that local variables are created by the parser, not
execution. Thanks to John Hawthorn.
git-s...
drbrain (Eric Hodel)
12:16 AM Revision 6ff1653c (git): * doc/syntax/assignment.rdoc: Improved links
* doc/syntax/methods.rdoc: ditto.
* doc/syntax.rdoc: Added link to assignment document
git-svn-id: svn+s...
drbrain (Eric Hodel)

01/18/2013

11:47 PM Revision 672da11a (git): * 2013-01-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:47 PM Revision d9d981b9 (git): * doc/syntax/assignment.rdoc: Added a syntax document on assignment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
04:23 PM Feature #7702: Remove Proc#binding
I suspect it would have a negative impact on the ability to write a
debugger. I seem to recall noting (I think it...
Anonymous
03:38 PM Bug #7714 (Closed): a bit of docs for DRb
Not a completion of the docs needed for DRb, but progress vbatts (Vincent Batts)
12:41 PM Bug #7656: Handful of documentations
Is there anything I can do better? vbatts (Vincent Batts)
11:24 AM Bug #2618 (Closed): Win32OLE RuntimeError due CoInitialize not being called
This issue was solved with changeset r38868.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
11:24 AM Bug #2618 (Open): Win32OLE RuntimeError due CoInitialize not being called
nobu (Nobuyoshi Nakada)
11:23 AM Bug #2618 (Closed): Win32OLE RuntimeError due CoInitialize not being called
This issue was solved with changeset r38867.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
11:22 AM Bug #2618 (Open): Win32OLE RuntimeError due CoInitialize not being called
nobu (Nobuyoshi Nakada)
10:08 AM Feature #7712 (Rejected): Add .txt extensions to all plain-text documentation files for Windows users
Given that Ruby is now aiming for Windows 8 support, all plain-text documentation files should have a .txt extension.... postmodern (Hal Brodigan)
09:14 AM Revision 6f9bbca2 (git): configure.in: clang temporary files
* configure.in: clang leaves temporary files when interrupted by
SIGPIPE if input is not stdin.
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
09:14 AM Revision 34a542cb (git): * version.h: up the revision because nobu's bot accidentally changed this branch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@38876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:35 AM Feature #7711 (Assigned): RubyGems uses autoload
I don't have any plans to remove autoload at this time. drbrain (Eric Hodel)
04:43 AM Feature #7711 (Rejected): RubyGems uses autoload
Using a custom require method, I ran into an issue with RubyGems b/c it is using autoload:
https://github.com/ru...
trans (Thomas Sawyer)
05:31 AM Revision 80fa9b6f (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:30 AM Revision b85ca574 (git): * 2013-01-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@38874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:30 AM Revision 544c0154 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@38873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:27 AM Bug #7710: [mingw] r38839 breaks build
With a fresh Win7 build, reverting r38839 fixes the build, `make test` is OK, but `make test-all` stumbles over the c... jonforums (Jon Forums)
04:14 AM Bug #7710: [mingw] r38839 breaks build
I see test-all failures after reverting r38839; trying a fresh build to see if it's a red-herring.
Luis or Hiroshi...
jonforums (Jon Forums)
04:07 AM Bug #7710 (Assigned): [mingw] r38839 breaks build
luislavena (Luis Lavena)
04:01 AM Bug #7710 (Closed): [mingw] r38839 breaks build
On my Win7 32bit system using mingw-w64 gcc 4.7.2 and the RubyInstaller build recipes I get the following failure
...
jonforums (Jon Forums)
05:15 AM Revision 1d5a5c23 (git): * doc/syntax/methods.rdoc: Added Array Decomposition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
05:02 AM Revision 7a9bbf31 (git): rbinstall.rb: gem subdirectories
* tool/rbinstall.rb (gem): prepare implies makedirs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38871 b2dd03c...
nobu (Nobuyoshi Nakada)
03:54 AM Revision 3b5ba5df (git): rbinstall.rb: gem subdirectories
* tool/rbinstall.rb (gem): Gem.ensure_gem_subdirectories makes
subdirectories group-writable, so make them with $di...
nobu (Nobuyoshi Nakada)
02:29 AM Revision 090d20fc (git): win32ole: remove win32ole.rb
* ext/win32ole/lib/win32ole.rb: no longer used. [Bug #2618] [ruby-core:27634]
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
02:24 AM Revision 27ed294c (git): win32ole: OLE uninitialize
* ext/win32ole/win32ole.c (ole_initialize): uninitialize OLE at thread
ends. [Bug #2618] [ruby-core:27634]
git-s...
nobu (Nobuyoshi Nakada)
02:23 AM Revision 588504b2 (git): win32ole: OLE initialize per threads
* ext/win32ole/win32ole.c (ole_initialize): initialize OLE for each
threads. [Bug #2618] [ruby-core:27634]
git-s...
nobu (Nobuyoshi Nakada)
02:18 AM Revision 6a052813 (git): * 2013-01-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:18 AM Revision 750a5d38 (git): common.mk: install-gem
* common.mk (install-gem): target to install default gems only.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom