[parrot/parrot] 83e444: [lib] using Pod::Checker to check pod

GitHub noreply at github.com
Mon Mar 10 18:11:42 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 83e444961c5f5a30d747664f6ead96864ba05aaa
      https://github.com/parrot/parrot/commit/83e444961c5f5a30d747664f6ead96864ba05aaa
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M lib/Parrot/Test/Pod/Utils.pm

  Log Message:
  -----------
  [lib] using Pod::Checker to check pod

Pod::Simple was missing many warnings and errors and thus has been replaced
by Pod::Checker.  This is sensible, since the advice given by the
`pod_syntax.t` test when errors occur is that one should use `podchecker` to
investigate errors in detail, thus we should be using Pod::Checker
internally to begin with.


  Commit: 2aeeeebc3ab1224cdf97747538659a06e8cc4a2d
      https://github.com/parrot/parrot/commit/2aeeeebc3ab1224cdf97747538659a06e8cc4a2d
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M tools/dev/create_language.pl
    M tools/dev/mk_language_shell.in

  Log Message:
  -----------
  [tools] fixing errors in pod found by podchecker


  Commit: 63def6690870a0af3bbf73288250f013ba9f4228
      https://github.com/parrot/parrot/commit/63def6690870a0af3bbf73288250f013ba9f4228
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M t/op/spawnw.t
    M t/pmc/namespace.t

  Log Message:
  -----------
  [t] correcting pod errors found by podchecker


  Commit: 29dd942f361e87d45dfbe476a3b4eb8d906db489
      https://github.com/parrot/parrot/commit/29dd942f361e87d45dfbe476a3b4eb8d906db489
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/string/encoding.c
    M src/string/encoding/ascii.c
    M src/string/encoding/binary.c
    M src/string/encoding/latin1.c
    M src/string/encoding/null.c
    M src/string/encoding/shared.c

  Log Message:
  -----------
  [string/encoding] Adding missing =back pod statements

This fixes pod errors found by podchecker


  Commit: 517719c9eb0905192dad0eba06d0d4d658b01364
      https://github.com/parrot/parrot/commit/517719c9eb0905192dad0eba06d0d4d658b01364
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/pmc/filehandle.pmc
    M src/pmc/handle.pmc
    M src/pmc/key.pmc
    M src/pmc/opcode.pmc
    M src/pmc/packfilebytecodesegment.pmc
    M src/pmc/packfileopmap.pmc
    M src/pmc/pmclist.pmc
    M src/pmc/proxy.pmc
    M src/pmc/stringbuilder.pmc

  Log Message:
  -----------
  [pmc] correcting pod errors found by podchecker


  Commit: 7236007feaa02fdcda731cc0584dfe2bfd45e6f3
      https://github.com/parrot/parrot/commit/7236007feaa02fdcda731cc0584dfe2bfd45e6f3
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/runcore/trace.c

  Log Message:
  -----------
  [runcore] correcting pod errors found by podchecker


  Commit: b8697a18de227c89e68cdab23c2a44c483b7f0af
      https://github.com/parrot/parrot/commit/b8697a18de227c89e68cdab23c2a44c483b7f0af
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/platform/generic/misc.c
    M src/platform/win32/misc.c

  Log Message:
  -----------
  [platform] correcting pod errors found by podchecker


  Commit: 1959eac6f6ee20732966cb76c49b1be4e3e2c5ad
      https://github.com/parrot/parrot/commit/1959eac6f6ee20732966cb76c49b1be4e3e2c5ad
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/ops/io.ops

  Log Message:
  -----------
  [ops] adding missing =back to pod; found by podchecker


  Commit: 9d6b5332375177d1d62b5d5c3db4a6672133c4e3
      https://github.com/parrot/parrot/commit/9d6b5332375177d1d62b5d5c3db4a6672133c4e3
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/io/userhandle.c

  Log Message:
  -----------
  [io] correcting pod error found by podchecker


  Commit: b2c8745b0315271ee5a2407c1ea7a06646222d2d
      https://github.com/parrot/parrot/commit/b2c8745b0315271ee5a2407c1ea7a06646222d2d
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/interp/inter_cb.c

  Log Message:
  -----------
  [interp] adding missing =back in pod found by podchecker


  Commit: 26793cb230209182e879f29bdd9b15d8eaeaaa10
      https://github.com/parrot/parrot/commit/26793cb230209182e879f29bdd9b15d8eaeaaa10
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/gc/gc_gms.c
    M src/gc/gc_ms.c
    M src/gc/string_gc.c

  Log Message:
  -----------
  [gc] correcting pod errors found by podchecker


  Commit: bdf574e14656187b61f29c2b271ce1941f35edba
      https://github.com/parrot/parrot/commit/bdf574e14656187b61f29c2b271ce1941f35edba
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/dynpmc/rational.pmc

  Log Message:
  -----------
  [dynpmc] adding missing =back in pod found by podchecker


  Commit: c613128ac41fe7462235b6aec450b8adb88e049d
      https://github.com/parrot/parrot/commit/c613128ac41fe7462235b6aec450b8adb88e049d
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M src/alarm.c
    M src/pmc.c
    M src/scheduler.c

  Log Message:
  -----------
  [src] correcting pod errors found by pychecker


  Commit: 94ffc20caf9be4538fde77e6fb6d1375ff4bd757
      https://github.com/parrot/parrot/commit/94ffc20caf9be4538fde77e6fb6d1375ff4bd757
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M runtime/parrot/library/OpenGL/Math.pir
    M runtime/parrot/library/PGE/Perl6Grammar.pir
    M runtime/parrot/library/Range.pir

  Log Message:
  -----------
  [runtime] correcting pod errors found by podchecker


  Commit: d072078703854c2fa336bb6c956b723934f751bd
      https://github.com/parrot/parrot/commit/d072078703854c2fa336bb6c956b723934f751bd
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M lib/Parrot/Configure/Step.pm
    M lib/Parrot/Distribution.pm
    M lib/Parrot/Docs/Text2HTML.pm
    M lib/Parrot/Vtable.pm

  Log Message:
  -----------
  [lib] correcting pod errors found by podchecker


  Commit: 727f8bd233f80066b7adc8c25e1f0b9873a60738
      https://github.com/parrot/parrot/commit/727f8bd233f80066b7adc8c25e1f0b9873a60738
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M examples/c/nanoparrot.c
    M examples/nci/QtHelloWorld.pir
    M examples/pir/coop_threads.pir
    M examples/threads/matrix_part.winxed

  Log Message:
  -----------
  [examples] correcting pod errors found by podchecker


  Commit: ae3e1b74fcb68f65ce20dd8099d542e5af3a3279
      https://github.com/parrot/parrot/commit/ae3e1b74fcb68f65ce20dd8099d542e5af3a3279
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M docs/project/release_manager_guide.pod

  Log Message:
  -----------
  [docs] Correcting pod errors found by podchecker

Removed internal links to the "Upcoming Releases" appendix.  A grep of the
sources shows that this no longer exists within the repository.


  Commit: f8cf7c5c736445a5ee23b8dbd457eb83ecefc4ec
      https://github.com/parrot/parrot/commit/f8cf7c5c736445a5ee23b8dbd457eb83ecefc4ec
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M docs/dev/pcc_state.pod
    M docs/intro.pod

  Log Message:
  -----------
  [docs] correcting pod errors found by podchecker


  Commit: 5a7c9fecbb6db53dfe7ddb8890bd7d0356d8c0f2
      https://github.com/parrot/parrot/commit/5a7c9fecbb6db53dfe7ddb8890bd7d0356d8c0f2
  Author: Paul Cochrane <paul at liekut.de>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M compilers/imcc/api.c
    M compilers/pct/src/PCT/Grammar.pir
    M compilers/pge/PGE/Exp.pir
    M compilers/pge/PGE/Perl6Regex.pir
    M compilers/tge/tgc.pir

  Log Message:
  -----------
  [compilers] correcting pod errors found by podchecker


  Commit: a7b63d0d0e5eb0a97426a2c80b0838dc5da5b09e
      https://github.com/parrot/parrot/commit/a7b63d0d0e5eb0a97426a2c80b0838dc5da5b09e
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M docs/project/release_manager_guide.pod

  Log Message:
  -----------
  [docs] fix links from ae3e1b74fcb68f65ce20


  Commit: 9a67ff6a680ef2e14daf0d62fe657aa526883f4c
      https://github.com/parrot/parrot/commit/9a67ff6a680ef2e14daf0d62fe657aa526883f4c
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M lib/Parrot/Test/Pod.pm
    M lib/Parrot/Test/Pod/Utils.pm
    M t/codingstd/pod_syntax.t

  Log Message:
  -----------
  [test] skip wrong pod tests

tools/dev/mk_language_shell.pl and lib/IO/CaptureOutput.pm contain invalid pod
which fail with the stricter podchecker


Compare: https://github.com/parrot/parrot/compare/1bb39fab93e9...9a67ff6a680e


More information about the parrot-commits mailing list