Anonymous | Login | 02-27-2021 07:42 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0005220 | [Squeak] Network | major | random | 10-11-06 02:27 | 10-11-06 02:27 | |||||||
Reporter | pmm | View Status | public | |||||||||
Assigned To | cdegroot | |||||||||||
Priority | normal | Resolution | open | |||||||||
Status | assigned | Product Version | 3.9 | |||||||||
Summary | 0005220: Networkhost >> #nameString broken | |||||||||||
Description |
Networkhost >> #nameString brakes from time to time. It breaks when the 'name' instvar holds an "ip-address" (a collection of nunbers e.g.: #(127 0 0 1) asOrderedCollection) fix is trivial, send #asString to each 'nm' (great name btw) nameString ^ String streamContents: [ :str | self name do: [:nm | str nextPutAll: nm asString ] separatedBy: [str nextPut: $.] ] Static typing would have really helped in this case. |
|||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
![]() |
|||
Date Modified | Username | Field | Change |
10-11-06 02:27 | pmm | New Issue | |
10-11-06 02:27 | pmm | Status | new => assigned |
10-11-06 02:27 | pmm | Assigned To | => cdegroot |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
30 total queries executed. 27 unique queries executed. |