[task] Sockets should accept integers/bytearrays as well as characters/strings

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[task] Sockets should accept integers/bytearrays as well as characters/strings

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/node/167
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/167

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Bindings: Sockets
 Category:     tasks
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

This is probably easiest to do with a new class shape, which can also be
used for FileStreams.  The new shape would accept bytes *and* characters
for #at:put:, and return characters always (for backwards
compatibility).

Currently, I am working around it in Sport, but it's bad for
performance.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [task] Sockets should accept integers/bytearrays as well as characters/strings

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/167
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/167

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Bindings: Sockets
 Category:     tasks
-Priority:     normal
+Priority:     minor
 Assigned to:  Unassigned
 Reported by:  bonzinip
 Updated by:   bonzinip
-Status:       active
+Status:       postponed

Turns out it's not necessary for Sport, lowering priority.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk