Project

General

Profile

Activity

From 01/14/2013 to 01/20/2013

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)

01/17/2013

10:25 PM Bug #7344 (Closed): gem pristine bigdecimal が失敗してしまう
#7698 を閉じたのでこっちも閉じますね。 kou (Kouhei Sutou)
10:24 PM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
drbrain (Eric Hodel) wrote:
> Also, .time is new in ruby 2.0, what effect does this have on ruby 1.9 and ruby 1.8?...
kou (Kouhei Sutou)
10:20 PM Bug #7698 (Closed): RubyGems 2.0 has an incompatibility about installation of extension libraries
This issue was solved with changeset r38864.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ...
kou (Kouhei Sutou)
07:36 PM Bug #7700 (Rejected): Assignment to an Constant does not give an singleton_class its name
It's an intended behavior.
`ABC.name' gives "ABC" instead.
nobu (Nobuyoshi Nakada)
01:20 PM Revision aaff971e (git): * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make): Remove
.time dependency from *.rb install target. It causes needless
*.rb install. [Bug #7698] [ruby-core:51437]
Reporte...
Sutou Kouhei
12:09 PM Revision 53ec135d (git): * eval.c: Fix a typo in ruby_finalize() documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
12:01 PM Bug #7709: constants on Float aren't documented
Thanks Aaron! zzak (zzak _)
10:42 AM Bug #7709 (Closed): constants on Float aren't documented
For example:
ri Float::INFINITY tells me there is nothing known about INFINITY. If you do `ri Float` it lists tha...
tenderlovemaking (Aaron Patterson)
11:28 AM Revision 3a50fb15 (git): * object.c: Typo in Kernel#hash documentation.
Patch by zed_0xff [Github Fixes #237]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38862 b2dd03c8-39d4-4d8f-98f...
Eregon (Benoit Daloze)
08:50 AM Revision 03d19637 (git): win32ole: warning flag
* ext/win32ole/extconf.rb (create_win32ole_makefile): replace or
append warning flag.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
08:50 AM Revision a23469f4 (git): win32ole: unused variables
* ext/win32ole/win32ole.c (ole_methods_sub, ole_variables),
(ole_search_event_at): remove unused variables.
git-sv...
nobu (Nobuyoshi Nakada)
06:24 AM Bug #7623: Messages while RDoc generation
=begin
These messages have all been fixed:
Generating RDoc documentation
Parsing sources...
100% [873/8...
drbrain (Eric Hodel)
05:06 AM Revision 70c647b8 (git): win32ole.c: prototype
* ext/win32ole/win32ole.c: use prototype instead of old K&R style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
05:03 AM Feature #7708: support for patches list
this is code used in RVM to populate (and use) the list https://github.com/wayneeseguin/rvm/blob/825aa97e7ea440b4cd3b... mpapis (Michal Papis)
04:55 AM Feature #7708: support for patches list
Out of curiosity, how would you populate such list? vo.x (Vit Ondruch)
04:39 AM Feature #7708 (Open): support for patches list
Often as maintainer of RVM I have to work with multiple ruby patches, but it's hard to tell what patches were used fo... mpapis (Michal Papis)
04:52 AM Bug #7172: [[Ruby 1.9:]] fix rbconfig for --enable-load-relative (v2)
just took another look on ruby-trunk and there are still two changes missing:
- https://github.com/wayneeseguin/rv...
mpapis (Michal Papis)
04:05 AM Bug #7707 (Rejected): FileUtils.mv fails to move symlink between filesystems
FileUtils.mv sometimes fails with a "Errno::ENOENT: No such file or directory - /path/to/symlink" when attempting to ... mpartel (Martin Pärtel)
03:27 AM Bug #7706 (Closed): Lazy#zip should not call `lazy`
Current implementation of Lazy#zip has problems:
1) calls `lazy` when this is not excepted, necessary nor document...
marcandre (Marc-Andre Lafortune)
03:11 AM Bug #7696: Lazy enumerators with state can't be rewound
Here's a patch for `take`. Does it look ok?
diff --git a/enumerator.c b/enumerator.c
index b65712f..1522a3f 10064...
marcandre (Marc-Andre Lafortune)
02:02 AM Bug #7696: Lazy enumerators with state can't be rewound
Oh oh.
Let me add a third example to problems of handling states:
e = (1..6).lazy.drop(3)
e.flat_map{e}.for...
marcandre (Marc-Andre Lafortune)
02:01 AM Bug #7696: Lazy enumerators with state can't be rewound
I had not see #6142. Yes, it's the same.
1) Add attr_accessor to Yielder and document the fact that the yielder is...
marcandre (Marc-Andre Lafortune)
01:49 AM Revision 679a646e (git): * ext/psych/lib/psych/scalar_scanner.rb: use constants rather than
calculating Inf and NaN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)
01:21 AM Revision 66013dc6 (git): * doc/syntax/miscellaneous.rdoc: Added Ending an Expression and
indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
12:37 AM Revision 219e1566 (git): * lib/rubygems/installer.rb: Untaint string when checking output
for $SAFE=1
* lib/rubygems/specification.rb: Keep previously loaded specs as
active. This preven...
drbrain (Eric Hodel)
12:10 AM Bug #7248: Shouldn't Enumerator::Lazy.new be private?
marcandre (Marc-Andre Lafortune) wrote:
> Here's what I propose as the official Lazy.new documentation and API:
>
...
yhara (Yutaka HARA)
12:08 AM Revision 1be8ac57 (git): * doc/syntax/control_expressions.rdoc: Added ? : ternary if
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)

01/16/2013

11:36 PM Revision 1eb9f71c (git): * doc/syntax/miscellaneous.rdoc: Added documentation for alias, undef,
BEGIN, END.
* doc/syntax/modules_and_classes.rdoc (Constants): Fixed unwrapped
paragraph with trailing whitespace....
drbrain (Eric Hodel)
11:10 PM Bug #7344: gem pristine bigdecimal が失敗してしまう
sorahさん、mrknさん、hsbtさん、アドバイスありがとうございます。
(特にチケットの完璧な英訳、ありがとうございました!)
#7698 で須藤さんがそれらしいパッチを投げてくださっているので、
期待したり動作テスト...
tad (Tadashi Saito)
10:50 PM Revision 038c535e (git): * doc/syntax/control_expressions.rdoc (Flip-Flop): Added a section on
the flip-flop.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
10:00 PM Revision 9ceb5097 (git): * doc/syntax/control_expressions.rdoc (if Expressions): Fixed markup
error. Fixes #235 on github by FlyingFoX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38851 b2dd03c8-39d4-4d...
drbrain (Eric Hodel)
09:54 PM Revision 93b11534 (git): * 2013-01-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:54 PM Revision d86ee14c (git): * doc/syntax/literals.rdoc (Strings): Fixed typo. Fixes #236 on
github by Doug Yun.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
06:45 PM Bug #7681 (Closed): Flip-flop test failure under MinGW
This issue was solved with changeset r38848.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
06:39 PM Bug #7681: Flip-flop test failure under MinGW
=begin
Now I'm uncertain if this is a bug.
I suspect it is same as the following code.
$ ruby -e 'class XThread;
...
nobu (Nobuyoshi Nakada)
10:28 AM Bug #7681: Flip-flop test failure under MinGW
=begin
Seems a longstanding bug.
$ cat bug-7681.rb
class Bug7681 < Thread
def initialize(*arg, &block)
...
nobu (Nobuyoshi Nakada)
05:39 PM Bug #7696: Lazy enumerators with state can't be rewound
marcandre (Marc-Andre Lafortune) wrote:
> The 4 lazy enumerators requiring internal state, i.e. {take|drop}{_while}, ...
shugo (Shugo Maeda)
01:25 PM Feature #7704: Add a list of enabled (experimental) language features.
naruse (Yui NARUSE) wrote:
> mpapis (Michal Papis) wrote:
> > With multiple Ruby implementations and "experimental"...
phluid61 (Matthew Kerwin)
12:51 PM Feature #7704: Add a list of enabled (experimental) language features.
mpapis (Michal Papis) wrote:
> With multiple Ruby implementations and "experimental" features like "refinements" it ...
naruse (Yui NARUSE)
10:54 AM Feature #7704 (Assigned): Add a list of enabled (experimental) language features.
With multiple Ruby implementations and "experimental" features like "refinements" it would be nice to have an array o... mpapis (Michal Papis)
12:29 PM Feature #7549: A Ruby Design Process
> http://brixen.io/2012/12/30/a-ruby-design-process-talking-points

It says "The purpose of the proposed design ...
naruse (Yui NARUSE)
10:53 AM Bug #7703: Segfault in 1.9.3-p362, possibly threads related
"riscfuture (Tim Morgan)" <[email protected]> wrote:
> Issue #7703 has been reported by riscfuture (Tim Morg...
normalperson (Eric Wong)
10:25 AM Bug #7703 (Closed): Segfault in 1.9.3-p362, possibly threads related
I can consistently cause a segfault in p362 that does not occur in p327 in my Rails project. From the stack trace it... riscfuture (Tim Morgan)
09:45 AM Revision 0c61c3b6 (git): win32ole.rb: use TracePoint
* ext/win32ole/lib/win32ole.rb: use TracePoint to hook all thread
creation not only by Thread.new and to get rid of...
nobu (Nobuyoshi Nakada)
09:43 AM Revision 2d59c399 (git): vm_method.c: suppress warnings
* vm_method.c (call_cfunc_invoker_func): suppress wrong warnings
"C4550: expression evaluates to a function which i...
nobu (Nobuyoshi Nakada)
09:09 AM Feature #7702 (Assigned): Remove Proc#binding
=begin
As discussed in the most recent Ruby implementer's meeting and elsewhere over the years, being able to get a ...
jballanc (Joshua Ballanco)
08:57 AM Feature #7701 (Closed): Non-optional (required) keyword args
=begin
I would like to see keyword args expanded to include a non-optional form, to force callers to pass in keyword...
headius (Charles Nutter)
07:17 AM Bug #7695: Constant Lookup - For goodness sake it should at least see itself!
Just to link to an older discussion: #6810. alexeymuranov (Alexey Muranov)
05:53 AM Feature #4786: RCR new Feature: Numeric#grouped
On 5/26/11, Shyouhei Urabe <[email protected]> wrote:
>
> Issue #4786 has been updated by Shyouhei Urabe.
...
Anonymous
05:30 AM Revision 063cdaed (git): Remove commenting out tests introduced by r38478
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:11 AM Bug #7215: Remaining messages on OpenSSL error queue after Certificate#verify
Hi,
Any progress on this? Postgres has rejected the patch that was submitted on the grounds that this is an OpenSS...
deafbybeheading (Maciek Sakrejda)
03:37 AM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
I am unfamiliar with Makefiles, so what does this patch change?
Also, .time is new in ruby 2.0, what effect does t...
drbrain (Eric Hodel)
12:36 AM Revision 247d51a4 (git): * .document: Removed extra space
* lib/irb/lc/.document: Hide help-message
* lib/minitest/.document: Hide README.txt
* lib/rake/lib/.document: Hide...
drbrain (Eric Hodel)

01/15/2013

10:17 PM Bug #7694: permission of irb history file
=begin
Thanks to fix this. But
File.stat(history_file).mode & 066
returns true value even if the history file...
no6v (Nobuhiro IMAI)
08:01 PM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
This can be fixed by the following patch. This is caused by #6904 change. Should this problem be fixed in RubyGems?
...
kou (Kouhei Sutou)
01:49 PM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
Thank you translation, sorah! mrkn (Kenta Murata)
01:37 PM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
Translating from [ruby-dev:46864], Tadashi said:
> We can avoid this bug by changing directory tree in gems.
> Bu...
sorah (Sorah Fukumori)
01:32 PM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
Sorry, I made misspelling.
> This incompatibility makes `make install` to be failed because the current gem doesn'...
mrkn (Kenta Murata)
01:11 PM Bug #7698 (Closed): RubyGems 2.0 has an incompatibility about installation of extension libraries
The current rubygem included in ruby-head has an incompatibility about installation of extension libraries.
This inc...
mrkn (Kenta Murata)
06:54 PM Revision a06f22f9 (git): * doc/syntax/control_expressions.rdoc: Omit optional "then" for if and
unless expressions. Improved description of "a if a = 0.zero?"
NameError. Note that "do" for for loop is optional...
drbrain (Eric Hodel)
06:29 PM Revision 4cf9fa30 (git): * doc/syntax/calling_methods.rdoc: Link to defining methods.
* doc/syntax/methods.rdoc: Link to calling methods, fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
drbrain (Eric Hodel)
06:15 PM Revision 81133214 (git): * doc/syntax/methods.rdoc: Fixed link
* doc/syntax/modules_and_classes.rdoc: Fixed link
* doc/syntax.rdoc: Updated with links to the recently added pages...
drbrain (Eric Hodel)
06:06 PM Revision 4b8bb0f9 (git): * 2013-01-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:06 PM Revision d902101b (git): * doc/syntax/control_expressions.rdoc (redo Statement): Added note
about retry.
* doc/syntax/exceptions.rdoc: Added retry statement
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
drbrain (Eric Hodel)
03:57 PM Bug #7687 (Closed): Segmentation fault on Ruby 1.9.3 and Rails 2.3
Sorry for inconvinient.
This is a known problem, and already fixed in the repository.
Use the HEAD of ruby_1_9_3 ...
usa (Usaku NAKAMURA)
03:56 PM Bug #7700 (Rejected): Assignment to an Constant does not give an singleton_class its name
object = Object.new
ABC = object.singleton_class
class ABC
module D
end
end
class << object
module...
Hanmac (Hans Mackowiak)
03:14 PM Bug #5246 (Closed): bootstraptest fails on ia64
fix at r38766 takano32 (Mitsuhiro TAKANO)
02:12 PM Revision eaab306b (git): vpath.rb: separator for make
* tool/vpath.rb (VPath#list): default separator to PATH_SEPARATOR from
configure.in for make, not same name constan...
nobu (Nobuyoshi Nakada)
02:07 PM Revision d2a17602 (git): object.c: CLASS_OR_MODULE_P
* object.c (rb_mod_to_s, rb_class_inherited_p, rb_mod_ge, rb_mod_cmp):
use BUILTIN_TYPE() instead of TYPE() for opt...
nobu (Nobuyoshi Nakada)
02:07 PM Revision e4ebf6d9 (git): object.c: two literals
* object.c (rb_mod_to_s): concatenate two literals.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38837 b2dd03c8...
nobu (Nobuyoshi Nakada)
02:07 PM Revision a16c576f (git): process.c: suppress warnings
* process.c (p_uid_change_privilege, p_gid_change_privilege): suppress
set-but-unsed warnings.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
02:07 PM Revision 330e39d5 (git): io.c: no envp if no spawnve
* io.c (pipe_open): envp is not used if only spawnv is defined right
now.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nobu (Nobuyoshi Nakada)
02:07 PM Bug #7699 (Rejected): rubyspec failed: BigDecimal#divmod Can be reversed with * and +
1)
BigDecimal#divmod Can be reversed with * and + FAILED
Expected #<BigDecimal:f430418,'0.5E5556',9(27)>
to equal ...
mrkn (Kenta Murata)
01:42 PM Revision e70e46a1 (git): * lib/irb/ext/save-history.rb: identify rightly a status of a
history file that already exists [Bug #7694]. Thanks Nobuhiro IMAI
for this patch.
git-svn-id: svn+ssh:/...
keiju (Keiju Ishitsuka)
01:13 PM Bug #7344: gem pristine bigdecimal が失敗してしまう
続きは #7698 で。 mrkn (Kenta Murata)
09:26 AM Bug #7344: gem pristine bigdecimal が失敗してしまう
tad さんのご報告にある 1.9 でインストール出来ていた gem が 2.0 ではインストールできない
という問題は bigdecimal に限らないと思いますので、改めて issue を立てて報告した方が良いと思います。
hsbt (Hiroshi SHIBATA)
01:53 AM Bug #7344: gem pristine bigdecimal が失敗してしまう
sora_h です。

2013/1/15 Tadashi Saito <[email protected]>:
> 1. 2.0.0のリリースか、せめて直後のパッチリリースまでには、上記の振る舞いを元に
...
sorah (Sorah Fukumori)
12:53 AM Bug #7344: gem pristine bigdecimal が失敗してしまう
斎藤と申します。横から失礼します。

gem install bigdecimalが失敗する問題は、BigDecimalのgemに限らず、現状の他の
gemにも波及する問題である、という事を知っていただきたいです。
...
Anonymous
11:33 AM Bug #7681: Flip-flop test failure under MinGW
Ping?
I found this failure occurred after win32ole test.
Requiring win32ole affects this test.
The following cod...
phasis68 (Heesob Park)
11:13 AM Feature #3714 (Open): Add getters for Enumerator
I can think of two use cases.
I would like to backport some Ruby 2.0 features, and the lack of introspection of En...
marcandre (Marc-Andre Lafortune)
08:46 AM Revision 86a6fe70 (git): * test/net/protocol/test_protocol.rb: the backported test assumed that the
source encoding is UTF-8 (because it's 2.0.0 spec).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3...
U.Nakamura
07:43 AM Bug #7673 (Closed): [rdoc] duplicated entries in Pages fileindex-section
This issue was solved with changeset r38814.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
drbrain (Eric Hodel)
07:30 AM Revision ea00025e (git): merge revision(s) 38819: [Backport #7693]
* thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly when
fork()ing. Patch by Apollon Oikonomopou...
U.Nakamura
07:29 AM Revision 9a018b04 (git): merge revision(s) 38010: [Backport #7452]
* gc.c (rb_objspace_call_finalizer): finalize_deferred may free up
a object which is reachable from a part ...
U.Nakamura
07:25 AM Bug #7172: [[Ruby 1.9:]] fix rbconfig for --enable-load-relative (v2)
partial and a bit improved version is applied here: http://bugs.ruby-lang.org/projects/ruby-trunk/repository/entry/to... mpapis (Michal Papis)
07:23 AM Revision c35e7519 (git): merge revision(s) 37487,37563: [Backport #7278]
* lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):
don't use /n in universal regexp. [ruby-dev:...
U.Nakamura
07:22 AM Revision 73eb0eaf (git): merge revision(s) 38801,38809,38810: [Backport #7404]
* ext/bigdecimal/bigdecimal.c (BigDecimal_sub):
need to specify precision for converting Rational and Float...
U.Nakamura
07:03 AM Revision ae92565e (git): merge revision(s) 38776: [Backport #7172]
* tool/mkconfig.rb: use configured libdir value to fix
--enable-load-relative on systems where libdir is no...
U.Nakamura
06:55 AM Revision e071e130 (git): * doc/syntax/control_expressions.rdoc: Added description of control
expressions in ruby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
06:55 AM Revision 00decfdb (git): merge revision(s) 36272: [Backport #7634]
* object.c (Init_Object): Added RDoc location pointers for
Kernel#methods, Kernel#protected_methods, Kerne...
U.Nakamura
06:45 AM Bug #7696 (Closed): Lazy enumerators with state can't be rewound
The 4 lazy enumerators requiring internal state, i.e. {take|drop}{_while}, don't work as expected after a couple `nex... marcandre (Marc-Andre Lafortune)
04:33 AM Revision 68b072bf (git): * doc/syntax/methods.rdoc (Method Names): Added method names including
operator methods.
* doc/syntax/methods.rdoc (Return Values): Added note that assignment
methods ignore return valu...
drbrain (Eric Hodel)
04:17 AM Bug #7695 (Closed): Constant Lookup - For goodness sake it should at least see itself!
=begin
Example:
>> module Foo; end
>> module Foo::Bar
>> p Bar
>> end
NameError: uninitialized co...
trans (Thomas Sawyer)
02:49 AM Revision 108f3acb (git): * doc/syntax/methods.rdoc (Block Argument): Added section on block
argument. Thanks to Andy Lindeman.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38824 b2dd03c8-39d4-4d8f-98ff...
drbrain (Eric Hodel)
02:48 AM Revision ec2bdfc7 (git): * doc/syntax/calling_methods.rdoc (Arguments): Added improved
introduction to arguments including passing style and lazy
evaluation. Thanks to Matt Aimonetti.
* doc/syntax/call...
drbrain (Eric Hodel)
01:40 AM Revision 8892cc5a (git): * test_lazy_enumerator: Test that map & flat_map also require a block
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
12:59 AM Revision bd407329 (git): test: tty option
* bootstraptest/runner.rb (main): add --tty option to output like
terminal, for mingw/mswin on cygwin.
* lib/test/...
nobu (Nobuyoshi Nakada)
12:59 AM Revision cccd464e (git): runner.rb: colorize
* bootstraptest/runner.rb (exec_test): colorize final messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38...
nobu (Nobuyoshi Nakada)
12:32 AM Revision e32ce186 (git): * thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly when
fork()ing. Patch by Apollon Oikonomopoulos. Thanks!
[Bug #7693][ruby-core:51424]
git-svn-id: svn+ssh://ci.ruby-lan...
kosaki (Motohiro KOSAKI)
12:29 AM Revision 17bc951f (git): * doc/syntax/calling_methods.rdoc (Receiver): Added :: as pointed out
by Tony Arcieri
* doc/syntax/calling_methods.rdoc (Block Argument): Fixed { } block
examples as pointed out by Dav...
drbrain (Eric Hodel)
12:11 AM Revision eeee1908 (git): * doc/syntax/methods.rdoc (Array/Hash Argument): Moved above Keyword
Arguments
* doc/syntax/methods.rdoc (Keyword Arguments): Described ** for
gathering arbitrary keyword arguments.
...
drbrain (Eric Hodel)

01/14/2013

11:56 PM Revision c3319d99 (git): * doc/syntax/calling_methods.rdoc: Added document describing method
calls.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
11:17 PM Bug #7694 (Closed): permission of irb history file
This issue was solved with changeset r38813.
Nobuhiro, thank you for reporting this issue.
Your contribution to Ruby ...
keiju (Keiju Ishitsuka)
09:44 PM Bug #7694 (Closed): permission of irb history file
=begin
Irb outputs its history to world readable file.
This can be a problem. See also #7679.
=end
no6v (Nobuhiro IMAI)
10:51 PM Bug #7687: Segmentation fault on Ruby 1.9.3 and Rails 2.3
It happens to me too at the same line: validations.rb:479 of activerecord-2.3.15.
I am able to reproduce it by ins...
zarel (David Costa)
10:43 PM Revision 7cd5800f (git): * 2013-01-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:43 PM Revision c8633294 (git): * lib/rdoc/top_level.rb: Fixed extension trimming for page names in
RDoc HTML output. [ruby-trunk - Bug #7673]
* test/rdoc/test_rdoc_top_level.rb: Test for above.
git-svn-id: svn+ss...
drbrain (Eric Hodel)
09:48 PM Bug #7679: IRB history is broken
> Surely, this is a problem.
> Please, create ticket for this bug.
Submitted as #7694. Thanks in advance.
no6v (Nobuhiro IMAI)
08:21 PM Bug #7679: IRB history is broken
no6v (Nobuhiro IMAI) wrote:
> BTW, history file is world readable. Is it ok?
> .history (t?csh), .histfile (zsh) an...
keiju (Keiju Ishitsuka)
01:50 AM Bug #7679: IRB history is broken
BTW, history file is world readable. Is it ok?
.history (t?csh), .histfile (zsh) and .bash_history (bash) can be rea...
no6v (Nobuhiro IMAI)
12:47 AM Bug #7679: IRB history is broken
keiju (Keiju Ishitsuka) wrote:
> This behavior of Irb is modeled on csh or tcsh.
> I admit that the Irb's document ...
zzak (zzak _)
12:39 AM Bug #7679: IRB history is broken
injekt (Lee Jarvis) wrote:
> Nobuhiro,
>
> I think the point is, shouldn't we be setting SAVE_HISTORY by default?...
keiju (Keiju Ishitsuka)
05:36 PM Bug #7690 (Closed): Enumerable::Lazy#flat_map should not call each
This issue was solved with changeset r38812.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub...
shugo (Shugo Maeda)
04:50 PM Bug #7690: Enumerable::Lazy#flat_map should not call each
marcandre (Marc-Andre Lafortune) wrote:
> shugo (Shugo Maeda) wrote:
> > > 3) As Matz stated [ruby-core:26301], fla...
shugo (Shugo Maeda)
01:26 PM Bug #7690: Enumerable::Lazy#flat_map should not call each
PS: The only duck typing I can think of is `respond_to?(:each) && respond_to?(:force)`; not sure if that's much bette... marcandre (Marc-Andre Lafortune)
01:15 PM Bug #7690: Enumerable::Lazy#flat_map should not call each
shugo (Shugo Maeda) wrote:
> > 3) As Matz stated [ruby-core:26301], flat_map is "taken from flatMap from Scala or co...
marcandre (Marc-Andre Lafortune)
11:28 AM Bug #7690: Enumerable::Lazy#flat_map should not call each
marcandre (Marc-Andre Lafortune) wrote:
> shugo (Shugo Maeda) wrote:
> > [1].lazy.flat_map{|i| [i].lazy } should fl...
shugo (Shugo Maeda)
10:32 AM Bug #7690: Enumerable::Lazy#flat_map should not call each
shugo (Shugo Maeda) wrote:
> [1].lazy.flat_map{|i| [i].lazy } should flatten nested lazy enumerators, because Enumer...
marcandre (Marc-Andre Lafortune)
08:48 AM Bug #7690 (Assigned): Enumerable::Lazy#flat_map should not call each
marcandre (Marc-Andre Lafortune) wrote:
> I would expect that
>
> array.flat_map{...} == array.lazy.flat_map{...
shugo (Shugo Maeda)
04:42 PM Bug #7692 (Closed): Enumerator::Lazy#drop_while and take_while should require a block.
This issue was solved with changeset r38811.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub...
marcandre (Marc-Andre Lafortune)
04:33 PM Bug #7692 (Closed): Enumerator::Lazy#drop_while and take_while should require a block.
Enumerator::Lazy#drop_while and take_while should require a block.
Currently:
[1].lazy.drop_while.force # =...
marcandre (Marc-Andre Lafortune)
03:15 PM Bug #7344: gem pristine bigdecimal が失敗してしまう
io-console も同じなのにエラーが出ないのは何故と調べてみると、io-console は LOAD_PATH の下でビルドした後に、io というディレクトリを作成して、io/console.so と移動しているため、gnu i... hsbt (Hiroshi SHIBATA)
02:03 PM Bug #7344: gem pristine bigdecimal が失敗してしまう
hsbt (Hiroshi SHIBATA) wrote:
> RC1 も出てしまいましたし、以下の変更を trunk に入れて、bigdecimal のバージョンナンバーを更新したのち、gem push をしてもらえないでしょうか...
mrkn (Kenta Murata)
09:53 AM Bug #7344: gem pristine bigdecimal が失敗してしまう
mrkn へ(担当者の変更ができない...)
RC1 も出てしまいましたし、以下の変更を trunk に入れて、bigdecimal のバージョンナンバーを更新したのち、gem push をしてもらえないでしょうか。
ht...
hsbt (Hiroshi SHIBATA)
02:53 PM Bug #7691 (Closed): 3 bugs with Lazy enumerators with state
I found the following 3 bugs with Lazy#drop, drop_while and zip:
drop = (1..4).lazy.drop(2)
drop.to_a # =...
marcandre (Marc-Andre Lafortune)
02:17 PM Revision 9deb82b1 (git): * lib/irb/ext/save-history.rb: outputs its history to
owner-only-readable file and change the permission of a file that
already exists [Bug #7694]. Thanks Nobuhi...
keiju (Keiju Ishitsuka)
01:59 PM Bug #7248: Shouldn't Enumerator::Lazy.new be private?
Thanks for the answers.
So, the public API of Lazy.new has the following issues:
* not documented
* should req...
marcandre (Marc-Andre Lafortune)
10:53 AM Feature #7677: YAML load mode that does instantiate Ruby
On Fri, Jan 11, 2013 at 12:05:36AM +0900, trans (Thomas Sawyer) wrote:
>
> Issue #7677 has been updated by tran...
Anonymous
08:52 AM Bug #7683: Rjb::load Segmentation fault windows
Same here, with ruby-1.9.3-p125 & ruby-1.9.3-p362 and rjb (1.4.5).
However ruby-1.9.3-p362 and rjb (1.4.3) is work...
skelz0r (Loïc Delmaire)
08:36 AM Revision 7dd52f89 (git): * enumerator.c (lazy_flat_map_func): flat_map should call each only
when the value of a block returns a forcable object.
[ruby-core:51401] [Bug #7690]
* enumerator.c (lazy_flat_map):...
shugo (Shugo Maeda)
07:42 AM Revision 8ca50421 (git): * enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
06:51 AM Bug #7471 (Closed): character class has duplicated range warning for "" =~ /[\w\W]/
This issue was solved with changeset r38805.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
06:01 AM Feature #7378: Adding Pathname#write
Here is a patch. Eregon (Benoit Daloze)
05:42 AM Revision a4665e30 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_s): use CRuby style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
05:42 AM Revision 512b9875 (git): * ext/bigdecimal/bigdecimal.c: use `RB_TYPE_P(x, t)` instead of
`TYPE(x) == t`.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Kenta Murata
01:19 AM Revision 62e67609 (git): * enumerator.c: Fix size for Enumerator::Lazy#flat_map
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:00 AM Bug #7648: GServer does not close cleanly from signal interrupt context
Confirming that this is still an issue on RC1:
ruby -v
ruby 2.0.0dev (2013-01-07 trunk 38733) [i686-linux]
...
jleo3 (Joe Leo)
 

Also available in: Atom