Differences From Artifact [a44c5abdde]:
- File megatest-version.scm — part of check-in [bb324e0945] at 2012-11-05 13:20:08 on branch trunk — Added catching of ^c and flushing of server communication so that server doesn't die (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
To Artifact [d3ed860b1c]:
- File megatest-version.scm — part of check-in [9daa64433e] at 2012-11-05 13:40:41 on branch trunk — Slight improvement to catching of ^c and flushing of server communication. Servers still dies sometimes (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.5112) |