krfkeith / slate-language

Automatically exported from code.google.com/p/slate-language
MIT License
1 stars 0 forks source link

Console isAtEnd is bad #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
fix to use feof or File's atEndOf: function

15:56 < BrianRice> "#atEndOf: sendTo: {Console. Console handle} through:
{File traits. NoRole}"
15:56 < BrianRice> that code works here
15:58 < timmyd> _@(Console reader) isAtEnd [#atEndOf: sendTo: {Console.
Console handle} through: {File traits. NoRole}].
15:58 < timmyd> gives me an infinite loop
16:01 < timmyd> always returns true

Original issue reported on code.google.com by google@timmy.tmbx.com on 19 Apr 2009 at 8:12

GoogleCodeExporter commented 9 years ago
Issue #20 ought to address this, once implemented.

Original comment by BrianTRice on 25 Nov 2009 at 7:11