REBOL3 tracker
  0.9.12 beta
Ticket #0001860 User: anonymous

Project:



rss
TypeBug Statustested Date26-Feb-2011 20:49
Versionalpha 111 CategoryPorts Submitted byabolka
PlatformLinux x86 libc6 Severityminor Prioritynormal

Summary DNS scheme's READ behaviour on Linux differs from Win32
Description READ on an unopened dns:// scheme in Win32 A111 blocks (WAIT) to return the result (as implemented in response to #1827). At least on Linux, this behaviour was not implemented, resulting in a cross-platform inconsistency.
Example code
;; Linux A111 (2.100.111.4.4)
>> type? read dns://www.rebol.com
== port! ; expected: tuple!

Assigned ton/a Fixed inr3 master Last Update20-Jan-2013 03:30


Comments
(0003256)
abolka
13-Dec-2012 02:09

Fixed in the 101.0 (08eb7e84cd) open source release.

Date User Field Action Change
20-Jan-2013 03:30 abolka Fixedin Modified 2.101.0 => r3 master
13-Dec-2012 09:39 BrianH Fixedin Modified alpha 112 => 2.101.0
13-Dec-2012 02:14 abolka Status Modified built => tested
13-Dec-2012 02:09 abolka Comment : 0003256 Added -
23-Mar-2011 07:49 carl Fixedin Modified => alpha 112
23-Mar-2011 07:49 carl Status Modified reviewed => built
27-Feb-2011 02:26 carl Code Modified -
27-Feb-2011 02:26 carl Status Modified submitted => reviewed
26-Feb-2011 20:49 abolka Ticket Added -