Perl6-Pugs

 view release on metacpan or  search on metacpan

docs/summaries/2006/10-14.yaml  view on Meta::CPAN

        message_id: 20060928212316.9432FCBA4D@x12.develooper.com
        messages:
          - 451EA2B6.6090201@jnthn.net
          - 200609301113.41703.chromatic@wgz.org
          - 200609302114.19493.lt@toetsch.at
          - 1a83bc10610010858o196589e0uf25938cba3d955e@mail.gmail.com
          - 452E00AF.60400@jnthn.net
          - c6iuu3-1nh.ln1@osiris.mauzo.dyndns.org
          - 451EA2B6.6090201@jnthn.net
          - 200609301113.41703.chromatic@wgz.org
          - 200609302114.19493.lt@toetsch.at
          - 1a83bc10610010858o196589e0uf25938cba3d955e@mail.gmail.com
          - 452E00AF.60400@jnthn.net
        posters:
          - email: jonathan@cvs.perl.org
            name: jonathan
          - email: jonathan@jnthn.net
            name: Jonathan Worthington
          - email: chromatic@wgz.org
            name: chromatic
          - email: lt@toetsch.at
            name: Leopold Toetsch
          - email: karl.forner@gmail.com
            name: Karl Forner
          - email: benmorrow@tiscali.co.uk
            name: Ben Morrow
        subject: '[svn:parrot-pdd] r14784 - trunk/docs/pdds/clip'
        summary: |-
          Previously, Jonathan Worthington committed a draft of the Bytecode PDD
          and received comments.  Karl Forner had suggested working around the need 
          to specify the absolute path by using the `env` command.  
          
          Jonathan replied that the suggestion was still *nix specific.
      - date_from: 1159836873
        date_to: 1160863174
        hidden: ~
        message_id: 17697.46270.424770.357505@rgrjr.dyndns.org
        messages:
          - 5.1.0.14.2.20061010083913.0289ca28@pop.besancon.parkeon.com
          - 17708.11253.9417.454611@rgrjr.dyndns.org
          - 5.1.0.14.2.20061004084513.0287d900@pop.besancon.parkeon.com
          - 17704.12205.432688.399087@rgrjr.dyndns.org
          - 5.1.0.14.2.20061010083913.0289ca28@pop.besancon.parkeon.com
          - 17708.11253.9417.454611@rgrjr.dyndns.org
          - 17705.35016.239252.375823@rgrjr.dyndns.org
          - 5.1.0.14.2.20061010083913.0289ca28@pop.besancon.parkeon.com
          - 17708.11253.9417.454611@rgrjr.dyndns.org
          - 17706.63418.496483.204099@rgrjr.dyndns.org
        posters:
          - email: rogers-perl6@rgrjr.dyndns.org
            name: Bob Rogers
          - email: francois.perrad@gadz.org
            name: François PERRAD
          - email: lt@toetsch.at
            name: Leopold Toetsch
        subject: 'Heads up:  Dynamic environment now captured in continuations'
        summary: |-
          Earlier,
          Bob Rogers announced that as of r14830, continuations capture the
          dynamic environment in order to restore it properly on invocation.
          He also noted that moving the `control_stack` slot broke coroutines,
          but that he suspected this was due to problems with coroutines.  This
          led to a discussion on the problems of coroutines in Lua.
          
          This week, Bob and François Perrad continued the discussion.
          François noted two specific problems with Lua, and posted the error message. 
          Bob suggested a workaround, and noted that he has used this in
          Parrot.  He supplied the Parrot::Coroutine patch. 
          
          Bob also reported that he had moved the `control_stack` slot in r14876.
          He noted that there could still be problems with coroutines, and he is
          considering deprecating `Coroutine.pmc` until it can be redesigned.
          Leopold Toetsch replied that he would like to see some specifications
          first.  Bob explained how it would be used, and Leopold replied that he
          now saw the use for it, but still would like to see a proposal.
      - date_from: 1159908092
        date_to: 1160662024
        hidden: discussion on what's wrong
        message_id: 4522CADF.7020506@ajs.com
        messages:
          - 17698.54984.678960.91503@localhost.localdomain
          - 4523BF37.3010001@ajs.com
          - 200610061946.34991.chromatic@wgz.org
          - 452E4BB6.7090601@ajs.com
        posters:
          - email: ajs@ajs.com
            name: Aaron Sherman
          - email: triska@gmx.at
            name: Markus Triska
          - email: chromatic@wgz.org
            name: chromatic
        subject: Wikipedia example
        summary: ''
      - date_from: 1159990009
        date_to: 1160653034
        hidden: ~
        message_id: rt-3.5.HEAD-31251-1159989997-1894.40455-72-0@perl.org
        messages:
          - 5.1.0.14.2.20061009112221.0375e210@pop.besancon.parkeon.com
          - B1856D36-189F-4375-8483-C93FFCF0A0AE@coleda.com
          - 452DFFA3.1080107@jnthn.net
          - 5.1.0.14.2.20061009105021.02bea3d8@pop.besancon.parkeon.com
          - 5.1.0.14.2.20061009112221.0375e210@pop.besancon.parkeon.com
          - B1856D36-189F-4375-8483-C93FFCF0A0AE@coleda.com
          - 452DFFA3.1080107@jnthn.net
          - 5.1.0.14.2.20061009105021.02bea3d8@pop.besancon.parkeon.com
        posters:
          - email: parrotbug-followup@parrotcode.org
            name: Bernhard Schmalhofer
          - email: francois.perrad@gadz.org
            name: François PERRAD
          - email: will@coleda.com
            name: Will Coleda
          - email: jonathan@jnthn.net
            name: Jonathan Worthington
        rt_ticket: 'perl #40455'
        subject: '[perl #40455] [PATCH] Bring dotnet back into unified languages testing '
        summary: |-
          Ticket <rt://perl/40455>, by Bernhard Schmalhofer, contained a patch
          to extend the library search path to fix failing tests for
          `languages/dotnet`.
          
          This week, Jonathan Worthington thanked everyone who had worked on
          getting the dotnet translator back in to unified language testing.
          He discussed what his needs were for working on the translator, and
          Will Coleda also added his suggestion that languages become 
          more self-contained.
      - date_from: 1160186879
        date_to: 1160323290
        hidden: ~
        message_id: 17703.3049.810110.403124@rgrjr.dyndns.org



( run in 0.381 second using v1.01-cache-2.11-cpan-e93a5daba3e )