REBOL3 tracker
  0.9.12 beta
Ticket #0000559 User: anonymous

Project:



rss
TypeWish Statusreviewed Date19-Jan-2009 21:09
Versionalpha 31 Categoryn/a Submitted byBrianH
PlatformAll Severityminor Prioritylow

Summary FIRST+ for ports
Description FIRST+ of a word with a port assigned to it could work like READ/part p 1.
Example code
; Here's the test. - Carl

make-scheme [
    name: 'test
    title: "test"
    actor: [
        open: func [port][
            port/data: copy "test"
            port
        ]
        pick: func [port n][pick port/data n]
        next: func [port][port/data: next port/data]
    ]
]
p: open test://test
print first+ p
print first+ p

Assigned ton/a Fixed in- Last Update15-May-2009 18:05


Comments
(0000738)
BrianH
15-May-2009 08:27

For what port schemes does this work? Tested and failed with http, file and directory ports in alpha 54.
(0000748)
BrianH
15-May-2009 18:05

Transferred the port test code from #810 to here.

Date User Field Action Change
15-May-2009 18:05 BrianH Comment : 0000748 Added -
15-May-2009 17:50 BrianH Code Modified -
15-May-2009 17:49 BrianH Code Modified -
15-May-2009 17:49 BrianH Fixedin Modified alpha 54 => none
15-May-2009 17:49 BrianH Status Modified built => reviewed
15-May-2009 08:27 BrianH Comment : 0000738 Added -
14-May-2009 20:20 carl Fixedin Modified => alpha 54
14-May-2009 20:20 carl Status Modified reviewed => built
12-Feb-2009 22:13 BrianH Severity Modified not a bug => minor
20-Jan-2009 05:01 BrianH Severity Modified tweak => not a bug
20-Jan-2009 05:01 BrianH Status Modified submitted => reviewed
20-Jan-2009 05:01 BrianH Priority Modified normal => low
19-Jan-2009 21:09 BrianH Ticket Added -