krfkeith / slate-language

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

Queue writer stream bug #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
slate[12]> Queue new writer next: 1 putAll: {1} startingAt: 0.
Debugging: MethodNotFound traitsWindow
The following condition was signaled:
The method #at:insertAll: was not found for the following arguments:
{{"Queue traitsWindow"}. 0. {1}}

Available Restarts:
restart: 0      Abort evaluation of expression
restart: 1      Quit Slate

Enter 'help.' for instructions.

19:41 < timmyd> Queue's writer calls ws@(ExtensibleSequence WriteStream 
traits) next: n putAll: c startingAt: start
19:42 < timmyd> that calls at: 0 insertAll:, but #at:insertAll: is an 
ExtensibleArray method and Queue doesn't have that delegate

Original issue reported on code.google.com by google@timmy.tmbx.com on 27 May 2010 at 11:53