[#38470] ruby-dev summary 21403-21530 (draft) — Minero Aoki <aamine@...>

青木です。

25 messages 2003/10/07
[#38475] Re: ruby-dev summary 21403-21530 (draft) — maili31s@... (SugHimsi==SUGIHARA Hiroshi) 2003/10/07

すぎむし。

[#38480] Re: ruby-dev summary 21403-21530 (draft) — Minero Aoki <aamine@...> 2003/10/08

青木です。

[#38481] marshal_dump (was Re: ) — m_seki@... 2003/10/08

[#38484] Re: marshal_dump (was Re: ) — matz@... (Yukihiro Matsumoto) 2003/10/09

まつもと ゆきひろです

[#38486] Re: marshal_dump (was Re: ) — Masatoshi Seki <m_seki@...> 2003/10/09

咳といいます

[#38489] exit status on exit! — YANAGAWA Kazuhisa <kjana@...4lab.to>

<http://www.unixuser.org/~ysjj/diary/?200310a&to=200310082#200310082>

29 messages 2003/10/09
[#38490] Re: exit status on exit! — Koji Arai <JCA02266@...> 2003/10/09

新井です。

[#38503] Re: exit status on exit! — YANAGAWA Kazuhisa <kjana@...4lab.to> 2003/10/10

In Message-Id: <20031010.082218.74733862.JCA02266@nifty.ne.jp>

[#38505] Re: exit status on exit! — Koji Arai <JCA02266@...> 2003/10/10

新井です。

[#38507] Re: exit status on exit! — matz@... (Yukihiro Matsumoto) 2003/10/11

まつもと ゆきひろです

[#38514] Re: exit status on exit! — YANAGAWA Kazuhisa <kjana@...4lab.to> 2003/10/11

In Message-Id: <1065883639.405037.23137.nullmailer@picachu.netlab.jp>

[#38515] Re: exit status on exit! — WATANABE Hirofumi <eban@...> 2003/10/11

わたなべです。

[ruby-list:38686] ruby-dev summary: 21637-21729

From: "Takaaki Tateishi" <ttate@...>
Date: 2003-10-27 16:48:36 UTC
List: ruby-list #38686
立石です。

遅くなりましたが、先週のruby-devサマリです。
訂正や加筆などアドバイスをお願いします。

ruby-dev:21637-21729

[ruby-dev:21639] load() blocks thread scheduling
  Tietew posted the following scripts which didn't timeout and didn't
  accept Ctrl+C.

    -- main.rb --
    require 'timeout'
    timeout(60) { load 'block.rb' }

    --- block.rb
    loop { }

  He also posted a patch to change the thread. Matz wrote that
  it would cause unexpected troubles if we didn't block other
  thread while loading a script.


[ruby-dev:21641] SOAP::StreamError: Illegal media type
  SOAP4R's test suite failed since it required installed SOAP4R
  library. Matz suggested that the test suite in ruby should use
  not installed libraries but archived new libraries


[ruby-dev:21678] Problems of testing test/drb on Windows
  U. Nakamura showed two opinions about test/drb on Windows as follows.
  (a) test/drb/test_drbunix.rb failed if it was executed via
      test/runner.rb, since Windows didn't have Socket::UNIX*.
      He thought that such error had better occur when loading
      'drb/unix'.
  (b) The result of test/drb/test_acl.rb was 'E', since the
      ruby was compiled without AF_INET6 and IPAddr#ipv6?
      caused NameError. He proposed some solutions to avoid
      NameError.


[ruby-dev:21679] Proposal: string literal concatenation
  Mput proposed a specification which enable us to concatenate
  strings using a new line like the following script.

    s = "foo1" "bar1"
        "foo2" "bar2"

  Matz answered that he would discard string literal concatenation.


[ruby-dev:21682] ruby-tk hangs when exception is raised

  Akira Yamada received a bug report as a package maintainer of
  Debian. The following Ruby/TK script caused a problem that
  Ctrl+C was not available. This problem have not been solved yet.

    require 'tk'
    r = TkRoot.new
    b = TkButton.new(r) { text "break me" }
    b.command proc {
      raise "error!"
    }
    b.pack
    Tk.mainloop


In This Thread

Prev Next