[parrot/parrot] 3c558c: Fix record separator bug on io handles

GitHub noreply at github.com
Sun Oct 21 20:30:39 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 3c558c8a54ee87699e9426f111d21db59dd38b36
      https://github.com/parrot/parrot/commit/3c558c8a54ee87699e9426f111d21db59dd38b36
  Author: luben <karavelov at spnet.net>
  Date:   2012-10-21 (Sun, 21 Oct 2012)

  Changed paths:
    M src/pmc/filehandle.pmc
    M src/pmc/socket.pmc
    M src/pmc/stringhandle.pmc

  Log Message:
  -----------
  Fix record separator bug on io handles

Handle PMC is not not instantiated itself but is only inherited. The
sub-PMCs (Filehandle, Socket, Stringhandle) should mark all of the
Handle attributes as alive.





More information about the parrot-commits mailing list