wenzelm [Fri, 21 Oct 2022 18:06:32 +0200] rev 76353
clarified signature;
wenzelm [Fri, 21 Oct 2022 17:56:56 +0200] rev 76352
prefer new instance, following "make" signature terminology;
wenzelm [Fri, 21 Oct 2022 16:39:31 +0200] rev 76351
generic support for XZ and Zstd compression in Isabelle/Scala;
support for Zstd compression in Isabelle/ML;
wenzelm [Fri, 21 Oct 2022 14:45:13 +0200] rev 76350
clarified signature: default cache is actually dummy and not changed dynamically;
wenzelm [Fri, 21 Oct 2022 13:15:24 +0200] rev 76349
clarified Zstd.init(): avoid accidential com.github.luben.zstd.util.Native.load() operation;
wenzelm [Fri, 21 Oct 2022 11:08:01 +0200] rev 76348
support for Zstd data compression;
wenzelm [Thu, 20 Oct 2022 23:46:49 +0200] rev 76347
enforce fresh build;
wenzelm [Thu, 20 Oct 2022 23:43:59 +0200] rev 76346
merged
wenzelm [Thu, 20 Oct 2022 20:14:35 +0200] rev 76345
more robust read_file: prefer implicit replacement of bad input instead of failure via MalformedInputException;
wenzelm [Thu, 20 Oct 2022 17:05:06 +0200] rev 76344
more informative errors, with optional exception trace as in Command_Line.tool;