On Fri, Sep 21, 2012 at 12:11 AM, Matthew Mondor
<[email protected]>wrote:

> I noticed that functions such as WRITE-SEQUENCE will signal a condition
> of type SIMPLE-ERROR if EPIPE is returned when writing.  This is
> admitedly in non-standard territory, as only TYPE-ERROR is specified
> for WRITE-SEQUENCE.
>

I am going to upload some patches that fix this. ECL will signal FILE-ERROR
and STREAM-ERROR conditions when stream operations fail due to the C
library. Unfortunately the error hierarchy is already polluted enough and
rather incestuous and adding more loops with C error conditions, errno and
strerrno fields looks like an overkill to me. Until somebody cleans this up
(CDR anyone?) this should do, but please feel free to comment.

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Ecls-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to