[#26488] Add Standard Deviation Function to Math Module — Daniel Cohen <danielc2017@...>

This patch adds a Standard Deviation function to the Math Module. It takes

25 messages 2009/11/02
[#26489] Re: Add Standard Deviation Function to Math Module — Yukihiro Matsumoto <matz@...> 2009/11/03

Hi,

[#26490] Re: Add Standard Deviation Function to Math Module — Daniel Cohen <danielc2017@...> 2009/11/03

OK,

[#26493] Re: Add Standard Deviation Function to Math Module — Yukihiro Matsumoto <matz@...> 2009/11/03

Hi,

[#26511] Re: Add Standard Deviation Function to Math Module — Yusuke ENDOH <mame@...> 2009/11/03

Hi,

[#26492] HashWithIndifferentAccess to core — Urabe Shyouhei <shyouhei@...>

Hello,

35 messages 2009/11/03
[#26496] Re: HashWithIndifferentAccess to core — Yukihiro Matsumoto <matz@...> 2009/11/03

Hi,

[#26507] Re: HashWithIndifferentAccess to core — Jeremy Kemper <jeremy@...> 2009/11/03

On Tue, Nov 3, 2009 at 6:48 AM, Yukihiro Matsumoto <matz@ruby-lang.org> wro=

[#26514] Re: HashWithIndifferentAccess to core — "Martin J. Dst" <duerst@...> 2009/11/04

Just a thought: What about implementing this with an option on Hash:new,

[#26522] Re: HashWithIndifferentAccess to core — Yusuke ENDOH <mame@...> 2009/11/04

Hi,

[#26555] Re: HashWithIndifferentAccess to core — Yukihiro Matsumoto <matz@...> 2009/11/05

Hi,

[#26584] Re: HashWithIndifferentAccess to core — Yugui <yugui@...> 2009/11/07

2009/11/6 Yukihiro Matsumoto <matz@ruby-lang.org>:

[#26589] Re: HashWithIndifferentAccess to core — Yukihiro Matsumoto <matz@...> 2009/11/07

Hi,

[#26593] Re: HashWithIndifferentAccess to core — Lourens Naud<lourens@...> 2009/11/07

Hi,

[#26523] [Bug #2330] Non systematic segmentation fault with autoload rubyspec — Marc-Andre Lafortune <redmine@...>

Bug #2330: Non systematic segmentation fault with autoload rubyspec

12 messages 2009/11/04

[#26560] [Feature #2340] Removing YAML/Syck — Yui NARUSE <redmine@...>

Feature #2340: Removing YAML/Syck

38 messages 2009/11/06
[#26562] [Feature #2340] Removing YAML/Syck — Yui NARUSE <redmine@...> 2009/11/06

Issue #2340 has been updated by Yui NARUSE.

[#26567] Re: [Feature #2340] Removing YAML/Syck — James Edward Gray II <james@...> 2009/11/06

On Nov 6, 2009, at 4:02 AM, Yui NARUSE wrote:

[#26568] Re: [Feature #2340] Removing YAML/Syck — Jon <jon.forums@...> 2009/11/06

> > Issue #2340 has been updated by Yui NARUSE.

[#26571] Re: [Feature #2340] Removing YAML/Syck — "NARUSE, Yui" <naruse@...> 2009/11/06

Jon wrote:

[#26574] Re: [Feature #2340] Removing YAML/Syck — Aaron Patterson <aaron@...> 2009/11/06

On Sat, Nov 07, 2009 at 12:59:25AM +0900, NARUSE, Yui wrote:

[#26635] [Feature #2348] RBTree Should be Added to the Standard Library — James Gray <redmine@...>

Feature #2348: RBTree Should be Added to the Standard Library

20 messages 2009/11/08
[#28842] [Feature #2348] RBTree Should be Added to the Standard Library — James Gray <redmine@...> 2010/03/21

Issue #2348 has been updated by James Gray.

[#26650] [Feature #2350] Unicode specific functionality on String in 1.9 — Manfred Stienstra <redmine@...>

Feature #2350: Unicode specific functionality on String in 1.9

12 messages 2009/11/09
[#28985] [Feature #2350](Rejected) Unicode specific functionality on String in 1.9 — Yusuke Endoh <redmine@...> 2010/03/25

Issue #2350 has been updated by Yusuke Endoh.

[#28993] Re: [Feature #2350](Rejected) Unicode specific functionality on String in 1.9 — Nikolai Weibull <now@...> 2010/03/25

On Thu, Mar 25, 2010 at 14:45, Yusuke Endoh <redmine@ruby-lang.org> wrote:

[#26704] Maintainer confirmation process done. — "Yugui (Yuki Sonoda)" <yugui@...>

I'm sorry for my closing the maintainer confirmation process so late.

13 messages 2009/11/12

[#26736] [Bug #2365] Matrix: poor handling of coercion errors [patch] — Marc-Andre Lafortune <redmine@...>

Bug #2365: Matrix: poor handling of coercion errors [patch]

12 messages 2009/11/14

[#26772] [Bug #2378] Regression in ParseDate.parsedate('nn-nn') — Vladimir Sizikov <redmine@...>

Bug #2378: Regression in ParseDate.parsedate('nn-nn')

10 messages 2009/11/16

[#26774] Ruby constant lookup — Yehuda Katz <wycats@...>

Over the past six months or so, I have been working with the new Ruby 1.9

22 messages 2009/11/16
[#26775] Re: Ruby constant lookup — Shugo Maeda <shugo@...> 2009/11/17

Hi,

[#26777] Re: Ruby constant lookup — Yehuda Katz <wycats@...> 2009/11/17

Shugo,

[#26778] Re: Ruby constant lookup — Shugo Maeda <shugo@...> 2009/11/17

Hi,

[#26869] Caching #to_s for immutables (and a possible future for constant-folding) — Kurt Stephens <ks@...>

I have a proof-of-concept patch to MRI that caches #to_s values for

16 messages 2009/11/23
[#26936] Re: Caching #to_s for immutables (and a possible future for constant-folding) — Roger Pack <rogerdpack@...> 2009/11/29

> =A0It reduces the number of #to_s Strings created during the MRI test sui=

[#26958] Re: Caching #to_s for immutables (and a possible future for constant-folding) [with patch] — Kurt Stephens <ks@...> 2009/11/30

The attached patch add caching of #to_s results to the main immutable

[#26960] Re: Caching #to_s for immutables (and a possible future for constant-folding) [with patch] — Roger Pack <rogerdpack@...> 2009/11/30

> Yes. =A0The MRI test suite runs at 45 sec with these changes and at 53 se=

[#26963] Re: Caching #to_s for immutables (and a possible future for constant-folding) [with patch] — Kurt Stephens <ks@...> 2009/11/30

I just ran rubyspec against it; ~ 5% time improvement.

[ruby-core:26663] [Bug #2352] C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems.rb:578: [BUG] Segmentation fault ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mswin32]

From: Vladimir Sibirskiy <redmine@...>
Date: 2009-11-10 14:45:34 UTC
List: ruby-core #26663
Bug #2352: C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems.rb:578: [BUG] Segmentation fault  ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mswin32]
http://redmine.ruby-lang.org/issues/show/2352

Author: Vladimir Sibirskiy
Status: Open, Priority: Normal
ruby -v: ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mswin32]

I'd installed the latest version of rubygems-1.3.5, and I tried to install rake

C:\Ruby\bin>gem install rake
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems.rb:578: [BUG] Segmentation fault
ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mswin32]

-- control frame ----------
c:0025 p:---- s:0139 b:0139 l:000138 d:000138 CFUNC  :(null)
c:0024 p:---- s:0137 b:0137 l:000136 d:000136 CFUNC  :new
c:0023 p:0064 s:0133 b:0133 l:000132 d:000132 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems.rb:578
c:0022 p:0066 s:0129 b:0129 l:000128 d:000128 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/remote_fetcher.rb:165
c:0021 p:0131 s:0121 b:0121 l:000120 d:000120 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/spec_fetcher.rb:219
c:0020 p:0058 s:0109 b:0107 l:000098 d:000106 BLOCK  C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/spec_fetcher.rb:192
c:0019 p:---- s:0104 b:0104 l:000103 d:000103 FINISH
c:0018 p:---- s:0102 b:0102 l:000101 d:000101 CFUNC  :each
c:0017 p:0107 s:0099 b:0099 l:000098 d:000098 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/spec_fetcher.rb:188
c:0016 p:0033 s:0090 b:0090 l:000089 d:000089 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/spec_fetcher.rb:123
c:0015 p:0031 s:0081 b:0081 l:000080 d:000080 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/spec_fetcher.rb:69
c:0014 p:0215 s:0072 b:0072 l:000071 d:000071 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/dependency_installer.rb:99
c:0013 p:0175 s:0063 b:0063 l:000062 d:000062 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/dependency_installer.rb:192
c:0012 p:0051 s:0053 b:0053 l:000052 d:000052 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/dependency_installer.rb:213
c:0011 p:0053 s:0048 b:0048 l:000037 d:000047 BLOCK  C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/commands/install_command.rb:118
c:0010 p:---- s:0043 b:0043 l:000042 d:000042 FINISH
c:0009 p:---- s:0041 b:0041 l:000040 d:000040 CFUNC  :each
c:0008 p:0115 s:0038 b:0038 l:000037 d:000037 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/commands/install_command.rb:115
c:0007 p:0071 s:0032 b:0032 l:000031 d:000031 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/command.rb:257
c:0006 p:0194 s:0028 b:0028 l:000027 d:000027 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/command_manager.rb:132
c:0005 p:0013 s:0022 b:0022 l:000021 d:000021 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/command_manager.rb:102
c:0004 p:0173 s:0017 b:0017 l:000016 d:000016 METHOD C:/Ruby/lib/ruby/site_ruby/
1.9.1/rubygems/gem_runner.rb:58
c:0003 p:0164 s:0009 b:0009 l:002414 d:002690 EVAL   C:/Ruby/bin/gem:21
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:002414 d:002414 TOP    <main>:477
---------------------------
-- Ruby level backtrace information-----------------------------------------
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems.rb:578:in `(null)'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems.rb:578:in `new'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems.rb:578:in `gunzip'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb:165:in `fetch_path'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:219:in `load_specs'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:192:in `block in list'

C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:188:in `each'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:188:in `list'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:123:in `find_matching'

C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:69:in `fetch'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:99:in `find_ge
ms_with_sources'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:192:in `find_s
pec_by_name_and_version'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:213:in `instal
l'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/commands/install_command.rb:118:in `bl
ock in execute'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/commands/install_command.rb:115:in `ea
ch'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/commands/install_command.rb:115:in `ex
ecute'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/command.rb:257:in `invoke'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:132:in `process_arg
s'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:102:in `run'
C:/Ruby/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:58:in `run'
C:/Ruby/bin/gem:21:in `<main>'

[NOTE]
You may encounter a bug of Ruby interpreter. Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html


This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

C:\Ruby\bin>


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next