wenzelm [Sat, 09 Apr 2022 12:02:38 +0200] rev 75425
avoid pattern-match warnings, notably in scala3;
wenzelm [Sat, 09 Apr 2022 11:56:48 +0200] rev 75424
proper type conversion for scala-2.13: problem was unnoticed since ca17e9ebfdf1;
wenzelm [Sat, 09 Apr 2022 11:45:39 +0200] rev 75423
tuned --- accomodate scala3;
wenzelm [Sat, 09 Apr 2022 11:41:37 +0200] rev 75422
proper type conversion for scala-2.13: problem was unnoticed since ca17e9ebfdf1;
wenzelm [Fri, 08 Apr 2022 16:42:52 +0200] rev 75421
back to more ambitious scala-3.1.1 (see 8b7497992301);
wenzelm [Fri, 08 Apr 2022 16:26:48 +0200] rev 75420
tuned --- fewer warnings in scala3;
wenzelm [Fri, 08 Apr 2022 15:56:14 +0200] rev 75419
tuned -- avoid warnings for scala3;
wenzelm [Fri, 08 Apr 2022 15:49:33 +0200] rev 75418
tuned signature -- avoid warnings for scala3;
wenzelm [Fri, 08 Apr 2022 09:58:49 +0200] rev 75417
removed unused flag (see 25c6423ec538);
wenzelm [Thu, 07 Apr 2022 20:15:58 +0200] rev 75416
clarified versions;
haftmann [Sat, 09 Apr 2022 11:40:42 +0200] rev 75415
documentation on diagnostic devices for code generation
haftmann [Sat, 09 Apr 2022 11:27:09 +0200] rev 75414
more correct language
blanchet [Fri, 08 Apr 2022 17:17:21 +0200] rev 75413
enable an E option suggested by Petar Vukmirovic
desharna [Thu, 07 Apr 2022 12:37:42 +0200] rev 75412
used HTTPS for SystemOnTPTP
haftmann [Thu, 07 Apr 2022 05:55:48 +0000] rev 75411
moved from AFP to distribution
wenzelm [Wed, 06 Apr 2022 12:13:35 +0200] rev 75410
avoid static access to sun.tools.jconsole: more robust compilation (notably with scala3), but less robust invocation;
wenzelm [Wed, 06 Apr 2022 12:11:30 +0200] rev 75409
more operations;
tuned message: Class.toString already says "class ...";
wenzelm [Wed, 06 Apr 2022 11:09:58 +0200] rev 75408
clarified signature;
wenzelm [Mon, 04 Apr 2022 23:50:40 +0200] rev 75407
tuned: avoid ambiguity in scala3;
wenzelm [Mon, 04 Apr 2022 23:46:14 +0200] rev 75406
clarified signature: avoid ambiguity in scala3;
wenzelm [Mon, 04 Apr 2022 23:33:14 +0200] rev 75405
clarified signature: avoid ambiguity in scala3;
wenzelm [Mon, 04 Apr 2022 22:42:12 +0200] rev 75404
more robust types (for scala3);
wenzelm [Mon, 04 Apr 2022 22:06:40 +0200] rev 75403
tuned for scala3;
wenzelm [Mon, 04 Apr 2022 22:04:20 +0200] rev 75402
proper indentation (relevant for scala3);
haftmann [Sun, 03 Apr 2022 09:07:37 +0000] rev 75401
adjusted printing of type annotations to accomodate Scala 3
paulson <lp15@cam.ac.uk> [Sun, 03 Apr 2022 14:48:55 +0100] rev 75400
two new examples
haftmann [Sat, 02 Apr 2022 17:03:35 +0000] rev 75399
pass constructor arity as part of case certficiate
haftmann [Sat, 02 Apr 2022 17:03:34 +0000] rev 75398
tuned whitespace in generated code
haftmann [Fri, 01 Apr 2022 16:41:16 +0000] rev 75397
tuned, centralizing case distinction at one place at the cost of modest duplication
wenzelm [Fri, 01 Apr 2022 23:51:07 +0200] rev 75396
clarified formatting, for the sake of scala3;