Browse thread
[ANN] Bisect 1.0 alpha
- forum@x9c.fr
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-07-06 (16:30) |
From: | forum@x9c.fr <forum@x...> |
Subject: | [ANN] Bisect 1.0 alpha |
This post announces the 1.0 alpha version of Bisect. Bisect is a coverage tool for the Objective Caml language. Home page: http://bisect.x9c.fr Features: - lightweight tool - camlp4-based instrumentation of source files - HTML-based report with replica of original source code annotated with coverage information - per-file and application-wide statistics Dependencies: - Objective Caml 3.10.2 - Unix module Planned features: - other report formats (framed HTML, XML, bare text) - thread support - some nice features borrowed from HPC (http://projects.unsafeperformio.com/hpc/ ) This is my very first non-trivial camlp4-based application, and would be glad to hear comment and suggestions about Bisect, and the way it could be enhanced. Xavier Clerc