[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] session-2.1.8

Ara.T.Howard

10/5/2004 4:38:00 PM

3 Answers

leon breedt

10/6/2004 8:43:00 AM

0

On Wed, 6 Oct 2004 01:44:52 +0900, Ara.T.Howard <ara.t.howard@noaa.gov> wrote:
> Session::* offers a set of class for driving external progams via pipes. It
> offers a significant abstraction over Open3::popen since stdout/stderr can
> be processed individually for each command. Additionally the exit_status of
> each command is made available. eg.
This looks like it works really well, thanks :)

A small bug: Setting .track_history after creation (it has a write
accessor) causes #execute() to fail as @history is only assigned in
the constructor.

Leon


Ara.T.Howard

10/6/2004 3:14:00 PM

0

Mauricio Fernández

10/6/2004 8:51:00 PM

0

On Thu, Oct 07, 2004 at 12:24:49AM +0900, Ara.T.Howard@noaa.gov wrote:
>
>
> HISTORY:
>
> 2.1.9:
> - fixed bug where setting track history after creation caused later
> failure in
> execute (@history =[] only in ctor). thanks leon breedt
> <bitserf@gmail.com>!
> - updates to README
> - included session-x.x.x.rpa file - thanks batsman
> <batsman.geo@yahoo.com>
> - to_str/to_s/to_yaml for History/Command is now valid yaml (updated
> samples
> to reflect this)
> - inspect for History/Command is now ruby's default

batsman@tux-chan:~/src/rpa/ports$ rpa update
Getting port info from http://rpa-base.rubyforge.org/ports/....
100% [========================================] 84281 bytes

Ports updated since the last 'rpa update'
session 2.1.8-2 -> 2.1.9-1

batsman@tux-chan:~/src/rpa/ports/session-2.1.8$ rpa install session
Installing ports
Getting port session from http://rpa-base.rubyforge.org/ports/session_2....
100% [========================================] 12288 bytes
Building session (2.1.9-1).
Generating RI data files.
Generating RDoc HTML documentation.
Calculating MD5 digests.
Building package in session_2.1.9-1_i686-pc-linux-gnu.rpa.
Installing session
Reusing cached package /home/batsman/usr/lib/ruby/rpa0.0/packages/session_2.1.9-1_i686-pc-linux-gnu.rpa.
Starting lightweight (metadata only) transaction for session
Checking for file conflicts in session.
Starting transaction for session
Preparing to replace session 2.1.8-2 with /home/batsman/usr/lib/ruby/rpa0.0/packages/session_2.1.9-1_i686-pc-linux-gnu.rpa
Package /home/batsman/usr/lib/ruby/rpa0.0/packages/session_2.1.9-1_i686-pc-linux-gnu.rpa unpacked.
Finished transaction for session
Starting lightweight (metadata only) transaction for session
Finished lightweight (metadata only) transaction for session
Finished lightweight (metadata only) transaction for session
Committed changes


--
Running Debian GNU/Linux Sid (unstable)
batsman dot geo at yahoo dot com