src/Tools/quickcheck.ML
Fri, 27 Jan 2012 10:31:30 +0100 bulwahn adding some basic handling that unfolds a conjecture in a locale before testing it with quickcheck
Mon, 05 Dec 2011 12:36:22 +0100 bulwahn making the default behaviour of quickcheck a little bit less verbose;
Mon, 05 Dec 2011 12:36:21 +0100 bulwahn adding verbose configuration to quickcheck
Mon, 05 Dec 2011 12:36:00 +0100 bulwahn renaming potential flag to genuine_only flag with an inverse semantics
Mon, 05 Dec 2011 12:35:06 +0100 bulwahn outputing the potentially spurious counterexample and continue search
Thu, 01 Dec 2011 22:14:35 +0100 bulwahn outputing if counterexample is potentially spurious or not
Thu, 01 Dec 2011 22:14:35 +0100 bulwahn extending quickcheck's result by the genuine flag
Wed, 30 Nov 2011 09:21:04 +0100 bulwahn adding parsing of potential configuration to quickcheck command
Wed, 30 Nov 2011 09:21:02 +0100 bulwahn adding quickcheck's potential configuration
Mon, 28 Nov 2011 22:05:32 +0100 wenzelm separate module for concrete Isabelle markup;
Fri, 11 Nov 2011 08:32:44 +0100 bulwahn adding option allow_function_inversion to quickcheck options
Wed, 09 Nov 2011 11:34:59 +0100 bulwahn quickcheck fails with code generator errors only if one tester is invoked
Wed, 09 Nov 2011 11:34:57 +0100 bulwahn removing extra arguments
Mon, 31 Oct 2011 08:43:21 +0100 bulwahn tuned
Thu, 20 Oct 2011 08:20:35 +0200 bulwahn adding depth as an quickcheck configuration
Mon, 17 Oct 2011 10:19:01 +0200 bulwahn moving some common functions from quickcheck to the more HOL-specific quickcheck_common; renamed inductive_SML's configurations to more canonical names; adds automatically left and right hand sides of equations as evaluation terms
Wed, 20 Jul 2011 08:16:41 +0200 bulwahn removing inner time limits in quickcheck
Wed, 20 Jul 2011 08:16:36 +0200 bulwahn exporting function in quickcheck; adapting mutabelle script
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn quickcheck does not deactivate testers if none are given
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn adapting mutabelle to latest changes in quickcheck; removing unused code in mutabelle
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn renaming quickcheck_tester to quickcheck_batch_tester; tuned
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn changing parser in quickcheck to activate and deactivate the testers
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn enabling parallel execution of testers but removing more informative quickcheck output
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn changed every tester to have a configuration in quickcheck; enabling parallel testing of different testers in quickcheck
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn removing generator registration
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn parametrized test_term functions in quickcheck
Mon, 18 Jul 2011 10:34:21 +0200 bulwahn adding random, exhaustive and SML quickcheck as testers
Mon, 11 Jul 2011 22:55:47 +0200 wenzelm tuned signature -- corresponding to Scala version;
Tue, 28 Jun 2011 14:36:43 +0200 bulwahn adding timeout to quickcheck narrowing
Thu, 09 Jun 2011 08:32:19 +0200 bulwahn adding a nicer error message for quickcheck_narrowing; hiding fact empty_def
Thu, 02 Jun 2011 09:51:40 +0200 bulwahn moving the distinction between invocation of testers and generators into test_goal_terms function in quickcheck for its usage with mutabelle
Tue, 31 May 2011 15:45:27 +0200 bulwahn Quickcheck Narrowing only requires one compilation with GHC now
Tue, 31 May 2011 15:45:26 +0200 bulwahn splitting test_goal_terms in Quickcheck into smaller basic functions
Tue, 31 May 2011 15:45:24 +0200 bulwahn adding registration of testers in Quickcheck for its use in Quickcheck_Narrowing
Fri, 27 May 2011 10:30:08 +0200 blanchet use helpers and tweak Quickcheck's priority to it comes second (to give Solve Direct slightly more time before another prover runs)
Fri, 27 May 2011 10:30:08 +0200 blanchet prioritize try and auto try's tools, with fast ones first, with a slight preference for provers vs. counterexample generators
Fri, 27 May 2011 10:30:08 +0200 blanchet added "try" command, to launch Solve Direct, Quickcheck, Nitpick, Sledgehammer, and Try Methods
Fri, 27 May 2011 10:30:08 +0200 blanchet renamed "Auto_Tools" "Try"
Mon, 02 May 2011 16:33:21 +0200 wenzelm added Attrib.setup_config_XXX conveniences, with implicit setup of the background theory;
Wed, 20 Apr 2011 16:00:44 +0200 bulwahn handling the case where quickcheck is used in a locale with no known interpretation user-friendly
Sat, 16 Apr 2011 16:15:37 +0200 wenzelm modernized structure Proof_Context;
Thu, 07 Apr 2011 14:51:28 +0200 bulwahn removing decrement of cardinality in quickcheck -- counting cardinalities starts at 1
Fri, 01 Apr 2011 17:16:08 +0200 wenzelm use Unsynchronized.change convenience, which also emphasizes the raw access to these references (which happen to be local here);
Fri, 01 Apr 2011 13:49:36 +0200 bulwahn adding general interface for batch validators in quickcheck
Fri, 01 Apr 2011 09:20:59 +0200 bulwahn adding time profiling in quickcheck's batch testing for further diagnosis in IsaCoSy
Wed, 30 Mar 2011 11:32:51 +0200 bulwahn moved TimeLimit.timeLimit closure to limit time of compilation and execution to avoid the strange, occasional occuring message Exception trace for exception - Interrupt -- probably due to race conditions of a fast execution within the TimeLimit.timelimit closure
Wed, 30 Mar 2011 09:44:16 +0200 bulwahn generalizing compilation scheme of quickcheck generators to multiple arguments; changing random and exhaustive tester to use one code invocation for polymorphic instances with multiple cardinalities
Wed, 23 Mar 2011 08:50:32 +0100 bulwahn adapting mutabelle; exporting more Quickcheck functions
Wed, 23 Mar 2011 08:50:31 +0100 bulwahn making quickcheck's result value more formal; allowing more result information to be returned after timeout; adding output of timing information in quickcheck
Wed, 23 Mar 2011 08:50:29 +0100 bulwahn changing timeout behaviour of quickcheck to proceed after command rather than failing; adding a test case for timeout
Mon, 21 Mar 2011 08:29:16 +0100 bulwahn merged
Fri, 18 Mar 2011 18:19:42 +0100 bulwahn passing a term with free variables to the quickcheck tester functions instead of an lambda expression because this is more natural with passing further evaluation terms; added output of evaluation terms; added evaluation of terms in the exhaustive testing
Fri, 18 Mar 2011 18:19:42 +0100 bulwahn adding option of evaluating terms after invocation in quickcheck
Fri, 18 Mar 2011 18:19:42 +0100 bulwahn adding eval option to quickcheck
Sun, 20 Mar 2011 22:08:12 +0100 wenzelm simplified various cpu_time clones (!): eliminated odd Exn.capture/Exn.release (no need to "stop" timing);
Sun, 20 Mar 2011 21:28:11 +0100 wenzelm structure Timing: covers former start_timing/end_timing and Output.timeit etc;
Mon, 28 Feb 2011 19:06:24 +0100 bulwahn adding function Quickcheck.test_terms to provide checking a batch of terms
Fri, 11 Feb 2011 11:47:43 +0100 bulwahn quickcheck can be invoked with its internal timelimit or without
Fri, 11 Feb 2011 11:47:42 +0100 bulwahn quickcheck invokes TimeLimit.timeLimit only in one separate function
Tue, 08 Feb 2011 18:39:36 +0100 bulwahn changing auto-quickcheck to be considered a non-interactive invocation of quickcheck
Wed, 12 Jan 2011 14:13:04 +0100 wenzelm observe line length limit;
Sat, 08 Jan 2011 17:14:48 +0100 wenzelm misc tuning and comments based on review of Theory_Data, Proof_Data, Generic_Data usage;
Wed, 08 Dec 2010 18:07:04 +0100 bulwahn if only finite types and no real datatypes occur in the quantifiers only enumerate cardinality not size in quickcheck
Tue, 07 Dec 2010 10:03:43 +0100 bulwahn testing smartly in two dimensions (cardinality and size) in quickcheck
Fri, 03 Dec 2010 09:55:45 +0100 blanchet run synchronous Auto Tools in parallel
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn only instantiate type variable if there exists some in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn improving presentation of quickcheck reports
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn checking if parameter is name of a tester which allows e.g. quickcheck[random]
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn moving iteration of tests to the testers in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn removed dead test_term_small function in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn renamed parameter from generator to tester; quickcheck only applies one tester on invocation
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn adding configuration quickcheck_tester
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn adapting mutabelle
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn only handle TimeOut exception if used interactively
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn removed interrupt handling that violates Isabelle/ML exception model
Fri, 03 Dec 2010 08:40:47 +0100 bulwahn corrected indentation
Mon, 22 Nov 2010 11:35:06 +0100 bulwahn improving function is_iterable in quickcheck
Mon, 22 Nov 2010 11:34:54 +0100 bulwahn splitting test_goal function in two functions; exporting new configurations in quickcheck; iterations depend on generator_name in quickcheck
Mon, 22 Nov 2010 11:34:53 +0100 bulwahn adding prototype for finite_type instantiations
Mon, 22 Nov 2010 11:34:52 +0100 bulwahn adding option finite_types to quickcheck
Mon, 22 Nov 2010 10:42:07 +0100 bulwahn changed old-style quickcheck configurations to new Config.T configurations
Mon, 22 Nov 2010 10:42:06 +0100 bulwahn adding temporary function test_test_small to Quickcheck
Fri, 05 Nov 2010 19:47:20 +0100 wenzelm explicit indication of some remaining violations of the Isabelle/ML interrupt model;
Fri, 05 Nov 2010 08:16:35 +0100 bulwahn changing timeout to real value; handling Interrupt and Timeout more like nitpick does
Fri, 29 Oct 2010 11:07:21 +0200 wenzelm merged
Fri, 29 Oct 2010 08:44:44 +0200 bulwahn changed global fixed timeout to a configurable timeout for quickcheck; test parameters in quickcheck are now fully passed around with the context
Thu, 28 Oct 2010 22:04:00 +0200 wenzelm use Exn.interruptible_capture to keep user-code interruptible (Exn.capture not immediately followed by Exn.release here);
Thu, 28 Oct 2010 09:40:57 +0200 blanchet clear identification
Tue, 26 Oct 2010 11:06:12 +0200 wenzelm merged
Mon, 25 Oct 2010 21:17:11 +0200 bulwahn adding a global fixed timeout to quickcheck
Mon, 25 Oct 2010 21:06:56 +0200 wenzelm renamed Output.priority to Output.urgent_message to emphasize its special role more clearly;
Thu, 23 Sep 2010 14:50:18 +0200 bulwahn exporting the generic version instead of the context version in quickcheck
Wed, 22 Sep 2010 18:21:48 +0200 wenzelm renamed setmp_noncritical to Unsynchronized.setmp to emphasize its meaning;
Sat, 11 Sep 2010 12:32:31 +0200 blanchet make Auto Solve part of the "Auto Tools"
Sat, 11 Sep 2010 10:35:00 +0200 blanchet finished renaming "Auto_Counterexample" to "Auto_Tools"
Thu, 09 Sep 2010 17:23:03 +0200 bulwahn removing report from the arguments of the quickcheck functions and refering to it by picking it from the context
Thu, 09 Sep 2010 16:43:57 +0200 bulwahn changing the container for the quickcheck options to a generic data
Sun, 05 Sep 2010 23:26:16 +0200 wenzelm use setmp_noncritical for sequential Pure bootstrap;
Thu, 26 Aug 2010 16:34:10 +0200 wenzelm simplification/standardization of some theory data;
Thu, 12 Aug 2010 13:42:12 +0200 haftmann named target is optional
Wed, 11 Aug 2010 14:45:38 +0200 haftmann renamed Theory_Target to the more appropriate Named_Target
Sat, 31 Jul 2010 23:58:05 +0200 ballarin More consistent naming of locale api functions.
Sat, 31 Jul 2010 21:14:20 +0200 ballarin Make registrations generic data.
Mon, 26 Jul 2010 14:44:07 +0200 haftmann quickcheck images of goals under registration morphisms
Wed, 21 Jul 2010 19:21:07 +0200 bulwahn adding checking of expected result for the tool quickcheck; annotated a few quickcheck examples
Wed, 21 Jul 2010 18:11:51 +0200 bulwahn correcting wellsortedness check and improving error message
Wed, 21 Jul 2010 18:11:51 +0200 bulwahn using multiple default types in quickcheck
Wed, 21 Jul 2010 18:11:51 +0200 bulwahn correcting merging of default_types
Wed, 21 Jul 2010 18:11:51 +0200 bulwahn reordering quickcheck signature; exporting test_params and inspection function
Wed, 21 Jul 2010 18:11:51 +0200 bulwahn changed default types to a list of types; extended quickcheck parameters to be a list of values to parse a list of default types
Mon, 17 May 2010 23:54:15 +0200 wenzelm prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
Mon, 03 May 2010 14:25:56 +0200 wenzelm renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Sun, 07 Mar 2010 12:19:47 +0100 wenzelm modernized structure Object_Logic;
Thu, 25 Feb 2010 14:01:34 +0100 bulwahn adopting Mutabelle to quickcheck reporting; improving quickcheck reporting
Thu, 25 Feb 2010 10:04:50 +0100 bulwahn added quiet option to quickcheck command
Thu, 25 Feb 2010 09:28:01 +0100 bulwahn added basic reporting of test cases to quickcheck
Tue, 23 Feb 2010 13:36:15 +0100 bulwahn adopting mutabelle and quickcheck to return timing information; exporting make_case_combs in datatype package for predicate compiler; adding Spec_Rules declaration for tail recursive functions; improving the predicate compiler and function flattening
Tue, 09 Feb 2010 16:05:49 +0100 blanchet make Quickcheck identify itself, so people don't submit bug reports to me thinking that it was Nitpick
Wed, 20 Jan 2010 11:56:45 +0100 bulwahn refactoring the predicate compiler; adding theories for Sequences; adding retrieval to Spec_Rules; adding timing to Quickcheck
Fri, 18 Dec 2009 14:02:58 +0100 blanchet made Quickcheck take structured proof assumptions into account (like Refute and Nitpick) by default;
less more (0) -120 tip