On Sat, 12 Feb 2011 01:34:47 -0500 Matthew Mondor <mm_li...@pulsar-zone.net> wrote:
> - Although I did see a USE-VALUE restart in the debugger, I could not > find the corresponding restart function to execute from a HANDLER-BIND For that one, I used a handler using (mapcar #'restart-name (compute-restarts e)) and did find USE-VALUE, and I can indeed call it with a value. > - There appears to be missing a sync restart allowing to continue > reading without having to supply a use-value. For instance the > reader function might want to add itself every illegal octets which > are > 127 to its input, treating them like LATIN-1 or mapping the > octets to a special unicode range, and there could be more than one > octet in the sequence, in which case use-value cannot be used (unless > it can accept multiple characters). SBCL uses the > sb-int:attempt-resync restart for that -- Matt ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Ecls-list mailing list Ecls-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ecls-list