Overview
Comment: | Added arch brainstorming file and a fix to the clean target. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
c2d166b052fc39a8461a56b46d0ee330 |
User & Date: | mrwellan on 2018-02-21 12:48:57 |
Other Links: | branch diff | manifest | tags |
Context
2018-02-21
| ||
13:47 | More license clean up (missed a whole bunch) check-in: d668d912e4 user: mrwellan tags: v1.65 | |
12:48 | Added arch brainstorming file and a fix to the clean target. check-in: c2d166b052 user: mrwellan tags: v1.65 | |
2018-02-20
| ||
10:58 | updated code that maps items to emit error in case of itemmap directive having invalid regex / mismatched backreferences in replacement that previously caused silent exceptions and only clue was ZERO_ITEMS status check-in: 90452f880b user: bjbarcla tags: v1.65 | |
Changes
Modified Makefile from [6fdc76eed3] to [3cf1bdc293].
︙ | |||
287 288 289 290 291 292 293 | 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 | - + | mkdir -p ext-tests cd ext-tests;fossil open --nested $(MTQA_FOSSIL) $(MTQA_FOSSIL) : fossil clone https://www.kiatoa.com/fossils/megatest_qa $(MTQA_FOSSIL) clean : |
︙ |
Added docs/architecture-brainstorming.fig version [57845d0b3e].