src/HOL/Library/code_test.ML
Mon, 10 Jun 2024 14:05:39 +0200 wenzelm clarified signature: more operations;
Thu, 28 Sep 2023 20:07:30 +0200 wenzelm explicitly reject 'handle' with catch-all patterns;
Mon, 25 Sep 2023 19:28:14 +0200 wenzelm omit pointless capture/release (see also 469a375212c1);
Mon, 25 Sep 2023 18:45:41 +0200 wenzelm clarified signature: avoid association with potentially dangerous Exn.capture;
Tue, 03 Jan 2023 16:05:07 +0100 wenzelm clarified modules;
Tue, 03 Jan 2023 15:32:54 +0100 wenzelm tuned;
Tue, 03 Jan 2023 14:00:59 +0100 wenzelm tuned signature: avoid too many aliases (see also 72daee8a39ca);
Sat, 17 Sep 2022 14:45:41 +0200 wenzelm support for ISABELLE_MLTON_OPTIONS, notably for Ubuntu 22.04 with external mlton executable;
Tue, 05 Jul 2022 13:12:04 +0200 wenzelm switch to Scala 3;
Thu, 23 Jun 2022 21:50:32 +0200 wenzelm more scalable generated files and code export, using Bytes.T;
Sat, 30 Oct 2021 12:26:56 +0200 wenzelm clarified antiquotations;
Wed, 20 Oct 2021 18:13:17 +0200 wenzelm discontinued obsolete "val extend = I" for data slots;
Tue, 28 Sep 2021 22:14:44 +0200 wenzelm clarified antiquotations;
Tue, 27 Oct 2020 22:34:37 +0100 wenzelm clarified signature: overloaded "+" for Path.append;
Mon, 05 Oct 2020 22:07:25 +0200 wenzelm clarified signature;
Mon, 05 Oct 2020 21:15:58 +0200 wenzelm clarified signature;
Sat, 26 Sep 2020 11:43:25 +0200 wenzelm clarified errors;
Sat, 26 Sep 2020 11:30:26 +0200 wenzelm tuned signature;
Sat, 26 Sep 2020 11:17:49 +0200 wenzelm tuned;
Fri, 25 Sep 2020 14:40:50 +0200 wenzelm clarified;
Fri, 25 Sep 2020 14:37:47 +0200 wenzelm evaluate Scala via running Isabelle/Scala;
Fri, 25 Sep 2020 11:24:28 +0200 wenzelm clarified name;
Thu, 24 Sep 2020 20:29:07 +0200 wenzelm tuned;
Thu, 24 Sep 2020 19:54:12 +0200 wenzelm tuned;
Thu, 24 Sep 2020 19:33:33 +0200 wenzelm tuned;
Thu, 24 Sep 2020 19:04:47 +0200 wenzelm proper platform_path for Windows;
Thu, 24 Sep 2020 17:23:25 +0200 wenzelm evaluate PolyML via running Isabelle/ML;
Thu, 24 Sep 2020 16:43:43 +0200 wenzelm output via file instead of stdout;
Thu, 24 Sep 2020 15:27:24 +0200 wenzelm proper context;
Thu, 24 Sep 2020 15:26:26 +0200 wenzelm clarified signature;
Thu, 24 Sep 2020 15:16:45 +0200 wenzelm tuned signature;
Sun, 20 Sep 2020 20:47:59 +0200 wenzelm clarified signature;
Sun, 20 Sep 2020 20:00:14 +0200 wenzelm proper ml_source: avoid duplicate Bash.string;
Sun, 20 Sep 2020 19:36:45 +0200 wenzelm misc tuning and clarification: prefer functions over data;
Sun, 20 Sep 2020 12:21:54 +0200 wenzelm tuned;
Sun, 20 Sep 2020 12:18:50 +0200 wenzelm misc tuning and clarification;
Sun, 20 Sep 2020 11:42:48 +0200 wenzelm tuned messages;
Sun, 20 Sep 2020 11:32:58 +0200 wenzelm tuned;
Fri, 04 Oct 2019 15:30:52 +0200 wenzelm Term_XML.Encode/Decode.term uses Const "typargs";
Fri, 22 Mar 2019 18:04:52 +0100 wenzelm workaround for the sake of Windows;
Wed, 20 Mar 2019 20:15:30 +0100 wenzelm access OCaml tools and libraries via ISABELLE_OCAMLFIND;
Wed, 20 Mar 2019 16:55:21 +0100 wenzelm proper ISABELLE_HOME (ISABELLE_ROOT is for platform-specific application bootstrap);
Sun, 10 Mar 2019 15:16:45 +0000 haftmann migrated from Nums to Zarith as library for OCaml integer arithmetic
Thu, 10 Jan 2019 19:34:25 +0100 haftmann restored test_code for GHC, which got accidentally broken in ef02c5e051e5
Thu, 10 Jan 2019 12:07:05 +0000 haftmann explicit model concerning files of generated code
Sat, 05 Jan 2019 17:24:33 +0100 wenzelm isabelle update -u control_cartouches;
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Mon, 01 Jan 2018 20:42:08 +0000 haftmann proper namespace for evaluators
Mon, 27 Nov 2017 16:44:32 +0100 wenzelm prefer formal $POLYML_EXE;
Sun, 08 Oct 2017 12:42:20 +0200 wenzelm proper File.platform_path for SML/NJ on Windows;
Mon, 17 Jul 2017 17:30:34 +0200 Andreas Lochbihler new derived targets for evaluating Haskell and Scala programs
Mon, 22 May 2017 21:47:07 +0200 wenzelm support for ISABELLE_GHC on Windows, using the native version (mingw32);
Mon, 22 May 2017 19:42:52 +0200 wenzelm permissive trim_line as in Scala, e.g. relevant for poly/TextIO.print output on Windows;
Mon, 22 May 2017 14:44:07 +0200 wenzelm more robust treatment of generated strings;
Mon, 22 May 2017 14:15:24 +0200 wenzelm proper File.platform_path for scala on Windows;
Mon, 22 May 2017 11:34:42 +0200 wenzelm proper File.platform_path for poly on Windows;
Fri, 21 Apr 2017 13:51:43 +0200 wenzelm more uniform isabelle_scala;
Thu, 26 Jan 2017 16:06:19 +0100 haftmann tuned structure and terminology
Sun, 15 Jan 2017 16:30:49 +0100 wenzelm uniform use of ISABELLE_SCALAC_OPTIONS for scalac, notably for -Xmax-classfile-name on encrypted or docker file-systems;
Sat, 17 Dec 2016 14:47:41 +0100 wenzelm unconditional Code_Test_PolyML and Code_Test_Scala: compiler is always present;
less more (0) -60 tip