[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[kahua-dev:00751] Re: Gauche 0.8.1 で kahua-shell のテストが停止してしまう
> あ、0.8.1で入力ポートのバッファリングのコードをいじりました。
> そのせいかも。 これ↓
>
> 2004-07-16 Shiro Kawai <shiro@xxxxxxx>
>
> * src/port.c (bufport_fill): somehow it called filler() with
> minimum buffer size when the buffering mode is PORT_BUFFER_LINE.
> It should be able to use maximum buffer size---only PORT_BUFFER_NONE
> need to fetch minimum chunk at a time.
>
> ちょっと帰ったら見てみます。とりあえずshell-inのbuffering modeを
> noneにしたら回避できるんじゃないかな。
buffering mode を none で回避できました。
とりあえず、test/shell.scm と test/usermode.scm を修正、コミットしました。
--nobsun