[parrot/parrot] 6d5313: POST::Compiler - fix file annotations

noreply at github.com noreply at github.com
Sun Aug 21 01:51:42 UTC 2011


  Branch: refs/heads/nqp_pct
  Home:   https://github.com/parrot/parrot

  Commit: 6d5313233d33ef102ed9e6aac1634b9dc9716d7c
      https://github.com/parrot/parrot/commit/6d5313233d33ef102ed9e6aac1634b9dc9716d7c
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-08-20 (Sat, 20 Aug 2011)

  Changed paths:
    M compilers/pct/src/POST/Compiler.pir
  M compilers/pct/src/POST/Compiler.pm

  Log Message:
  -----------
  POST::Compiler - fix file annotations

I hadn't noticed that the %0 inside inline PIR got ate.  Use %% so
that the format gets all the way through to the generated PIR.


  Commit: 1c5b14d9fa44dba179ba6f4885a4e4c614c51860
      https://github.com/parrot/parrot/commit/1c5b14d9fa44dba179ba6f4885a4e4c614c51860
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-08-20 (Sat, 20 Aug 2011)

  Changed paths:
    M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/PAST/Compiler.pm

  Log Message:
  -----------
  PAST::Compiler - fix unicode escaping

It used to miss a \u sequence at the beginning of the string.


  Commit: 263266610c20c084c5b42c483f3c603eb3caf6bd
      https://github.com/parrot/parrot/commit/263266610c20c084c5b42c483f3c603eb3caf6bd
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-08-20 (Sat, 20 Aug 2011)

  Changed paths:
    M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/PAST/Compiler.pm
  M compilers/pct/src/PAST/Node.pir
  M compilers/pct/src/PAST/Node.pm

  Log Message:
  -----------
  [pct]:  Add 'signature' attribute to PAST::Node

to explicitly request a particular signature for evaluating children.

From:	c89970666355580f44775200daa23bff948d1175
Author:	pmichaud <pmichaud at pobox.com>


  Commit: 82a740db078d0e24b1c4edab1995ac1dc939ef2c
      https://github.com/parrot/parrot/commit/82a740db078d0e24b1c4edab1995ac1dc939ef2c
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-08-20 (Sat, 20 Aug 2011)

  Changed paths:
    M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/PAST/Compiler.pm

  Log Message:
  -----------
  PAST::Compiler.chain - fix typo

Need to use .new on a class in order to create a new object.


  Commit: af5d09f7b11947de7ba092965105ab8a638b039e
      https://github.com/parrot/parrot/commit/af5d09f7b11947de7ba092965105ab8a638b039e
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-08-20 (Sat, 20 Aug 2011)

  Changed paths:
    M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/PAST/Compiler.pm

  Log Message:
  -----------
  PAST::Compiler.try - fix typo

Nobody knows what a POST::Lable is.


Compare: https://github.com/parrot/parrot/compare/a613ae8...af5d09f


More information about the parrot-commits mailing list