[perl #76648] [BUG] junctions produced by ^methods are unpredictable

2014-01-12 Thread Will Coleda via RT
On Sun Apr 21 22:27:34 2013, coke wrote: > On Tue Jan 10 16:58:10 2012, coke wrote: > > On Thu Jul 22 00:45:24 2010, cx...@pobox.com wrote: > > > The following code, executed repeatedly, will produce different > > >results, > > > seemingly based on the ordering of the junction: > > > > > > $ p

[perl #76648] [BUG] junctions produced by ^methods are unpredictable

2013-04-21 Thread Will Coleda via RT
On Tue Jan 10 16:58:10 2012, coke wrote: > On Thu Jul 22 00:45:24 2010, cx...@pobox.com wrote: > > The following code, executed repeatedly, will produce different > >results, > > seemingly based on the ordering of the junction: > > > > $ perl6 -e 'class Foo { has $.bar; has $.baz; has $.biff }

[perl #76648] [BUG] junctions produced by ^methods are unpredictable

2012-01-10 Thread Will Coleda via RT
On Thu Jul 22 00:45:24 2010, cx...@pobox.com wrote: > The following code, executed repeatedly, will produce different >results, > seemingly based on the ordering of the junction: > > $ perl6 -e 'class Foo { has $.bar; has $.baz; has $.biff }; >Foo.^methods.join(", ").say; say ("biff" eq an

[perl #76648] [BUG] junctions produced by ^methods are unpredictable

2010-07-22 Thread via RT
# New Ticket Created by Dave Olszewski # Please include the string: [perl #76648] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=76648 > The following code, executed repeatedly, will produce different results, seemingly bas