src/Tools/Code/code_scala.ML
Fri, 05 Apr 2024 17:47:09 +0200 wenzelm adjust generated Scala to make it work with scalac -old-syntax and -new-syntax, although the latter is not regularly tested;
Tue, 29 Aug 2023 15:23:06 +0200 wenzelm clarified generated Scala, for the sake of "scalac -source 3.3";
Fri, 24 Mar 2023 18:30:17 +0000 haftmann More explicit type information in dictionary arguments.
Fri, 24 Mar 2023 18:30:17 +0000 haftmann more uniform approach towards satisfied applications
Sun, 12 Feb 2023 06:45:59 +0000 haftmann somehow more clear terminology
Mon, 04 Jul 2022 10:08:10 +0000 haftmann corrections and adjustions for Scala 3
Fri, 01 Jul 2022 19:57:06 +0200 wenzelm more keywords for scala3;
Sun, 03 Apr 2022 09:07:37 +0000 haftmann adjusted printing of type annotations to accomodate Scala 3
Mon, 28 Mar 2022 12:54:09 +0000 haftmann modernized handling of variables
Sun, 27 Mar 2022 19:27:52 +0000 haftmann prefer build combinator
Tue, 27 Oct 2020 22:34:37 +0100 wenzelm clarified signature: overloaded "+" for Path.append;
Fri, 25 Sep 2020 14:37:07 +0200 wenzelm more robust: avoid spurious line breaks that might confuse the scala interpreter;
Thu, 10 Jan 2019 12:07:05 +0000 haftmann explicit model concerning files of generated code
Wed, 25 Apr 2018 09:04:26 +0000 haftmann more correct error message
Tue, 24 Apr 2018 14:17:58 +0000 haftmann proper datatype for 8-bit characters
Wed, 24 Jan 2018 11:56:54 +0100 wenzelm clarified position;
Thu, 14 Dec 2017 18:42:39 +0100 haftmann dedicated case option for code generation to Scala
Thu, 03 Aug 2017 12:49:59 +0200 haftmann corrected slip
Thu, 03 Aug 2017 12:49:58 +0200 haftmann tuned
Fri, 21 Apr 2017 13:51:43 +0200 wenzelm more uniform isabelle_scala;
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, 05 Nov 2016 14:35:40 +0100 wenzelm Scala "\u" notation uses hexadecimal, not octal (amending 00a135c0a17f);
Thu, 23 Jun 2016 16:46:36 +0200 haftmann compiling implicit instances into companion objects for classes avoids ambiguities
Tue, 14 Jun 2016 20:48:42 +0200 haftmann non-deprecated char literals for Scala
Tue, 14 Jun 2016 20:48:41 +0200 haftmann explicit resolution of ambiguous dictionaries
Sun, 06 Sep 2015 22:14:52 +0200 haftmann unconditional parenthesing of (chained) abstractions in Scala, with explicit regression setup
Fri, 09 Jan 2015 08:36:59 +0100 haftmann modernized and more uniform style
Fri, 05 Dec 2014 19:35:36 +0100 haftmann allow multiple inheritance of targets
Thu, 02 Oct 2014 17:51:04 +0200 haftmann accomplish potentially case-insenstive file systems for Scala
Thu, 18 Sep 2014 18:48:04 +0200 haftmann simplified and tuned using signed_string_of_int
Fri, 02 May 2014 21:18:50 +0200 haftmann enforce case of identifiers only to accomodate strict language requirements (or clear separation of constructors from variables in the case of SML)
Thu, 01 May 2014 09:30:36 +0200 haftmann centralized upper/lowercase name mangling
Thu, 27 Feb 2014 18:07:53 +0100 haftmann amended some slips, rolling back currently dysfunctional export minimimalisation for Scala
Sun, 23 Feb 2014 10:33:43 +0100 haftmann keep only identifiers public which are explicitly requested or demanded by dependencies
Sun, 23 Feb 2014 10:33:43 +0100 haftmann explicit option for "open" code generation
Sun, 23 Feb 2014 10:33:43 +0100 haftmann more fine-grain notion of export
Sun, 23 Feb 2014 10:33:43 +0100 haftmann formal markup for public ingredients
Sun, 26 Jan 2014 16:23:46 +0100 haftmann more suitable names, without any notion of "activating"
Sat, 25 Jan 2014 23:50:49 +0100 haftmann less clumsy namespace
Sat, 25 Jan 2014 23:50:49 +0100 haftmann prefer explicit code symbol type over ad-hoc name mangling
Sat, 25 Jan 2014 23:50:49 +0100 haftmann more abstract declaration of unqualified constant names in code printing context
Thu, 04 Jul 2013 08:52:44 +0200 haftmann consider explicit hint for domain of class parameters when printing instance statements
Thu, 04 Jul 2013 08:52:44 +0200 haftmann explicit hint for domain of class parameters in instance statements
Sun, 23 Jun 2013 21:16:07 +0200 haftmann migration from code_(const|type|class|instance) to code_printing and from code_module to code_identifier
Thu, 30 May 2013 14:37:35 +0200 Andreas Lochbihler space between minus sign and number for large negative number literals causes NumberFormatException at run-time
Fri, 24 May 2013 23:57:24 +0200 haftmann bookkeeping and input syntax for exact specification of names of symbols in generated code
Fri, 15 Feb 2013 08:31:31 +0100 haftmann two target language numeral types: integer and natural, as replacement for code_numeral;
Thu, 27 Dec 2012 21:01:08 +0100 haftmann uniform parentheses for constructor -- necessary to accomodate scala 10
Fri, 27 Jul 2012 22:26:38 +0200 haftmann evaluation: allow multiple code modules
Tue, 05 Jun 2012 07:10:51 +0200 haftmann prefer sys.error over plain error in Scala to avoid deprecation warning
Tue, 05 Jun 2012 07:05:56 +0200 haftmann prefer records with speaking labels over deeply nested tuples
Mon, 28 May 2012 13:38:07 +0200 haftmann dropped sort constraints on datatype specifications
Thu, 19 Apr 2012 19:18:11 +0200 haftmann dropped dead code
Fri, 09 Mar 2012 20:17:16 +0100 haftmann always bracket case expressions in Scala
Tue, 20 Sep 2011 09:30:19 +0200 bulwahn syntactic improvements and tuning names in the code generator due to Florian's code review
Wed, 07 Sep 2011 13:51:32 +0200 bulwahn adding the body type as well to the code generation for constants as it is required for type annotations of constants
Wed, 07 Sep 2011 13:51:30 +0200 bulwahn changing const type to pass along if typing annotations are necessary for disambigous terms
Sat, 20 Aug 2011 23:35:30 +0200 wenzelm refined Graph implementation: more abstract/scalable Graph.Keys instead of plain lists -- order of adjacency is now standardized wrt. Key.ord;
Thu, 09 Jun 2011 20:22:22 +0200 wenzelm tuned signature: Name.invent and Name.invent_names;
Thu, 09 Jun 2011 17:51:49 +0200 wenzelm simplified Name.variant -- discontinued builtin fold_map;
less more (0) -100 -60 tip