scsh-hackers
[Top] [All Lists]

Re: [Scsh-hackers] First Release Candidate of 0.6.6

To: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Subject: Re: [Scsh-hackers] First Release Candidate of 0.6.6
From: Michel Schinz <Michel.Schinz@epfl.ch>
Date: Fri Mar 12 12:27:13 2004
Cc: scsh-hackers <scsh-hackers@lists.sourceforge.net>
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
Le 12 mars 04, à 16:56, Martin Gasbichler a écrit :

Please test the new tarball and report back to this list!

I just noticed a strange regression (that's on Mac OS X 10.3): when I'm deep in a "command level", a single use of ^D or ",pop" will completely terminate scsh, instead of going one level up as expected.

That is, with 0.6.5 I had the following:

  Welcome to scsh 0.6.5 (0.6.6)
  Type ,? for help.
  > xx

  Error: undefined variable
         xx
         (package user)
  1> ,pop
  > ,pop
  Exit Scsh? (y/n)? y

But now with 0.6.6 RC 1, I have the following:

  Welcome to scsh 0.6.6 (RC 1)
  Type ,? for help.
  > xx

  Error: undefined variable
         xx
         (package user)
  1> ,pop

  Terminate

As you can see, a single ",pop" doesn't bring me back to top level, but exits immediately. That must have been introduced pretty recently because 0.6.6 beta 9 still works like 0.6.5.

Michel.



<Prev in Thread] Current Thread [Next in Thread>