[parrot/parrot] 8e1982: [docs] fix most podchecker issues

GitHub noreply at github.com
Sat Mar 8 20:48:19 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 8e19822e7374629aa3613f2b5088e232b1844c41
      https://github.com/parrot/parrot/commit/8e19822e7374629aa3613f2b5088e232b1844c41
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-03-08 (Sat, 08 Mar 2014)

  Changed paths:
    M docs/glossary.pod
    M docs/intro.pod
    M docs/project/release_parrot_github_guide.pod
    M lib/Parrot/Test/Pod.pm
    M t/codingstd/pod_syntax.t

  Log Message:
  -----------
  [docs] fix most podchecker issues

at least the valid ones. podchecker warns about valid
L<name|link> tags.

See podchecker docs/*.pod docs/*/*.pod (not the book)
See also GH #1053 to use Pod::Checker in the test and
GH #1054 to relax the fill-column: 100 coda to allow 78
also, to write valid pod.


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

  Changed paths:
    M docs/running.pod
    M src/embed/api.c
    M src/runcore/cores.c
    M src/runcore/main.c

  Log Message:
  -----------
  runcores: fix docs, match docs with implementation and vice versa

use docs/running.pod as description for the runcore, debugging and
optimization options.
add missing docs for the runcores.

we already have a new parrot manpage for the rest.  allow the old runcores
in the implementation as described in the docs.
but disable the exec runcore, as it is different from the jit runcore.
there is now side-effect of producing a native executable (as of now).


Compare: https://github.com/parrot/parrot/compare/9316fd9749d6...b1de450257b0


More information about the parrot-commits mailing list