Path to this page:
Subject: CVS commit: wip/ocaml-pa_test
From: Hiramatsu Yoshifumi
Date: 2015-04-18 00:31:20
Message id: E1YjEnR-00056E-BJ@sfs-ml-3.v29.ch3.sourceforge.com
Log Message:
Updated to 112.24.00, and converted to use mk/fetch/github.mk.
- Reduce code generated by `pa_test` in favor of more code in `pa_test_lib`.
+ Less generated code means less time spent compiling it.
+ Reducing code in `pa_test.ml` is good, because:
a) Staging semantics make this code hard to understand.
b) This code is written using the less familiar revised OCaml syntax.
b) We get less code to migrate to syntax extensions.
- Re-used location code in `pa_here`; side benefit that we get full path names
in (Loc...) instead of just the file's basename.
Files: