BUGS file added to keep track of some pending bugs.

This commit is contained in:
Abdulaziz Ghuloum 2006-12-25 11:38:18 +03:00
parent f25cc3cb67
commit cfe69af8f8
1 changed files with 13 additions and 0 deletions

13
BUGS Normal file
View File

@ -0,0 +1,13 @@
* Investigate what happens when an interrupt occurs during a write.
> (define (f) (write (gensym)) (newline) (f))
> (f)
...
#{g17660 |adxhQB29QdSYPKBS|}
#{g17661 |ZaFfTMGRz!c17&zm|}
#{g17662 |>yF!AMbaIL$dTG>B|}#{g17662 |>yF!AMbaIL$dTG>B|}Error:
interrupted.
>
Two displays occurred at the end.