scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-408421 ] Type typo in scsh-interfaces.scm

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-408421 ] Type typo in scsh-interfaces.scm
From: noreply@sourceforge.net
Date: Wed, 06 Jun 2001 04:38:17 -0700
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
Bugs item #408421, was updated on 2001-03-13 20:22
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408421&group_id=10493

Category: run-time
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Brian D. Carlstrom (bdc)
Assigned to: Mike Sperber (sperber)
Summary: Type typo in scsh-interfaces.scm

Initial Comment:
From: sperber@informatik.uni-tuebingen.de (Michael 
Sperber [Mr. Preprocessor])
To: scsh@martigny.ai.mit.edu
Subject: Type typo in scsh-interfaces.scm
Date: 03 Mar 1998 16:17:30 +0100

--Multipart_Tue_Mar__3_16:17:30_1998-1
Content-Type: text/plain; charset=US-ASCII


Type annotations only help when they're right.  (This 
is 0.5.1, of
course.)


--Multipart_Tue_Mar__3_16:17:30_1998-1
Content-Type: text/plain; charset=US-ASCII

*** scsh/scsh-interfaces.scm~   Fri Apr 18 05:23:26 
1997
--- scsh/scsh-interfaces.scm    Tue Mar  3 16:16:10 
1998
***************
*** 96,103 ****
  (define-interface scsh-errors-interface
    (export errno-error
          error
!         (with-errno-handler* (proc ((proc 
(:number :value) :values)); handler
!                                    (proc 
() :values)))              ; thunk
          (with-errno-handler :syntax)))


--- 96,104 ----
  (define-interface scsh-errors-interface
    (export errno-error
          error
!         (with-errno-handler* (proc ((proc 
(:number :value) :values) ; handler
!                                     (proc 
() :values)) ; thunk
!                                    :values))
          (with-errno-handler :syntax)))

--Multipart_Tue_Mar__3_16:17:30_1998-1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


-- =

Cheers =3D8-} Mike
Friede, V=F6lkerverst=E4ndigung und =FCberhaupt blabla

--Multipart_Tue_Mar__3_16:17:30_1998-1--

----------------------------------------------------------------------

>Comment By: Mike Sperber (sperber)
Date: 2001-06-06 04:38

Message:
Logged In: YES 
user_id=43931

Olin had already fixed this for the then upcoming release.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408421&group_id=10493


<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-hackers] [ scsh-Bugs-408421 ] Type typo in scsh-interfaces.scm, noreply <=