<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/perl.perl6.compiler</id>
  <title type="text">perl.perl6.compiler Google Group</title>
  <subtitle type="text">
  perl6-compiler@perl.org (Moderated)
  </subtitle>
  <link href="/group/perl.perl6.compiler/feed/atom_v1_0_msgs.xml" rel="self" title="perl.perl6.compiler feed"/>
  <updated>2009-07-06T14:36:59Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Carl Mäsak</name>
  <email>perl6-bugs-follo...@perl.org</email>
  </author>
  <updated>2009-07-06T12:49:04Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/46016e500cd40e74/e2ea458fa269b47c?show_docid=e2ea458fa269b47c</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/46016e500cd40e74/e2ea458fa269b47c?show_docid=e2ea458fa269b47c"/>
  <title type="text">[perl #67256] [BUG] Less than awesome error message for failed assignment type checks on subtypes in Rakudo</title>
  <summary type="html" xml:space="preserve">
  &amp;lt;masak&amp;gt; rakudo: subset Positive of Num where { $^n &amp;gt; 0 }; my Positive &lt;br&gt; $p; $p = -42 &lt;br&gt; &amp;lt;p6eval&amp;gt; rakudo 0e8a86: OUTPUT«Assignment type check failed; expected &lt;br&gt; , but got Int [...] &lt;br&gt; * masak submits rakudobug &lt;br&gt; &amp;lt;jnthn&amp;gt; bug? &lt;br&gt; &amp;lt;jnthn&amp;gt; oh, less than awesome error message &lt;br&gt; &amp;lt;masak&amp;gt; aye.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kyle Hasselbacher</name>
  <email>perl6-bugs-follo...@perl.org</email>
  </author>
  <updated>2009-07-06T14:36:59Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/ef75b3cfe43db5f6/cc7710374a65cbea?show_docid=cc7710374a65cbea</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/ef75b3cfe43db5f6/cc7710374a65cbea?show_docid=cc7710374a65cbea"/>
  <title type="text">[perl #67258] [PATCH] Implement [//] and [||] operators.</title>
  <summary type="html" xml:space="preserve">
  This is my crack at implementing these two operators. I&#39;m looking for &lt;br&gt; feedback since I&#39;ve never written for Rakudo before. &lt;br&gt; Thanks. &lt;br&gt; Kyle.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Moritz Lenz</name>
  <email>mor...@faui2k3.org</email>
  </author>
  <updated>2009-07-06T06:44:44Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/ecbc7453fb2fdc4a/334dd7f7522d87aa?show_docid=334dd7f7522d87aa</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/ecbc7453fb2fdc4a/334dd7f7522d87aa?show_docid=334dd7f7522d87aa"/>
  <title type="text">Re: [pugs-commits] r27435 - t/spec/S12-attributes</title>
  <summary type="html" xml:space="preserve">
  I suspect that at some point we&#39;ll get a bunch of error classes/roles, &lt;br&gt; so that you can say &lt;br&gt; ok $! ~~ XX::DivideByZero; &lt;br&gt; Or something along these lines. We just need somebody to figure out a &lt;br&gt; good structure, and spec it. &lt;br&gt; +1 &lt;br&gt; This is much more sane for now. &lt;br&gt; When no &#39;self&#39; is found, it means that we&#39;re not in a class. So the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kyle Hasselbacher</name>
  <email>kyl...@gmail.com</email>
  </author>
  <updated>2009-07-06T04:55:04Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/ecbc7453fb2fdc4a/4b52c6f578801680?show_docid=4b52c6f578801680</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/ecbc7453fb2fdc4a/4b52c6f578801680?show_docid=4b52c6f578801680"/>
  <title type="text">Re: [pugs-commits] r27435 - t/spec/S12-attributes</title>
  <summary type="html" xml:space="preserve">
  I agree it&#39;s fragile for exactly that reason. I wrote the test as I &lt;br&gt; did to make sure that it&#39;s an error related to the problem the code is &lt;br&gt; showing. For example, an earlier iteration of this test died with the &lt;br&gt; error &amp;quot;Re-declaration of type X&amp;quot; because I was using the same name &lt;br&gt; everywhere. I&#39;ve already found a test that was supposed to die for
  </summary>
  </entry>
  <entry>
  <author>
  <name>Patrick R. Michaud</name>
  <email>pmich...@pobox.com</email>
  </author>
  <updated>2009-07-06T04:33:46Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/ecbc7453fb2fdc4a/6b1207159ef58336?show_docid=6b1207159ef58336</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/ecbc7453fb2fdc4a/6b1207159ef58336?show_docid=6b1207159ef58336"/>
  <title type="text">Re: [pugs-commits] r27435 - t/spec/S12-attributes</title>
  <summary type="html" xml:space="preserve">
  ...I suspect that the spectests should not be checking for &lt;br&gt; specific error text. At least I hope that&#39;s the case, unless &lt;br&gt; all implementations are going to standardize error messages. &lt;br&gt; (I&#39;m fine with us standardizing on exception types, which we &lt;br&gt; haven&#39;t done yet, but requiring specific error messages seems
  </summary>
  </entry>
  <entry>
  <author>
  <email>kyl...@gmail.com</email>
  </author>
  <updated>2009-07-05T14:53:05Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/de2498693d018b95?show_docid=de2498693d018b95</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/de2498693d018b95?show_docid=de2498693d018b95"/>
  <title type="text">[perl #67122] tests available</title>
  <summary type="html" xml:space="preserve">
  This is an automatically generated mail to inform you that tests are now available in t/t/spec/S05-metasyntax/charse t.t
  </summary>
  </entry>
  <entry>
  <author>
  <email>kyl...@gmail.com</email>
  </author>
  <updated>2009-07-05T14:53:04Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/95dd1f80ef6bf56a?show_docid=95dd1f80ef6bf56a</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/95dd1f80ef6bf56a?show_docid=95dd1f80ef6bf56a"/>
  <title type="text">[perl #62836] tests available</title>
  <summary type="html" xml:space="preserve">
  This is an automatically generated mail to inform you that tests are now available in t/t/spec/S02-builtin_data_type s/lists.t
  </summary>
  </entry>
  <entry>
  <author>
  <email>kyl...@gmail.com</email>
  </author>
  <updated>2009-07-05T14:53:06Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/bb31c521d93ce0be?show_docid=bb31c521d93ce0be</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/bb31c521d93ce0be?show_docid=bb31c521d93ce0be"/>
  <title type="text">[perl #67024] tests available</title>
  <summary type="html" xml:space="preserve">
  This is an automatically generated mail to inform you that tests are now available in t/t/spec/S12-methods/multi.t
  </summary>
  </entry>
  <entry>
  <author>
  <email>kyl...@gmail.com</email>
  </author>
  <updated>2009-07-05T14:53:07Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/a3d2f7863447e413?show_docid=a3d2f7863447e413</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/a3d2f7863447e413?show_docid=a3d2f7863447e413"/>
  <title type="text">[perl #60408] tests available</title>
  <summary type="html" xml:space="preserve">
  This is an automatically generated mail to inform you that tests are now available in t/t/spec/S06-signature/positio nal.t
  </summary>
  </entry>
  <entry>
  <author>
  <email>kyl...@gmail.com</email>
  </author>
  <updated>2009-07-05T14:53:08Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/3e0edbefeb84d01a?show_docid=3e0edbefeb84d01a</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/3e0edbefeb84d01a?show_docid=3e0edbefeb84d01a"/>
  <title type="text">[perl #67218] tests available</title>
  <summary type="html" xml:space="preserve">
  This is an automatically generated mail to inform you that tests are now available in t/t/spec/S02-builtin_data_type s/pair.t
  </summary>
  </entry>
  <entry>
  <author>
  <email>kyl...@gmail.com</email>
  </author>
  <updated>2009-07-05T14:53:03Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/af94c4666f7c120a?show_docid=af94c4666f7c120a</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/af94c4666f7c120a?show_docid=af94c4666f7c120a"/>
  <title type="text">[perl #67124] tests available</title>
  <summary type="html" xml:space="preserve">
  This is an automatically generated mail to inform you that tests are now available in t/t/spec/S05-metasyntax/charse t.t
  </summary>
  </entry>
  <entry>
  <author>
  <email>kyl...@gmail.com</email>
  </author>
  <updated>2009-07-05T14:53:10Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/0ef1ec1e0e7a5723?show_docid=0ef1ec1e0e7a5723</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/0d66a1e2b234ee58/0ef1ec1e0e7a5723?show_docid=0ef1ec1e0e7a5723"/>
  <title type="text">[perl #67236] tests available</title>
  <summary type="html" xml:space="preserve">
  This is an automatically generated mail to inform you that tests are now available in t/t/spec/S12-attributes/recurs ive.t
  </summary>
  </entry>
  <entry>
  <author>
  <name>Carl Mäsak</name>
  <email>perl6-bugs-follo...@perl.org</email>
  </author>
  <updated>2009-07-05T11:25:01Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/d5145c5ce7f1d332/de2ef36086d71ac4?show_docid=de2ef36086d71ac4</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/d5145c5ce7f1d332/de2ef36086d71ac4?show_docid=de2ef36086d71ac4"/>
  <title type="text">[perl #67236] [BUG] can&#39;t push to an attribute array typed with the class it&#39;s in in Rakudo</title>
  <summary type="html" xml:space="preserve">
  &amp;lt;masak&amp;gt; next one :) &lt;br&gt; &amp;lt;jnthn&amp;gt; rakudo: my $a = undef; say $a.PARROT; say undef.PARROT; &lt;br&gt; &amp;lt;p6eval&amp;gt; rakudo 6a4d66: OUTPUT«Failure␤Failure␤» &lt;br&gt; &amp;lt;masak&amp;gt; rakudo: class A { has A @.as is rw }; my $x = A.new; $x.as[0] &lt;br&gt; = A.new; say $x.as.perl &lt;br&gt; &amp;lt;p6eval&amp;gt; rakudo 6a4d66: OUTPUT«[A.new()]␤» &lt;br&gt; &amp;lt;masak&amp;gt; this works fine.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Carl Mäsak</name>
  <email>perl6-bugs-follo...@perl.org</email>
  </author>
  <updated>2009-07-05T11:15:33Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/5a35460e08709787/c00acda5b6fa29ce?show_docid=c00acda5b6fa29ce</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/5a35460e08709787/c00acda5b6fa29ce?show_docid=c00acda5b6fa29ce"/>
  <title type="text">[perl #67234] [BUG] smartmatching undef against a regular expression breaks in Rakudo</title>
  <summary type="html" xml:space="preserve">
  &amp;lt;masak&amp;gt; jnthn: hello. I&#39;ve been coding a lot since I left last night. &lt;br&gt; &amp;lt;masak&amp;gt; have a few new bugs to report. &lt;br&gt; &amp;lt;masak&amp;gt; rakudo: undef ~~ /foo/ &lt;br&gt; &amp;lt;p6eval&amp;gt; rakudo 6a4d66: OUTPUT«Object must be created by a class.␤in &lt;br&gt; regex PGE::Grammar::_block50 [...] &lt;br&gt; &amp;lt;masak&amp;gt; I consider this a rakudobug. &lt;br&gt; &amp;lt;jnthn&amp;gt; Hmm, that&#39;s quite a wtf one.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Carl Mäsak</name>
  <email>perl6-bugs-follo...@perl.org</email>
  </author>
  <updated>2009-07-04T17:34:33Z</updated>
  <id>http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/d5d918f63e904b03/190179e711a39533?show_docid=190179e711a39533</id>
  <link href="http://groups.google.com/group/perl.perl6.compiler/browse_thread/thread/d5d918f63e904b03/190179e711a39533?show_docid=190179e711a39533"/>
  <title type="text">[perl #67222] [BUG] the value of $/ in closures in the second argument of .=subst calls is all wrong in Rakudo</title>
  <summary type="html" xml:space="preserve">
  &amp;lt;masak&amp;gt; rakudo: $_ = &amp;quot;(foo,bar,(baz))&amp;quot;; .=subst( /&amp;lt;-[(),]&amp;gt;+/, { &amp;quot;&#39;$/&#39;&amp;quot; &lt;br&gt; &amp;lt;p6eval&amp;gt; rakudo 6a4d66: OUTPUT«Use of uninitialized value␤Use of &lt;br&gt; uninitialized value␤Use of uninitialized value␤(&#39;&#39;,&#39;&#39;,(&#39;&#39;))␤» &lt;br&gt; &amp;lt;masak&amp;gt; that can&#39;t be right. &lt;br&gt; &amp;lt;pmichaud&amp;gt; I suspect the .=subst &lt;br&gt; * masak submits rakudobug &lt;br&gt; &amp;lt;zulon&amp;gt; even with another var ($x eg) this still gives the same result
  </summary>
  </entry>
</feed>
