Download List

Descripción del Proyecto

Bisect is a code coverage tool for the Objective
Caml language.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-02-13 04:00
1.1

El código ha sido actualizado para el objetivo Caml 3.12.0. Un nuevo sistema de generación se utiliza. "Instrument.cmo" ahora se denomina "bisect_pp.cmo" (y ahora depende de "str.cma"). El "seguro", "rápido", y "más rápido" modos de instrumentación se han añadido. El "/ exclusión" de línea de comandos se ha añadido a excluir a las funciones de la instrumentación. El "(* BiSect-MARK *)" y "(* BiSect-VISIT *)" comentarios pueden ser usados para marcar las líneas. El "(* BiSect-ignore-COMENZAR *)", "(* BiSect-ignore-FIN *)", y "(* BiSect-ignore *)", comenta puede ser usado para ignorar las partes de un archivo de origen. el uso de portables ", que" fue corregido. Un error de compilación con el módulo de hilo de compatibilidad se haya fijado. código instrumentado ya no es 20 veces más lento.
Tags: Minor, performances
The code was updated for Objective Caml 3.12.0. A new build system is used. "instrument.cmo" was renamed to "bisect_pp.cmo" (and now depends on "str.cma"). The "safe", "fast", and "faster" instrumentation modes were added. The "-exclude" command-line switch was added to exclude functions from instrumentation. The "(*BISECT-MARK*)" and "(*BISECT-VISIT*)" comments can be used to mark lines. The "(*BISECT-IGNORE-BEGIN*)", "(*BISECT-IGNORE-END*)", and "(*BISECT-IGNORE*)" comments can be used to ignore parts of a source file. Unportable use of "which" was fixed. A compilation error with the thread-compatibility module was fixed. Instrumented code is no longer 20 times slower.

2009-12-18 04:20
1.0

Esta versión se cambió a OCaml 3.11.1. Varias salidas son de una vez. Hay 'habilitar' y 'desactivar' línea de comandos para controlar la instrumentación, el apoyo a aplicaciones de subprocesos múltiples, un nuevo modo de salida (EMMA-compatible con XML), el apoyo para la instalación ocamlfind y refactorización de código y mejoras importantes. Bug # 41, 'I' modificador de la línea de comandos para especificar la ruta de búsqueda, se ha abordado.
Tags: Minor
This release has switched to OCaml 3.11.1. Multiple outputs are now allowed at once. There are '-enable' and '-disable' command line switches to control instrumentation, support for multi-threaded applications, a new output mode (EMMA-compatible XML), support for ocamlfind installation, and major code refactoring and improvements. Bug #41, '-I' command line switch to specify the search path, has been addressed.

2009-06-01 06:20
1.0-beta

Esta versión se cambió a OCaml 3.11.0. Fija la detección incorrecta de ocamljava, por defecto hacer diana, rendering de fuente incorrecta en Firefox, falta de información sobre la cobertura mundial, la instrumentación con el modificador-seguro, la manipulación incorrecta de los literales de la matriz, y un error no declarada con respecto a la manipulación de un si / entonces construir con no más. Introduce CSV y XML modos. Se ha refactorización de código y mejoras importantes. Modo de texto sin recubrimiento, ha añadido. Una barra de navegación y plegado de código han sido introducidas.
This release has switched to OCaml 3.11.0. It fixes incorrect detection of ocamljava, default make target, incorrect source rendering under Firefox, missing information about global coverage, instrumentation with the -unsafe switch, incorrect handling of array literals, and an unreported bug regarding the handling of an if/then construct with no else. It introduces CSV and XML modes. It has major code refactoring and improvements. Bare text mode has been added. A navigation bar and code folding have been introduced.

2008-07-07 06:20
1.0-alpha

Tags: Initial freshmeat announcement

Project Resources