help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Changes in 2.0.4 TCP-Implementation


From: Markus Fritsche
Subject: [Help-smalltalk] Changes in 2.0.4 TCP-Implementation
Date: Sun, 11 Aug 2002 21:50:38 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a) Gecko/20020610

I just ran my "mysql-test.st", but I get a #dnu:

Object: 192 error: did not understand #value
SmallInteger(Object)>>#primError:
MessageNotUnderstood(Exception)>>#defaultAction
[] in Exception class>>#coreException
MessageNotUnderstood(Signal)>>#activateHandler:
MessageNotUnderstood(Exception)>>#signal
SmallInteger(Object)>>#doesNotUnderstand:
Smalltalk TCP IPAddress class>>#extractAddressesAfterLookup:
[] in Smalltalk TCP SocketAddress class>>#allByName:
BlockClosure>>#ensure:
[] in Smalltalk TCP SocketAddress class>>#allByName:
[] in Dictionary>>#at:ifAbsentPut:
Dictionary>>#at:ifAbsent:
Dictionary>>#at:ifAbsentPut:
Smalltalk TCP SocketAddress class>>#at:cache:
Smalltalk TCP SocketAddress class>>#allByName:
Smalltalk TCP SocketAddress class>>#byName:
UndefinedObject>>#executeStatements

Fix (if right):
address@hidden:~/smalltalk-2.0.4/tcp$ diff IPSocketImpl.st fixedIPSocketImpl.st
254,257c254,257
<           with: (result at: index) value
<           with: (result at: index + 1) value
<           with: (result at: index + 2) value
<           with: (result at: index + 3) value.
---
>           with: (result at: index) "value"
>           with: (result at: index + 1) "value"
>           with: (result at: index + 2) "value"
>           with: (result at: index + 3) "value".






reply via email to

[Prev in Thread] Current Thread [Next in Thread]