Issue 3277 in pharo: [FIX] Replace #& in Socket with #and: to save #isConnected send

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

Issue 3277 in pharo: [FIX] Replace #& in Socket with #and: to save #isConnected send

pharo
Status: Accepted
Owner: philippe.marschall
Labels: Difficulty-Easy Importance-Low Type-RequestForEnhancement  
Milestone-1.2

New issue 3277 by philippe.marschall: [FIX] Replace #& in Socket with #and:  
to save #isConnected send
http://code.google.com/p/pharo/issues/detail?id=3277

Socket #waitForSendDoneFor: and #waitForSendDoneUntil: use #&. We can  
replace this with #and: to save #isConnected self send in case  
#primSocketSendDone: answers true. This is likely the case in local host  
due to shared memory (eg. Seaside behind an Apache). In order to preserve  
the exact same semantics we have to swap the receiver and argument of #&.


I'll a commit a patch shortly but I first need to have an id so that I can  
reference it.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3277 in pharo: [FIX] Replace #& in Socket with #and: to save #isConnected send

pharo
Updates:
        Status: Fixed

Comment #1 on issue 3277 by philippe.marschall: [FIX] Replace #& in Socket  
with #and: to save #isConnected send
http://code.google.com/p/pharo/issues/detail?id=3277

Name: Network-Kernel-pmm.53
Author: Pmm
Time: 20 November 2010, 11:59:03 pm
UUID: 335e508f-51e0-4869-84e0-a610c12779ec
Ancestors: Network-Kernel-MarcusDenker.52

- Issue 3277:  [FIX] Replace #& in Socket with #and: to save #isConnected  
send
- http://code.google.com/p/pharo/issues/detail?id=3277


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3277 in pharo: [FIX] Replace #& in Socket with #and: to save #isConnected send

pharo
Updates:
        Status: Closed

Comment #2 on issue 3277 by marcus.denker: [FIX] Replace #& in Socket with  
#and: to save #isConnected send
http://code.google.com/p/pharo/issues/detail?id=3277

12250