[#38724] 祝日判定用メソッド — Take_tk <ggb03124@...>

たけ(tk)です

19 messages 2003/11/02

[#38756] ruby-dev summary 21730-21822 /draft — Minero Aoki <aamine@...>

青木です。

14 messages 2003/11/05

[ruby-list:38779] Re: ruby-dev summary 21833-21882 /draft

From: maili31s@... (SugHimsi==SUGIHARA Hiroshi)
Date: 2003-11-09 22:00:12 UTC
List: ruby-list #38779
すぎむし%今回(も)相当に雑ですが。

On Mon, 10 Nov 2003 01:51 JST, Kazuo Saito wrote:

: =begin
: 
: [ruby-dev:21809] lib/test/unit/ui/tk/testrunner.rb
: 
:    A new GUI interface for lib/test/unit using Tk extensions
:    have been developed by Kazuhiro NISHIYAMA, with help from
     has                                                  of
:    U.Nakamura, Nobu Nakada and Hidetoshi NAGAI.


: [ruby-dev:21819] error message of Array.new(9,0) {|x|x+1}
: 
:    Take_tk reported a strange error message from Array.new:
: 
:      Array.new(9,0){|x|x+1}
:        #=> wrong number of arguments (ArgumentError)
: 
:    The cause is simple.  Array.new takes only 4 styles of arguments,
     不要?^^^^^^^^^^^^^^^
:    an another array, size of array, size and a default value
:    or size and a block to generate default values.  In the example
            , (米式の方が、こういう場合に紛れが少ないのでは?)
:    above uses 2 argument styles at once and it confuses Ruby, but
           tries to apply multi-styles ...
:    the error message is a little bit difficult for us to understand.
                                                 ^^^^^^不要?
:    Not everyone knows all of initialization styles and method calling
:    details inside of Ruby.
  以上、全体的にちょっとくどいような。


: [ruby-dev:21833]
:     pthread trouble on tcltklib (Re: ruby-tk hangs when exception is 
: raised)
: 
:    Hidetoshi NAGAI commited a patch to make pthread and ruby thread
                                         set?
:    works well together.


: [ruby-dev:21846] StringIO#path
: 
:    In current implementation, StringIO#path behaves the same as
:    StringIO#inspect.  This behavior is to provide polymorphic
:    #path operation for applications uses not only File objects
:    but also similar IO subclasses.  Nobu Nakada changed StringIO#path
:    to return nil because it seems less likely functional for now.

  時制が…。(結局、いまはどっちなのでしょうか。)


: [ruby-dev:21876] get_last_error or getLastError by DL::Importable

  ↓に2バイトなスペースが。
:      Take_tk found a difference of imported method name between

以上
-- 
SugHimsi == SUGIHARA Hiroshi
maili31s@clio.ne.jp


In This Thread