Bisect
 
    Introduction     Status     Downloads      
         
 

Features   
History   

 
Features
  • code coverage for Objective Caml programs
  • support for threads
  • reports in bare text, CSV, HTML, and XML
  • support for Objective Caml version 3.11.1
  • support for ocamlfind

History
Version 1.0 (2009-12-17):
  • switch to OCaml 3.11.1
  • multiple outputs now allowed at once
  • '-enable' / '-disable' command-line switches to control instrumentation
  • support for multithread applications
  • new output mode: EMMA-compatible XML
  • support for ocamlfind installation
  • major code refactoring and improvement
  • bug #41: '-I' command-line switch to specify search path
Version 1.0-beta (2009-05-31):
  • switch to OCaml 3.11.0
  • bug #30: incorrect detection of ocamljava
  • bug #31: default make target
  • bug #32: incorrect source rendering under Firefox
  • bug #33: information about global coverage missing
  • bug #34: bare text mode added
  • bug #35: introduction of navigation bar and code folding
  • bug #36: instrumentation with -unsafe switch
  • bug #37: incorrect handling of array literals
  • unreported bug regarding the handling of if/then construct with no else
  • introduction of CSV, XML modes
  • major code refactoring and improvement
Version 1.0-alpha (2008-07-06):
  • first public version