Branch: refs/heads/smoke-me/null-call-gh1024
  Home:   https://github.com/parrot/parrot
  Commit: 17897adc34f21154cc05439e0dc14d492b90ae48
      
https://github.com/parrot/parrot/commit/17897adc34f21154cc05439e0dc14d492b90ae48
  Author: Reini Urban <[email protected]>
  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


_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to