[parrot/parrot] 17897a: WONTFIX empty registers -1 from :immediate #1024

GitHub noreply at github.com
Sat Nov 22 21:29:50 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 17897adc34f21154cc05439e0dc14d492b90ae48
      https://github.com/parrot/parrot/commit/17897adc34f21154cc05439e0dc14d492b90ae48
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-11-22 (Sat, 22 Nov 2014)

  Changed paths:
    M ChangeLog
    M compilers/imcc/imcc.y
    M compilers/imcc/imcparser.c
    M compilers/imcc/imcparser.h
    M compilers/imcc/pbc.c
    M compilers/imcc/pcc.c
    M src/call/args.c
    M src/ops/core_ops.c
    M src/ops/set.ops
    M src/pmc/callcontext.pmc
    M t/compilers/imcc/syn/const.t

  Log Message:
  -----------
  WONTFIX empty registers -1 from :immediate #1024

We cannot fix :immediate for such all cases, as the globals
are not fixed up within compile-time :immediate calls by definition,
they are even cleared to be fixed up by the immediate call.
See http://trac.parrot.org/parrot/ticket/1324
Disable t/compilers/imcc/syn/const.t test 41

But add --debugging assertions for most cases: set_p_pc, set_p_p.
Also throw on NULL PMC arguments for CallContext (sub args)
with "CallContext: Empty PMC argument"

Closes GH #1024


  Commit: 4f11a9bb9bc194d59b8135129908af1aed88dc0b
      https://github.com/parrot/parrot/commit/4f11a9bb9bc194d59b8135129908af1aed88dc0b
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-11-22 (Sat, 22 Nov 2014)

  Changed paths:
    M src/ops/core_ops.c
    M src/ops/set.ops

  Log Message:
  -----------
  [core] better set_p_p? assertions #1024


Compare: https://github.com/parrot/parrot/compare/e25be6df87ca...4f11a9bb9bc1


More information about the parrot-commits mailing list