[parrot/parrot] 8f5eff: Get rid of CallContext.current_object. It's useles...

GitHub noreply at github.com
Sun Apr 29 12:59:21 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 8f5eff69ddce5d95bf60ee70653acde7a5b57a46
      https://github.com/parrot/parrot/commit/8f5eff69ddce5d95bf60ee70653acde7a5b57a46
  Author: Vasily Chekalkin <bacek at bacek.com>
  Date:   2012-04-02 (Mon, 02 Apr 2012)

  Changed paths:
    M include/parrot/context.h
    M include/parrot/gc_api.h
    M runtime/parrot/library/Stream/Writer.pir
    M src/call/args.c
    M src/call/context.c
    M src/call/context_accessors.c
    M src/interp/api.c
    M src/ops/core.ops
    M src/ops/core_ops.c
    M src/ops/experimental.ops
    M src/ops/object.ops
    M src/pmc/callcontext.pmc
    M src/pmc/coroutine.pmc
    M src/pmc/sub.pmc
    M t/oo/objects.t
    M t/pmc/context.t
    M t/pmc/object-meths.t

  Log Message:
  -----------
  Get rid of CallContext.current_object. It's useless


  Commit: de3545f1a89344301190b4d2a8f8d6835ec61da2
      https://github.com/parrot/parrot/commit/de3545f1a89344301190b4d2a8f8d6835ec61da2
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M src/pmc/sub.pmc

  Log Message:
  -----------
  remove unused variable


  Commit: 5c81f3ea1cf2b5509c82f6cddd61ed04dc4da2a4
      https://github.com/parrot/parrot/commit/5c81f3ea1cf2b5509c82f6cddd61ed04dc4da2a4
  Author: Moritz Lenz <moritz at faui2k3.org>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M include/parrot/context.h
    M include/parrot/gc_api.h
    M runtime/parrot/library/Stream/Writer.pir
    M src/call/args.c
    M src/call/context.c
    M src/call/context_accessors.c
    M src/interp/api.c
    M src/ops/core.ops
    M src/ops/core_ops.c
    M src/ops/experimental.ops
    M src/ops/object.ops
    M src/pmc/callcontext.pmc
    M src/pmc/coroutine.pmc
    M src/pmc/sub.pmc
    M t/oo/objects.t
    M t/pmc/context.t
    M t/pmc/object-meths.t

  Log Message:
  -----------
  Merge remote branch 'origin/kill_current_object'


Compare: https://github.com/parrot/parrot/compare/6e92ffe...5c81f3e


More information about the parrot-commits mailing list