Guest User

Untitled

a guest
Jun 21st, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. Hi. This is the qmail-send program at x1.develooper.com.
  2. I'm afraid I wasn't able to deliver your message to the following addresses.
  3. This is a permanent error; I've given up. Sorry it didn't work out.
  4.  
  5. <rt-perl6@rt.perl.org>:
  6. Sorry. Although I'm listed as a best-preference MX or A for that host,
  7. it isn't in my control/locals file, so I don't treat it as local. (#5.4.6)
  8.  
  9. --- Below this line is a copy of the message.
  10.  
  11. Return-Path: <cmasak@gmail.com>
  12. Received: (qmail 5545 invoked by uid 225); 8 Nov 2010 22:10:16 -0000
  13. Delivered-To: rakudobug@perl.org
  14. Received: (qmail 5541 invoked by alias); 8 Nov 2010 22:10:15 -0000
  15. X-Spam-Status: No, hits=-0.1 required=8.0
  16. tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL
  17. X-Spam-Check-By: la.mx.develooper.com
  18. Received: from mail-fx0-f41.google.com (HELO mail-fx0-f41.google.com) (209.85.161.41)
  19. by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Mon, 08 Nov 2010 14:10:14 -0800
  20. Received: by fxm20 with SMTP id 20so412320fxm.14
  21. for <rakudobug@perl.org>; Mon, 08 Nov 2010 14:10:09 -0800 (PST)
  22. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
  23. d=gmail.com; s=gamma;
  24. h=domainkey-signature:mime-version:received:received:date:message-id
  25. :subject:from:to:content-type:content-transfer-encoding;
  26. bh=7g37eqQnTt5JH+Z/LlIdapVcvyNbJInV/Z3i1mG8AhM=;
  27. b=htVLRrgTG81onx9X5lb/8fL9VJuDNJSO8ZKv+SjeIGMNT6uKEuPRMQv7VdFbsGnuFZ
  28. 6V3n73Mg2rPnk1hRJaEHWObEtyqhuGNfvXuPhxKPEHxj5rAhgtwJyOLioUHSSTTWIZs8
  29. eXfdgapkR5oYXXMhGVyo4ki60VYgWGPCaYKdE=
  30. DomainKey-Signature: a=rsa-sha1; c=nofws;
  31. d=gmail.com; s=gamma;
  32. h=mime-version:date:message-id:subject:from:to:content-type
  33. :content-transfer-encoding;
  34. b=wdaZItdMpgbC+KsmX/dEjnhkPc5ElUSTm8Dy3RXdaye+vonbapH1AwadHDoBHPTyzK
  35. gvXNQjtyTr0XZU05PH2Z2Gdk0wA1+ZQk/02hDBw0/rFLb5ijIa0Q1fVtqZm59RKQlP4R
  36. g5Ea0ondsux2to4ZpP/H4CyvSDBU/aZ4hiRPY=
  37. MIME-Version: 1.0
  38. Received: by 10.223.73.199 with SMTP id r7mr4357797faj.76.1289254209666; Mon,
  39. 08 Nov 2010 14:10:09 -0800 (PST)
  40. Received: by 10.223.1.194 with HTTP; Mon, 8 Nov 2010 14:10:09 -0800 (PST)
  41. Date: Mon, 8 Nov 2010 23:10:09 +0100
  42. Message-ID: <AANLkTiny-i_F1SF3sBBmz0nqSUPeTvqGwr57GV1hf+aq@mail.gmail.com>
  43. Subject: [TODO] Make hypers on Sets make sense in Rakudo
  44. From: =?ISO-8859-1?Q?Carl_M=E4sak?= <cmasak@gmail.com>
  45. To: rakudobug@perl.org
  46. Content-Type: text/plain; charset=UTF-8
  47. Content-Transfer-Encoding: quoted-printable
  48.  
  49. <colomon> rakudo: my $a =3D Set.new(1, 2, 3, 4); say ($a <<+>>
  50. Set.new(2, 42)).perl;
  51. <p6eval> rakudo 2c66f9: OUTPUT=C2=AB{"2" =3D> 2}=E2=90=A4=C2=BB
  52. <colomon> okay, that's officially not at all what I expected
  53. <masak> huh?
  54. * masak submits rakudobug
  55. <colomon> rakudo: my $a =3D Set.new(1, 2, 3, 4); say ($a <<||>>
  56. Set.new(2, 42)).perl;
  57. <p6eval> rakudo 2c66f9: OUTPUT=C2=AB{"2" =3D> Bool::True}=E2=90=A4=C2=BB
  58. - Hide quoted text -
  59. <colomon> oh, that almost makes sense
  60. <colomon> it loses its Set-hood because hyper doesn't do that yet.
  61. <masak> probably, yes.
  62. <colomon> masak: I'm just trying to see what happens, no goal yet.
  63. <masak> I'll put in the bug that hypers don't make sense yet.
  64. <colomon> for sure, unless someone did a major upgrade to the hypers
  65. while I wasn't looking.
Add Comment
Please, Sign In to add comment