Skip to content
Success

Changes

Summary

  1. merged
  2. removed somewhat pointless support for Jenkins log files: it has stopped working long ago;
  3. more uniform components context for the managing "self_isabelle" and the managed "other_isabelle";
  4. tuned signature;
  5. more operations;
  6. obsolete (see also d547173212d2);
  7. clarified names to emphasize suble differences in meaning;
  8. prefer high-level Other_Isabelle.bash over low-level SSH.execute;
  9. unused (see 378bb7a739c3);
  10. more options to manage resolved components;
  11. proper use of current ISABELLE_COMPONENT_REPOSITORY from the managing Isabelle system (amending 3e963d68d394);
  12. tuned comments;
  13. tuned;
  14. clarified signature: more explicit types; scale chart output, instead of stored data;
  15. more operations;
  16. tuned;
  17. clarified signature: more robust field_scale;
  18. clarified signature: more explicit types;
  19. clarified signature;
  20. tuned;
  21. support units, e.g. java.lang.Long.MAX_VALUE is 8 EiB;
  22. more explicit types;
  23. prefer typed/strict operations;
  24. tuned message;
  25. prefer strict operation: java.io.File.length returns 0 for non-existent file;
  26. prefer typed bytes count, but retain toString of original Long for robustness of Java/Scala string composition;
  27. back to Scala 3.2.0 for now, since 3.2.1 causes odd crash of REPL concerning value classes (e.g. "isabelle.Time.now()"); enforce rebuild of Isabelle/ML + Isabelle/Scala;
Changeset 77134:523839d6d8ff by wenzelm:
merged
Changeset 77133:536c033fb6eb by wenzelm:
removed somewhat pointless support for Jenkins log files: it has stopped working long ago;
The file was modified etc/build.props (diff)
The file was modified src/Pure/Admin/build_log.scala (diff)
The file was modified src/Pure/Admin/build_status.scala (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
The file was removedsrc/Pure/Admin/jenkins.scala
Changeset 77132:53ce5a39c987 by wenzelm:
more uniform components context for the managing "self_isabelle" and the managed "other_isabelle";
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 77131:c8d34e74a12b by wenzelm:
tuned signature;
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 77130:2b8cf3b94cde by wenzelm:
more operations;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 77129:c79da77d9e87 by wenzelm:
obsolete (see also d547173212d2);
The file was modified src/Pure/Admin/build_history.scala (diff)
Changeset 77128:f40c36ab154d by wenzelm:
clarified names to emphasize suble differences in meaning;
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
The file was modified src/Pure/System/components.scala (diff)
Changeset 77127:a8f002720ebb by wenzelm:
prefer high-level Other_Isabelle.bash over low-level SSH.execute;
The file was modified src/Pure/Admin/build_history.scala (diff)
Changeset 77126:973cd25af280 by wenzelm:
unused (see 378bb7a739c3);
The file was modified src/Pure/Admin/build_history.scala (diff)
Changeset 77125:158790217aa9 by wenzelm:
more options to manage resolved components;
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 77124:be90af1e3254 by wenzelm:
proper use of current ISABELLE_COMPONENT_REPOSITORY from the managing Isabelle system (amending 3e963d68d394);
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77123:a2ae6baa8219 by wenzelm:
tuned comments;
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77122:25a497bb7b0b by wenzelm:
tuned;
The file was modified src/Pure/General/space.scala (diff)
The file was modified src/Pure/ML/ml_syntax.scala (diff)
Changeset 77121:ceee2a01322e by wenzelm:
clarified signature: more explicit types;<br>scale chart output, instead of stored data;
The file was modified src/Pure/Admin/build_status.scala (diff)
The file was modified src/Pure/ML/ml_statistics.scala (diff)
Changeset 77120:8c14be9beb58 by wenzelm:
more operations;
The file was modified src/Pure/General/space.scala (diff)
Changeset 77119:34a6b8bd7abd by wenzelm:
tuned;
The file was modified src/Pure/ML/ml_statistics.scala (diff)
Changeset 77118:f07d6bcbefa8 by wenzelm:
clarified signature: more robust field_scale;
The file was modified src/Pure/ML/ml_statistics.scala (diff)
Changeset 77117:9a22256b0a27 by wenzelm:
clarified signature: more explicit types;
The file was modified src/Pure/Admin/build_status.scala (diff)
The file was modified src/Pure/ML/ml_statistics.scala (diff)
The file was modified src/Tools/jEdit/src/monitor_dockable.scala (diff)
Changeset 77116:00d1db8e496e by wenzelm:
clarified signature;
The file was modified src/Pure/General/space.scala (diff)
Changeset 77115:97a425ecf96d by wenzelm:
tuned;
The file was modified src/Pure/ML/ml_statistics.scala (diff)
Changeset 77114:6608de52a3b5 by wenzelm:
support units, e.g. java.lang.Long.MAX_VALUE is 8 EiB;
The file was modified src/Pure/General/space.scala (diff)
Changeset 77113:c301b97b4301 by wenzelm:
more explicit types;
The file was modified src/Pure/Admin/build_log.scala (diff)
Changeset 77112:6f2ddbff972c by wenzelm:
prefer typed/strict operations;
The file was modified src/Pure/PIDE/headless.scala (diff)
Changeset 77111:aa359010d264 by wenzelm:
tuned message;
The file was modified src/Pure/General/value.scala (diff)
Changeset 77110:595358b9f61d by wenzelm:
prefer strict operation: java.io.File.length returns 0 for non-existent file;
The file was modified src/Pure/General/file.scala (diff)
Changeset 77109:e3a2b3536030 by wenzelm:
prefer typed bytes count, but retain toString of original Long for robustness of Java/Scala string composition;
The file was addedsrc/Pure/General/space.scala
The file was modified etc/build.props (diff)
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/General/file.scala (diff)
Changeset 77108:4f68b165d69e by wenzelm:
back to Scala 3.2.0 for now, since 3.2.1 causes odd crash of REPL concerning value classes (e.g. &quot;isabelle.Time.now()&quot;);<br>enforce rebuild of Isabelle/ML + Isabelle/Scala;
The file was modified Admin/components/main (diff)
The file was modified src/Pure/ROOT.ML (diff)
The file was modified src/Pure/ROOT.scala (diff)