scheme / scsh

A Unix shell embedded in scheme
Other
386 stars 36 forks source link

DATE procedure not available #2

Closed nxg closed 11 years ago

nxg commented 11 years ago

I've built scsh from the repository (e28ab23af3d91e7807fc0f2c6666349549e26401) using distributed scheme48 v1.9.

The unit tests run successfully, but:

%  $T/scsh-bleeding-edge/bin/scsh 
Welcome to scsh 0.7
Type ,? for help.
> date
assertion-violation: undefined variable [global]
                    date
                    scsh-user
1> 

...whereas:

% $T/scsh-hack/bin/scsh
Welcome to scsh 0.6.7 (R6RS)
Type ,? for help.
> date
'#{Procedure 12077 (date in scsh-level-0)}
>
roderyc commented 11 years ago

fixed by dc6ed6e18303b64b9e73d29d95042e0b5154f325