Re: [PATCH] Re-fixes comparisions in Parrot Scheme compiler

2001-10-23 Thread Sam Tregar
On Tue, 23 Oct 2001, Dan Sugalski wrote: > At 12:05 PM 10/23/2001 -0400, Sam Tregar wrote: > >PS: CVS! CVS! CVS CVS CVS! > > Someone send me the files needed for Scheme and I'll check 'em in. I'll leave that to Jeff since it's his baby. You'll probably also want to give him CVS commit privs for

Re: [PATCH] Re-fixes comparisions in Parrot Scheme compiler

2001-10-23 Thread Dan Sugalski
At 12:05 PM 10/23/2001 -0400, Sam Tregar wrote: >PS: CVS! CVS! CVS CVS CVS! Someone send me the files needed for Scheme and I'll check 'em in. Dan --"it's like this"--- Dan Sugalski

[PATCH] Re-fixes comparisions in Parrot Scheme compiler

2001-10-23 Thread Sam Tregar
Here's a patch to re-fix comparisions in the Scheme compiler. The patch: - Makes (<),(>),(<=),(>=) and (=) behave correctly on more than two args. - Adds tests to affirm this and fixes tests that were incorrect. Sidenote: I don't think it's going to be possible to do static type inf