Re: [PATCH] Add errno property to condition objects

2024-01-07 Thread Lassi Kortela
This is a very good idea. Would a code review be appropriate? Here is a quick one. In the Scheme code, strerror seems to be both a procedure and a variable. Procedure: (strerror rn) Variable: (##sys#string-append "cannot read from port - " strerror) The latter is defined as:

Re: [PATCH] Add errno property to condition objects

2024-01-07 Thread felix . winkelmann
> Hi, > > The attached patch adds errno to condition objects produced by > procedures that change it. > Pushed! felix