ruby-dev summary 21381-21402

  • Thread starter Masayoshi Takahashi
  • Start date
M

Masayoshi Takahashi

Hello all,

This is a summary of ruby-dev ML these days.


[ruby-dev:21383] devel/logger

During a preparation for commiting SOAP4R, NaHi found that
the name Devel::Logger is not appropriate for the standard
distribution, so he renamed the name of the class to Logger
(lib/logger.rb). In addition, he contacted Gotoyuzo and made
an agreement on merging Devel::Logger and WEBrick::Log.
Moreover, he added some methods for compatibility with Log4r.


[ruby-dev:21394] Per-Thread stdout needed

Tietew wanted to make $stdin, $stdout and $stderr thread-local and
made a patch for it. Matz thought more considerations are needed
for $stdin and others, but he doesn't have any conclusions now.

Kazuhiro NISHIYAMA posted a Ruby-level solution.
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/ruexli/ruexli/lib/perthreadio.rb

[ruby-dev:21387] [Oniguruma] Version 1.9.4

You can get it from here:
ftp://ftp.ruby-lang.org/pub/ruby/in.coming/onigd20030917.tar.gz


Regards,

TAKAHASHI 'Maki' Masayoshi E-mail: (e-mail address removed)
 
G

Gavin Sinclair

[From Takahashi-san]
[ruby-dev:21383] devel/logger

During a preparation for commiting SOAP4R, NaHi found that
the name Devel::Logger is not appropriate for the standard
distribution, so he renamed the name of the class to Logger
(lib/logger.rb). In addition, he contacted Gotoyuzo and made
an agreement on merging Devel::Logger and WEBrick::Log.
Moreover, he added some methods for compatibility with Log4r.

I was pleased to see lib/logger.rb in the stdlib recently. Although it's
nice to have Log4r available, it's just as nice to have a simple logger
built-in.

I'd like to hear more about the merging etc. NaHi?

Gavin
 
M

maillist

[ruby-dev:21394] Per-Thread stdout needed

Tietew wanted to make $stdin, $stdout and $stderr thread-local and
made a patch for it. Matz thought more considerations are needed
for $stdin and others, but he doesn't have any conclusions now.

What about $_, $1 , $2...$x
 
M

Mauricio Fernández

[ruby-dev:21394] Per-Thread stdout needed

Tietew wanted to make $stdin, $stdout and $stderr thread-local and
made a patch for it. Matz thought more considerations are needed
for $stdin and others, but he doesn't have any conclusions now.

What about $_, $1 , $2...$x

$~ is already thread-local IIRC.

--
_ _
| |__ __ _| |_ ___ _ __ ___ __ _ _ __
| '_ \ / _` | __/ __| '_ ` _ \ / _` | '_ \
| |_) | (_| | |_\__ \ | | | | | (_| | | | |
|_.__/ \__,_|\__|___/_| |_| |_|\__,_|_| |_|
Running Debian GNU/Linux Sid (unstable)
batsman dot geo at yahoo dot com

How do I type "for i in *.dvi do xdvi $i done" in a GUI?
-- Discussion in comp.os.linux.misc on the intuitiveness of interfaces
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top