Re: Minimal working example (Re: set_buffer_mode)
"Stephen R. van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Henrik Grubbstr?m wrote: >>- There is a bug in the Stdio.Buffer implementation which prevents it >> from properly fetching new input (patch attached). >> Stdio.Buffer: interpret 0 differently for once==1. >It looks like the problem here is that nbytes == UNDEFINED wasn't >handled the same way as nbytes == void. Yes, figured that. Tried to fix it, but didn't know I had to look for a SUBSUBTYPE. However, there is an associated fix which I just pushed to 8.0 and 8.1 which actually calls input_from using the UNDEFINED. I'm about to test if the fix really works, it just takes ages to run configure again. On the topic of configure: who had the brilliant idea to run configure for every module/directory separately for all the basic tests? One would think that all basic properties can be determined once. -- Stephen.