[Joypy-announce] [SCM] Thun (joypy) branch, master, updated. b116c2c98b1fc3b984e98ce29f25955d041b0349

Back to archive index
scmno****@osdn***** scmno****@osdn*****
Sat Oct 21 03:47:47 JST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "Thun" repository
containing the "joypy" project.

The branch, master has been updated
       via  b116c2c98b1fc3b984e98ce29f25955d041b0349 (commit)
      from  d0623508bd2dd85a3cf7f380a102201cfa4ac1d8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b116c2c98b1fc3b984e98ce29f25955d041b0349
Author: sforman <sform****@hushm*****>
Date:   Fri Oct 20 11:42:50 2023 -0700

    A start on error reporting.
    
    I outfitted `rest` with some error reporting and tried out exception
    handling.  So far so good.
    
    One issue is that the dictionary is not a persistent datastructure, so
    if there was an "inscribe" command (it's not yet implemented for this
    Scheme implementation) that might be slightly problematical.  (If an
    error were to occur in an evaluation that had already entered new
    definitions into the dict then those definitions would "survive" into
    the rest of the REPL session (or whatever.))
    
    I'll look into persistent dict for Scheme.

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

Summary of changes:
 implementations/scheme-chicken/joy.scm | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Thun (joypy)



More information about the Joypy-announce mailing list
Back to archive index