[parrot/parrot] ed91e9: fix typo. IMCCompiler.compile should return a Pack...

noreply at github.com noreply at github.com
Sat Jun 25 22:41:41 UTC 2011


  Branch: refs/heads/whiteknight/packfilewrapper
  Home:   https://github.com/parrot/parrot

  Commit: ed91e9e4b1d15ef6572cfa4398ba0824d309497d
      https://github.com/parrot/parrot/commit/ed91e9e4b1d15ef6572cfa4398ba0824d309497d
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-06-25 (Sat, 25 Jun 2011)

  Changed paths:
    M src/pmc/imccompiler.pmc

  Log Message:
  -----------
  fix typo. IMCCompiler.compile should return a PackfileView,not a Packfile


  Commit: cd54756215049c0f2deef581be8a329316001335
      https://github.com/parrot/parrot/commit/cd54756215049c0f2deef581be8a329316001335
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-06-25 (Sat, 25 Jun 2011)

  Changed paths:
    M include/parrot/packfile.h
  M src/embed/bytecode.c
  M src/packfile/api.c
  M src/pmc/packfilemanager.pmc
  M src/pmc/packfileview.pmc

  Log Message:
  -----------
  Steal logic from Parrot_api_write_bytecode_to_file to create Parrot_pf_write_pbc_file. Use that function to implement PackfileManager.write_to_file. Also, remove PackfileView.execute method, it doesn't work as-is and can be easily replicated using main_sub()


Compare: https://github.com/parrot/parrot/compare/fc5776b...cd54756


More information about the parrot-commits mailing list