Skip to content
Success

Changes

Summary

  1. merged
  2. prefer statically-typed close operation, avoid Java 11 warning: "Illegal reflective access by scala.reflect.package$ to method sun.net.httpserver.LeftOverInputStream.close()";
  3. more robust hostname for Isabelle cronjobs: do not rely on target OS installation for resulting build_log database content;
  4. more uniform wrt. File.find_files;
  5. proper use of stat() vs. lstat() (for symlinks);
  6. more uniform find_files, notably for symlinks;
  7. is_file/is_dir/read_dir: more uniform treatment of errors and boundary cases, notably for symlinks in ssh;
  8. clarified default (amending 72a9860f8602): avoid implicit change of File.find_files (it can have bad effects e.g. on "isabelle update_cartouches");
  9. fixed import
  10. extract example for ab_group_add_on_with
  11. generalized local_typedef_ab_group_add
  12. use locales in Group_On_With
Changeset 69306:341ebf35464b by wenzelm:
merged
Changeset 69305:5a71b5145201 by wenzelm:
prefer statically-typed close operation, avoid Java 11 warning: "Illegal reflective access by scala.reflect.package$ to method sun.net.httpserver.LeftOverInputStream.close()";
The file was modified src/Pure/General/http.scala (diff)
Changeset 69304:1f4afcde3334 by wenzelm:
more robust hostname for Isabelle cronjobs: do not rely on target OS installation for resulting build_log database content;
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 69303:51d8b4dbc61b by wenzelm:
more uniform wrt. File.find_files;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 69302:5faf57207a9b by wenzelm:
proper use of stat() vs. lstat() (for symlinks);
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 69301:f6c17b9e1104 by wenzelm:
more uniform find_files, notably for symlinks;
The file was modified src/Pure/General/file.scala (diff)
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 69300:8b6ab9989bcd by wenzelm:
is_file/is_dir/read_dir: more uniform treatment of errors and boundary cases, notably for symlinks in ssh;
The file was modified src/Pure/General/file.ML (diff)
The file was modified src/Pure/General/file.scala (diff)
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 69299:2fd070377c99 by wenzelm:
clarified default (amending 72a9860f8602): avoid implicit change of File.find_files (it can have bad effects e.g. on "isabelle update_cartouches");
The file was modified src/Pure/Admin/build_log.scala (diff)
The file was modified src/Pure/General/file.scala (diff)
Changeset 69298:360bde07daf9 by immler:
fixed import
The file was modified src/HOL/Types_To_Sets/Examples/Group_On_With.thy (diff)
Changeset 69297:4cf8a0432650 by immler:
extract example for ab_group_add_on_with
The file was modified src/HOL/Types_To_Sets/Examples/Group_On_With.thy (diff)
The file was modified src/HOL/Types_To_Sets/Examples/Linear_Algebra_On.thy (diff)
Changeset 69296:bc0b0d465991 by immler:
generalized local_typedef_ab_group_add
The file was modified src/HOL/Types_To_Sets/Examples/Group_On_With.thy (diff)
The file was modified src/HOL/Types_To_Sets/Examples/Linear_Algebra_On.thy (diff)
The file was modified src/HOL/Types_To_Sets/Examples/Linear_Algebra_On_With.thy (diff)
The file was modified src/HOL/Types_To_Sets/Examples/Prerequisites.thy (diff)
Changeset 69295:b8b33ef47f40 by immler:
use locales in Group_On_With
The file was modified src/HOL/Types_To_Sets/Examples/Group_On_With.thy (diff)
The file was modified src/HOL/Types_To_Sets/Examples/Linear_Algebra_On.thy (diff)
The file was modified src/HOL/Types_To_Sets/Examples/Prerequisites.thy (diff)