# New Ticket Created by  Aleks-Daniel Jakimenko-Aleksejev 
# Please include the string:  [perl #132335]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=132335 >


Code:
IO::Socket::INET.new(:host<http://perl6.o>, :port(42))

¦«2017.09,9dba498f7f^»:
Failed to resolve host name 'http'. Error: 'Name or service not known'
  in block <unit> at /tmp/hRNZQdcfV3 line 1
 «exit code = 1»

¦«9dba498,HEAD(7cf5ce7)»:
Failed to resolve host name 'http' with family 0. Error: 'Name or service not 
known'
  in block <unit> at /tmp/hRNZQdcfV3 line 1
«exit code = 1»


It says “with family 0” but that may look very weird for unsuspecting users. By 
the way, 0 is AF_UNSPEC.


“with family …” addition appeared after this rakudo bump: 
https://github.com/rakudo/rakudo/commit/9dba498f7fb93710803d0dca0fb30b6b813a9b19
And here is the important MoarVM commit that was brought by that bump: 
https://github.com/MoarVM/MoarVM/commit/d43ea5a8#diff-898921f5583c52e0766ebdcc00cd6492L298

IRC discussion: https://irclog.perlgeek.de/moarvm/2017-10-21#i_15334051 
(culmination here: https://irclog.perlgeek.de/moarvm/2017-10-21#i_15334114)

Reply via email to