Overview
Comment: | fixed tasks.scm -- Error: (line 1066) unterminated list, starting in line 997 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
8fe99604383456d3e09bf637076453d9 |
User & Date: | bjbarcla on 2019-02-07 17:12:55 |
Other Links: | branch diff | manifest | tags |
Context
2019-02-07
| ||
17:13 | add todo check-in: 081ae45cc8 user: bjbarcla tags: v1.65 | |
17:12 | fixed tasks.scm -- Error: (line 1066) unterminated list, starting in line 997 check-in: 8fe9960438 user: bjbarcla tags: v1.65 | |
2019-02-06
| ||
14:29 | Added -area as an alias to -area-tag to silence errors from MCC check-in: 29f35f475c user: jmoon18 tags: v1.65 | |
Changes
Modified tasks.scm from [34eb5fbf1f] to [9a414ee32a].
︙ | |||
1032 1033 1034 1035 1036 1037 1038 | 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 | - + | (test-step-ids (alist-ref 'test_steps changed)) (test-data-ids (alist-ref 'test_data changed)) (run-stat-ids (alist-ref 'run_stats changed)) (area-tag (if (args:get-arg "-area-tag") (args:get-arg "-area-tag") (if (args:get-arg "-area") (args:get-arg "-area") |
︙ |