Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce: add test | Martin Czygan | 2021-07-14 | 1 | -0/+20 |
| | |||||
* | reduce: add csl field | Martin Czygan | 2021-07-14 | 1 | -0/+32 |
| | |||||
* | reduce: fix off-by-one error | Martin Czygan | 2021-07-14 | 1 | -1/+1 |
| | | | | duplication detection required a +1 on the index in the ref document | ||||
* | reduce: temp bug fix for line cutter | Martin Czygan | 2021-07-13 | 1 | -31/+56 |
| | | | | | | | | we wanted to trim whitespace at one point, because values contained the separator values; however this breaks with empty values; move back to not trimming values except for the newline, when requesting the last value; moving forward, we need to clean or reject dirty values or use a different delimiter | ||||
* | mock out time.Now for tests | Martin Czygan | 2021-07-13 | 1 | -0/+4 |
| | |||||
* | use most sensible file name | Martin Czygan | 2021-07-05 | 1 | -0/+451 |
* we have map, so we should have reduce |