Overview
Comment: | Bumped version to v1.6304 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.63-stackdumpfix | v1.6304 |
Files: | files | file ages | folders |
SHA1: |
fa49f48d6bf97b202795080ef99bf934 |
User & Date: | mrwellan on 2017-01-10 11:09:22 |
Other Links: | branch diff | manifest | tags |
Context
2017-01-13
| ||
17:03 | merged v1.63-stackdumpfix check-in: cc2e1ee395 user: bjbarcla tags: v1.63 | |
2017-01-12
| ||
23:38 | Automated merge of v1.63-stackdumpfix/fa49f48d6b/integ into integ-home check-in: f6e9dc0d59 user: matt tags: integ-home | |
2017-01-10
| ||
11:09 | Bumped version to v1.6304 Closed-Leaf check-in: fa49f48d6b user: mrwellan tags: v1.63-stackdumpfix, v1.6304 | |
2017-01-09
| ||
23:38 | completed fix for nested calls as part of transaction. Seems to work great but I'm unable to get bigrun to push more than 132 parallel tests (over two hosts). check-in: 5d2ee5c691 user: matt tags: v1.63-stackdumpfix | |
Changes
Modified megatest-version.scm from [2c08f91447] to [0bfef35cf2].
1 2 3 4 5 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.6304) |