Wed, 19 Jul 2023 15:56:32 +0200 proper Build_Cluster.Host.parse for parameters and system options;
wenzelm [Wed, 19 Jul 2023 15:56:32 +0200] rev 78408
proper Build_Cluster.Host.parse for parameters and system options; clarified Build_Cluster.Host: empty "host" means local;
Wed, 19 Jul 2023 15:40:02 +0200 more operations for independent "inline" options;
wenzelm [Wed, 19 Jul 2023 15:40:02 +0200] rev 78407
more operations for independent "inline" options;
Wed, 19 Jul 2023 13:29:18 +0200 clarified options: accommodate potentially slow database connection;
wenzelm [Wed, 19 Jul 2023 13:29:18 +0200] rev 78406
clarified options: accommodate potentially slow database connection;
Wed, 19 Jul 2023 13:17:38 +0200 minor performance tuning;
wenzelm [Wed, 19 Jul 2023 13:17:38 +0200] rev 78405
minor performance tuning;
Wed, 19 Jul 2023 11:40:00 +0200 add option "build_context" in anticipation of AFP entries that require special tricks in Isabelle/ML (NB: system component settings are unavailable in AFP);
wenzelm [Wed, 19 Jul 2023 11:40:00 +0200] rev 78404
add option "build_context" in anticipation of AFP entries that require special tricks in Isabelle/ML (NB: system component settings are unavailable in AFP);
Wed, 19 Jul 2023 11:31:19 +0200 proper build_options (amending 822ddccda899);
wenzelm [Wed, 19 Jul 2023 11:31:19 +0200] rev 78403
proper build_options (amending 822ddccda899);
Wed, 19 Jul 2023 10:56:19 +0200 clarified options;
wenzelm [Wed, 19 Jul 2023 10:56:19 +0200] rev 78402
clarified options;
Wed, 19 Jul 2023 10:42:40 +0200 proforma support for remote build hosts;
wenzelm [Wed, 19 Jul 2023 10:42:40 +0200] rev 78401
proforma support for remote build hosts;
Tue, 18 Jul 2023 23:03:39 +0200 more options for performance tuning;
wenzelm [Tue, 18 Jul 2023 23:03:39 +0200] rev 78400
more options for performance tuning;
Tue, 18 Jul 2023 21:06:11 +0200 more operations;
wenzelm [Tue, 18 Jul 2023 21:06:11 +0200] rev 78399
more operations;
Tue, 18 Jul 2023 20:14:57 +0200 support for management of build cluster;
wenzelm [Tue, 18 Jul 2023 20:14:57 +0200] rev 78398
support for management of build cluster;
Tue, 18 Jul 2023 19:41:56 +0200 clarified modules;
wenzelm [Tue, 18 Jul 2023 19:41:56 +0200] rev 78397
clarified modules;
Tue, 18 Jul 2023 19:51:12 +0200 renamed object Data to private_data, to emphasize its intended scope (but it is publicly accessible in the database);
wenzelm [Tue, 18 Jul 2023 19:51:12 +0200] rev 78396
renamed object Data to private_data, to emphasize its intended scope (but it is publicly accessible in the database);
Tue, 18 Jul 2023 13:34:18 +0200 more conservative build_delay (despite 9600720071e6): avoid exessive build_database operations, notably via ssh;
wenzelm [Tue, 18 Jul 2023 13:34:18 +0200] rev 78395
more conservative build_delay (despite 9600720071e6): avoid exessive build_database operations, notably via ssh;
Tue, 18 Jul 2023 13:32:34 +0200 proper running limit, based on this worker process;
wenzelm [Tue, 18 Jul 2023 13:32:34 +0200] rev 78394
proper running limit, based on this worker process; prefer bulk jobs: much faster cancellation;
Tue, 18 Jul 2023 12:55:43 +0200 more robust: implicit locking of tables in standard order;
wenzelm [Tue, 18 Jul 2023 12:55:43 +0200] rev 78393
more robust: implicit locking of tables in standard order;
Tue, 18 Jul 2023 12:50:34 +0200 more uniform guard (!exists_table(table)): avoid "ALTER TABLE" on already existing table, which could lead to deadlocks if this is presently locked;
wenzelm [Tue, 18 Jul 2023 12:50:34 +0200] rev 78392
more uniform guard (!exists_table(table)): avoid "ALTER TABLE" on already existing table, which could lead to deadlocks if this is presently locked;
Tue, 18 Jul 2023 12:39:20 +0200 removed unused "create_index": implicit index from primary_key is usually sufficient;
wenzelm [Tue, 18 Jul 2023 12:39:20 +0200] rev 78391
removed unused "create_index": implicit index from primary_key is usually sufficient;
Tue, 18 Jul 2023 12:32:07 +0200 clarified "vacuum" (again, reverting 0bd366fad888);
wenzelm [Tue, 18 Jul 2023 12:32:07 +0200] rev 78390
clarified "vacuum" (again, reverting 0bd366fad888);
Tue, 18 Jul 2023 12:19:12 +0200 clarified signature: eliminate SQL.Tables.empty to avoid confusion (see also 0bd366fad888);
wenzelm [Tue, 18 Jul 2023 12:19:12 +0200] rev 78389
clarified signature: eliminate SQL.Tables.empty to avoid confusion (see also 0bd366fad888);
Tue, 18 Jul 2023 11:39:43 +0200 update for release;
wenzelm [Tue, 18 Jul 2023 11:39:43 +0200] rev 78388
update for release;
Mon, 17 Jul 2023 21:41:14 +0200 merged
wenzelm [Mon, 17 Jul 2023 21:41:14 +0200] rev 78387
merged
Mon, 17 Jul 2023 21:35:27 +0200 more elementary transaction implementation (despite fda3f7a158b9 and 9da65bc75610);
wenzelm [Mon, 17 Jul 2023 21:35:27 +0200] rev 78386
more elementary transaction implementation (despite fda3f7a158b9 and 9da65bc75610);
Mon, 17 Jul 2023 20:59:50 +0200 tuned signature;
wenzelm [Mon, 17 Jul 2023 20:59:50 +0200] rev 78385
tuned signature;
Mon, 17 Jul 2023 20:44:58 +0200 proper check (amending 234f2ff9afe6);
wenzelm [Mon, 17 Jul 2023 20:44:58 +0200] rev 78384
proper check (amending 234f2ff9afe6);
Mon, 17 Jul 2023 20:32:19 +0200 more robust: exclude accidental nesting (synchronized block is re-entrant);
wenzelm [Mon, 17 Jul 2023 20:32:19 +0200] rev 78383
more robust: exclude accidental nesting (synchronized block is re-entrant);
Mon, 17 Jul 2023 20:31:45 +0200 clarified errors;
wenzelm [Mon, 17 Jul 2023 20:31:45 +0200] rev 78382
clarified errors;
Mon, 17 Jul 2023 16:09:59 +0200 removed junk (amending f8e3b228670c);
wenzelm [Mon, 17 Jul 2023 16:09:59 +0200] rev 78381
removed junk (amending f8e3b228670c);
Mon, 17 Jul 2023 16:02:28 +0200 tuned output;
wenzelm [Mon, 17 Jul 2023 16:02:28 +0200] rev 78380
tuned output;
Mon, 17 Jul 2023 15:31:42 +0200 reuse SSH.Server connection for database server;
wenzelm [Mon, 17 Jul 2023 15:31:42 +0200] rev 78379
reuse SSH.Server connection for database server;
Mon, 17 Jul 2023 12:22:39 +0200 tuned source structure;
wenzelm [Mon, 17 Jul 2023 12:22:39 +0200] rev 78378
tuned source structure;
Mon, 17 Jul 2023 12:22:31 +0200 clarified check: uniform session_info_exists;
wenzelm [Mon, 17 Jul 2023 12:22:31 +0200] rev 78377
clarified check: uniform session_info_exists;
Mon, 17 Jul 2023 12:16:12 +0200 more complete check;
wenzelm [Mon, 17 Jul 2023 12:16:12 +0200] rev 78376
more complete check;
Mon, 17 Jul 2023 12:15:06 +0200 clarified signature: more specific exists_table --- avoid retrieving full list beforehand;
wenzelm [Mon, 17 Jul 2023 12:15:06 +0200] rev 78375
clarified signature: more specific exists_table --- avoid retrieving full list beforehand;
Mon, 17 Jul 2023 11:39:32 +0200 reuse database_server connection;
wenzelm [Mon, 17 Jul 2023 11:39:32 +0200] rev 78374
reuse database_server connection;
Mon, 17 Jul 2023 11:20:28 +0200 more informative trace;
wenzelm [Mon, 17 Jul 2023 11:20:28 +0200] rev 78373
more informative trace;
Sun, 16 Jul 2023 21:01:33 +0200 reuse SSH.Server connection database server;
wenzelm [Sun, 16 Jul 2023 21:01:33 +0200] rev 78372
reuse SSH.Server connection database server;
Sun, 16 Jul 2023 19:38:12 +0200 tuned output;
wenzelm [Sun, 16 Jul 2023 19:38:12 +0200] rev 78371
tuned output;
Sun, 16 Jul 2023 19:30:10 +0200 make double-sure that this is a transaction context, notably for LOCK TABLE;
wenzelm [Sun, 16 Jul 2023 19:30:10 +0200] rev 78370
make double-sure that this is a transaction context, notably for LOCK TABLE;
Sun, 16 Jul 2023 19:13:08 +0200 more robust Java/Scala multithreading: transaction is always connection.synchronized;
wenzelm [Sun, 16 Jul 2023 19:13:08 +0200] rev 78369
more robust Java/Scala multithreading: transaction is always connection.synchronized;
Sun, 16 Jul 2023 16:12:38 +0200 clarified signature: proper Scala function for command-line tool;
wenzelm [Sun, 16 Jul 2023 16:12:38 +0200] rev 78368
clarified signature: proper Scala function for command-line tool;
Sun, 16 Jul 2023 16:11:12 +0200 tuned signature;
wenzelm [Sun, 16 Jul 2023 16:11:12 +0200] rev 78367
tuned signature;
Sun, 16 Jul 2023 15:53:13 +0200 clarified signature: more operations;
wenzelm [Sun, 16 Jul 2023 15:53:13 +0200] rev 78366
clarified signature: more operations;
Sun, 16 Jul 2023 14:19:36 +0200 more standard time unit;
wenzelm [Sun, 16 Jul 2023 14:19:36 +0200] rev 78365
more standard time unit;
Sun, 16 Jul 2023 14:11:56 +0200 clarified options;
wenzelm [Sun, 16 Jul 2023 14:11:56 +0200] rev 78364
clarified options;
Sun, 16 Jul 2023 13:45:46 +0200 tuned output;
wenzelm [Sun, 16 Jul 2023 13:45:46 +0200] rev 78363
tuned output;
Sun, 16 Jul 2023 13:41:00 +0200 global transaction_count;
wenzelm [Sun, 16 Jul 2023 13:41:00 +0200] rev 78362
global transaction_count;
Sun, 16 Jul 2023 12:34:41 +0200 tuned output;
wenzelm [Sun, 16 Jul 2023 12:34:41 +0200] rev 78361
tuned output;
Sun, 16 Jul 2023 12:34:30 +0200 tuned output;
wenzelm [Sun, 16 Jul 2023 12:34:30 +0200] rev 78360
tuned output;
Sun, 16 Jul 2023 12:19:48 +0200 prefer asynchronous operations: reduce time spent within synchronized_database("Build_Process.start_job");
wenzelm [Sun, 16 Jul 2023 12:19:48 +0200] rev 78359
prefer asynchronous operations: reduce time spent within synchronized_database("Build_Process.start_job");
Sun, 16 Jul 2023 11:46:53 +0200 clarified isabelle.transaction_log: support time_min (in ms);
wenzelm [Sun, 16 Jul 2023 11:46:53 +0200] rev 78358
clarified isabelle.transaction_log: support time_min (in ms);
Sun, 16 Jul 2023 11:43:32 +0200 more operations;
wenzelm [Sun, 16 Jul 2023 11:43:32 +0200] rev 78357
more operations;
Sun, 16 Jul 2023 11:29:23 +0200 more informative trace;
wenzelm [Sun, 16 Jul 2023 11:29:23 +0200] rev 78356
more informative trace;
Sun, 16 Jul 2023 11:03:10 +0200 support trace of transaction_lock via property "isabelle.transaction_log";
wenzelm [Sun, 16 Jul 2023 11:03:10 +0200] rev 78355
support trace of transaction_lock via property "isabelle.transaction_log";
Sun, 16 Jul 2023 10:50:40 +0200 proper db.transaction_lock instead of adhoc clone (amending 2df0f3604a67);
wenzelm [Sun, 16 Jul 2023 10:50:40 +0200] rev 78354
proper db.transaction_lock instead of adhoc clone (amending 2df0f3604a67);
Sun, 16 Jul 2023 09:54:55 +0200 tuned;
wenzelm [Sun, 16 Jul 2023 09:54:55 +0200] rev 78353
tuned;
Sun, 16 Jul 2023 09:50:42 +0200 proper close() operation;
wenzelm [Sun, 16 Jul 2023 09:50:42 +0200] rev 78352
proper close() operation;
Sun, 16 Jul 2023 09:34:30 +0200 tuned comments;
wenzelm [Sun, 16 Jul 2023 09:34:30 +0200] rev 78351
tuned comments;
Sat, 15 Jul 2023 20:34:06 +0200 more robust: avoid nested transactions (on disjoint tables);
wenzelm [Sat, 15 Jul 2023 20:34:06 +0200] rev 78350
more robust: avoid nested transactions (on disjoint tables);
Sat, 15 Jul 2023 20:08:19 +0200 potentially more robust: long-running operation only for build master, not workers;
wenzelm [Sat, 15 Jul 2023 20:08:19 +0200] rev 78349
potentially more robust: long-running operation only for build master, not workers;
Sat, 15 Jul 2023 19:55:32 +0200 less ambitions transactions (amending 3f3dcf9f53f1): TRANSACTION_SERIALIZABLE may lead to spurious rollback exceptions;
wenzelm [Sat, 15 Jul 2023 19:55:32 +0200] rev 78348
less ambitions transactions (amending 3f3dcf9f53f1): TRANSACTION_SERIALIZABLE may lead to spurious rollback exceptions;
Sat, 15 Jul 2023 19:34:48 +0200 clarified signature: more operations;
wenzelm [Sat, 15 Jul 2023 19:34:48 +0200] rev 78347
clarified signature: more operations;
Sat, 15 Jul 2023 14:06:53 +0200 clarified signature: more operations;
wenzelm [Sat, 15 Jul 2023 14:06:53 +0200] rev 78346
clarified signature: more operations;
Sat, 15 Jul 2023 13:38:01 +0200 clarified signature;
wenzelm [Sat, 15 Jul 2023 13:38:01 +0200] rev 78345
clarified signature;
Fri, 14 Jul 2023 16:53:39 +0200 clarified signature;
wenzelm [Fri, 14 Jul 2023 16:53:39 +0200] rev 78344
clarified signature;
Fri, 14 Jul 2023 14:56:48 +0200 clarified signature: follow Store.open_database;
wenzelm [Fri, 14 Jul 2023 14:56:48 +0200] rev 78343
clarified signature: follow Store.open_database;
Fri, 14 Jul 2023 14:25:53 +0200 tuned;
wenzelm [Fri, 14 Jul 2023 14:25:53 +0200] rev 78342
tuned;
Fri, 14 Jul 2023 14:21:22 +0200 clarified signature;
wenzelm [Fri, 14 Jul 2023 14:21:22 +0200] rev 78341
clarified signature;
Fri, 14 Jul 2023 13:31:05 +0200 clarified signature: more uniform SSH.Port_Forwarding;
wenzelm [Fri, 14 Jul 2023 13:31:05 +0200] rev 78340
clarified signature: more uniform SSH.Port_Forwarding;
Fri, 14 Jul 2023 11:11:06 +0200 tuned signature;
wenzelm [Fri, 14 Jul 2023 11:11:06 +0200] rev 78339
tuned signature;
Sun, 16 Jul 2023 11:04:59 +0100 X = trivial_topology rather than topspace X = {}
paulson <lp15@cam.ac.uk> [Sun, 16 Jul 2023 11:04:59 +0100] rev 78338
X = trivial_topology rather than topspace X = {}
Sat, 15 Jul 2023 23:35:00 +0100 merged
paulson [Sat, 15 Jul 2023 23:35:00 +0100] rev 78337
merged
Sat, 15 Jul 2023 23:34:42 +0100 trivial_topology
paulson <lp15@cam.ac.uk> [Sat, 15 Jul 2023 23:34:42 +0100] rev 78336
trivial_topology
Fri, 14 Jul 2023 15:54:25 +0200 merged;
Lukas Stevens <mail@lukas-stevens.de> [Fri, 14 Jul 2023 15:54:25 +0200] rev 78335
merged;
Fri, 14 Jul 2023 15:45:50 +0200 added docs for order method in Orderings;
Lukas Stevens <mail@lukas-stevens.de> [Fri, 14 Jul 2023 15:45:50 +0200] rev 78334
added docs for order method in Orderings; The order method is now tried by try0. This adds some documentation for users of try0 that stumble over the order method
Fri, 14 Jul 2023 14:21:25 +0100 News update referring to Analysis
paulson <lp15@cam.ac.uk> [Fri, 14 Jul 2023 14:21:25 +0100] rev 78333
News update referring to Analysis
Fri, 14 Jul 2023 09:32:44 +0200 tuned error message;
Fabian Huch <huch@in.tum.de> [Fri, 14 Jul 2023 09:32:44 +0200] rev 78332
tuned error message;
Thu, 13 Jul 2023 14:02:36 +0200 more NEWS;
wenzelm [Thu, 13 Jul 2023 14:02:36 +0200] rev 78331
more NEWS;
Thu, 13 Jul 2023 13:51:08 +0200 tuned output;
wenzelm [Thu, 13 Jul 2023 13:51:08 +0200] rev 78330
tuned output;
Thu, 13 Jul 2023 13:10:40 +0200 tuned output;
wenzelm [Thu, 13 Jul 2023 13:10:40 +0200] rev 78329
tuned output;
Thu, 13 Jul 2023 13:04:15 +0200 clarified session_statistics: removed somewhat pointless per-theory statistics;
wenzelm [Thu, 13 Jul 2023 13:04:15 +0200] rev 78328
clarified session_statistics: removed somewhat pointless per-theory statistics;
Thu, 13 Jul 2023 10:36:27 +0200 tuned error messages;
Fabian Huch <huch@in.tum.de> [Thu, 13 Jul 2023 10:36:27 +0200] rev 78327
tuned error messages;
Thu, 13 Jul 2023 09:51:10 +0200 more TOML formatting functions;
Fabian Huch <huch@in.tum.de> [Thu, 13 Jul 2023 09:51:10 +0200] rev 78326
more TOML formatting functions;
Wed, 12 Jul 2023 23:11:59 +0100 merged
paulson [Wed, 12 Jul 2023 23:11:59 +0100] rev 78325
merged
Wed, 12 Jul 2023 22:28:38 +0100 Doubled the time limit for HOL-Probability
paulson <lp15@cam.ac.uk> [Wed, 12 Jul 2023 22:28:38 +0100] rev 78324
Doubled the time limit for HOL-Probability
Wed, 12 Jul 2023 18:28:19 +0100 merged
paulson [Wed, 12 Jul 2023 18:28:19 +0100] rev 78323
merged
Wed, 12 Jul 2023 18:28:11 +0100 Some fixes, and SOME TIME LIMITS
paulson <lp15@cam.ac.uk> [Wed, 12 Jul 2023 18:28:11 +0100] rev 78322
Some fixes, and SOME TIME LIMITS
Tue, 11 Jul 2023 20:22:08 +0100 merged
paulson [Tue, 11 Jul 2023 20:22:08 +0100] rev 78321
merged
Tue, 11 Jul 2023 20:21:58 +0100 cosmetic improvements, new lemmas, especially more uses of function space
paulson <lp15@cam.ac.uk> [Tue, 11 Jul 2023 20:21:58 +0100] rev 78320
cosmetic improvements, new lemmas, especially more uses of function space
Wed, 12 Jul 2023 22:05:19 +0200 more NEWS;
wenzelm [Wed, 12 Jul 2023 22:05:19 +0200] rev 78319
more NEWS;
Wed, 12 Jul 2023 21:50:13 +0200 NEWS;
wenzelm [Wed, 12 Jul 2023 21:50:13 +0200] rev 78318
NEWS;
Wed, 12 Jul 2023 21:47:14 +0200 tuned whitespace;
wenzelm [Wed, 12 Jul 2023 21:47:14 +0200] rev 78317
tuned whitespace;
Wed, 12 Jul 2023 21:07:21 +0200 added TOML module from afp;
Fabian Huch <huch@in.tum.de> [Wed, 12 Jul 2023 21:07:21 +0200] rev 78316
added TOML module from afp;
Wed, 12 Jul 2023 16:23:28 +0200 proper system integration and renaming;
wenzelm [Wed, 12 Jul 2023 16:23:28 +0200] rev 78315
proper system integration and renaming;
Wed, 12 Jul 2023 15:20:01 +0200 copy/rename files from private autocorres version e45b9b680d3e;
wenzelm [Wed, 12 Jul 2023 15:20:01 +0200] rev 78314
copy/rename files from private autocorres version e45b9b680d3e;
Tue, 11 Jul 2023 19:31:54 +0200 Added tag Isabelle2023-RC1 for changeset 006dbc9c2de1
wenzelm [Tue, 11 Jul 2023 19:31:54 +0200] rev 78313
Added tag Isabelle2023-RC1 for changeset 006dbc9c2de1
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 tip