| author | wenzelm |
| Wed, 08 Apr 2015 23:00:09 +0200 | |
| changeset 59980 | 070f04c94b2e |
| parent 59952 | 550b74e9b08c |
| child 60032 | 7fcbdc4aeb8e |
| permissions | -rw-r--r-- |
| 13447 | 1 |
Checklist for official releases |
2 |
=============================== |
|
3 |
||
| 59952 | 4 |
- check latest updates of polyml, smlnj, jdk, scala, jedit; |
| 50647 | 5 |
|
6 |
- check Admin/components; |
|
7 |
||
| 47979 | 8 |
- test polyml-5.4.1, polyml-5.4.0, polyml-5.3.0, smlnj; |
| 31308 | 9 |
|
| 53660 | 10 |
- test Isabelle/jEdit on single-core; |
11 |
||
12 |
- test Isabelle/jEdit on airy device; |
|
| 30888 | 13 |
|
| 50957 | 14 |
- test 'display_drafts' command; |
| 25428 | 15 |
|
| 53583 | 16 |
- test "#!/usr/bin/env isabelle_scala_script"; |
17 |
||
| 56829 | 18 |
- check sources: |
19 |
isabelle java isabelle.Check_Source '~~' '$AFP_BASE' |
|
|
53665
ea8343187225
adhoc check of ML sources, in addition to thy files already covered in Thy_Load;
wenzelm
parents:
53660
diff
changeset
|
20 |
|
| 37368 | 21 |
- check ANNOUNCE, README, NEWS, COPYRIGHT, CONTRIBUTORS; |
| 30888 | 22 |
|
| 41617 | 23 |
- check funny base directory, e.g. "Test 中国"; |
24 |
||
| 57454 | 25 |
- check scalable fonts, e.g. src/Doc/Prog_Prove (NOTE: T1 encoding |
| 55367 | 26 |
requires cm-super fonts, which are usually available on MacTeX or |
27 |
Cygwin, but not on Ubuntu/Debian); |
|
28 |
||
| 36860 | 29 |
- diff NEWS wrt. last official release, which is read-only; |
30 |
||
| 53979 | 31 |
- update https://bitbucket.org/isabelle_project/isabelle-website |
| 13447 | 32 |
|
| 53416 | 33 |
- maintain doc/Contents; |
| 13447 | 34 |
|
35 |
- maintain Logics: |
|
| 50647 | 36 |
ROOTS |
| 30852 | 37 |
lib/html/library_index_content.template |
| 13447 | 38 |
|
| 57876 | 39 |
- check HTML header of library; |
40 |
||
|
47408
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
41 |
- test separate compilation of Isabelle/Scala PIDE sources: |
|
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
42 |
Admin/build jars_test |
|
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
46729
diff
changeset
|
43 |
|
| 47834 | 44 |
- test Isabelle/jEdit: |
45 |
print buffer |
|
46 |
||
| 46729 | 47 |
- test contrib components: |
48 |
x86_64-linux without 32bit C/C++ libraries |
|
49 |
||
| 50784 | 50 |
- check "Handler catches all exceptions", using |
51 |
PolyML.Compiler.reportExhaustiveHandlers := true; |
|
52 |
||
|
57624
a7acd2d8c2fb
enable hires explictly, as seen for other high-end Java applications on the Web;
wenzelm
parents:
57454
diff
changeset
|
53 |
- Mac OS X: check app bundle with Retina display; |
|
a7acd2d8c2fb
enable hires explictly, as seen for other high-end Java applications on the Web;
wenzelm
parents:
57454
diff
changeset
|
54 |
|
| 59980 | 55 |
- Mac OS X: check recent MacTeX; |
56 |
||
| 57876 | 57 |
- Windows: check dpi scaling with high-definition display; |
58 |
||
| 59980 | 59 |
- Windows: check recent MiKTeX; |
60 |
||
| 37526 | 61 |
|
| 54052 | 62 |
Repository fork |
63 |
=============== |
|
64 |
||
65 |
- isabelle: finalize NEWS / CONTRIBUTORS -- proper headers for named release; |
|
66 |
||
67 |
- isabelle-release: hg tag; |
|
68 |
||
| 54053 | 69 |
- isabelle: back to post-release mode -- after fork point; |
| 54052 | 70 |
|
71 |
||
| 37526 | 72 |
Packaging |
73 |
========= |
|
74 |
||
| 57454 | 75 |
- fully-automated packaging (requires Mac OS X with gnutar, avoid Mavericks): |
| 37526 | 76 |
|
| 57681 | 77 |
hg up -r DISTNAME && Admin/Release/build -O -l -r DISTNAME /home/isabelle/dist |
| 41600 | 78 |
|
79 |
||
80 |
Final release stage |
|
81 |
=================== |
|
82 |
||
| 47863 | 83 |
- various .hg/hgrc files: |
| 51097 | 84 |
default = http://bitbucket.org/isabelle_project/isabelle-release |
85 |
default = ssh://hg@bitbucket.org/isabelle_project/isabelle-release |
|
| 41600 | 86 |
|
| 47863 | 87 |
- isatest@macbroy28:hg-isabelle/.hg/hgrc |
| 41608 | 88 |
- isatest@macbroy28:devel-page/content/index.content |
89 |
||
| 47977 | 90 |
|
91 |
Post-release |
|
92 |
============ |
|
93 |
||
94 |
- update /home/isabelle and /home/isabelle/html-data |