<feed xmlns='http://www.w3.org/2005/Atom'>
<title>todolist.git/todolist/parser_test.go, branch 0.7</title>
<subtitle>Simple GTD-style todo list for the command line.
</subtitle>
<id>http://forge.jan.systems/todolist.git/atom?h=0.7</id>
<link rel='self' href='http://forge.jan.systems/todolist.git/atom?h=0.7'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/'/>
<updated>2017-06-12T12:13:15Z</updated>
<entry>
<title>Fix #64, parsing a todo with europe date format</title>
<updated>2017-06-12T12:13:15Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-06-12T12:13:15Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=c50de79c4828dbb4f9b5c23bf9e00ea4dea38a01'/>
<id>urn:sha1:c50de79c4828dbb4f9b5c23bf9e00ea4dea38a01</id>
<content type='text'>
* the `hasDue` function was not running, and therefore it was not parsing the due date.
* Also added the beginnings of a more holistic test approach, using `app_test.go`.
</content>
</entry>
<entry>
<title>Formatting for test</title>
<updated>2017-05-11T00:21:41Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-05-11T00:21:41Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=d86bc4ea3f85bab91be80792c423b2a96aa6d626'/>
<id>urn:sha1:d86bc4ea3f85bab91be80792c423b2a96aa6d626</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the tests</title>
<updated>2017-05-10T00:20:24Z</updated>
<author>
<name>Grant Ammons</name>
<email>gammons@gmail.com</email>
</author>
<published>2017-05-10T00:17:33Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=580183ad7f155e4cdce047bdeb22fd775be69fc8'/>
<id>urn:sha1:580183ad7f155e4cdce047bdeb22fd775be69fc8</id>
<content type='text'>
* Test editing a todo with just a due date does not affect subject
* Test editing a todo with just subject does not affect due date
* Editing a subject should also update projects and contexts
</content>
</entry>
<entry>
<title>subcommands like delete don't take a subject, so make it optional</title>
<updated>2017-05-10T00:20:24Z</updated>
<author>
<name>Michael Strüder</name>
<email>mikezter@gmail.com</email>
</author>
<published>2017-05-03T13:18:13Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=fdca747e173c20f59901207c3f1887cece2a9351'/>
<id>urn:sha1:fdca747e173c20f59901207c3f1887cece2a9351</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test multiple whitespace</title>
<updated>2017-05-10T00:20:24Z</updated>
<author>
<name>Michael Strüder</name>
<email>mikezter@gmail.com</email>
</author>
<published>2017-05-03T08:59:26Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=950aabce192d6dd15eee60717a510be2bb4f9c7c'/>
<id>urn:sha1:950aabce192d6dd15eee60717a510be2bb4f9c7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add test for func (p Parser) Parse()</title>
<updated>2017-05-10T00:20:24Z</updated>
<author>
<name>Michael Strüder</name>
<email>mikezter@gmail.com</email>
</author>
<published>2017-05-02T15:00:26Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=d2df88f217cef638bdca527794969fcaa835bfd7'/>
<id>urn:sha1:d2df88f217cef638bdca527794969fcaa835bfd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds support to projects with hyphen</title>
<updated>2017-03-25T21:27:26Z</updated>
<author>
<name>Rodrigo Dumont</name>
<email>rlsdumont@gmail.com</email>
</author>
<published>2017-03-25T21:27:26Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=91c11630ef1e0a5394754def253876507ac8b94d'/>
<id>urn:sha1:91c11630ef1e0a5394754def253876507ac8b94d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit removes all usages of github.com/jinzhu/now.</title>
<updated>2017-03-04T02:29:35Z</updated>
<author>
<name>DmitriyMV</name>
<email>codeprojtwo@gmail.com</email>
</author>
<published>2017-03-02T11:11:09Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=ee5353cf832a2fec57eacb77396a443e6d6a5b9e'/>
<id>urn:sha1:ee5353cf832a2fec57eacb77396a443e6d6a5b9e</id>
<content type='text'>
github.com/jinzhu/now has numerous errors handling date and time. The example's of them are:
1. Incorrect handling of DST (https://github.com/jinzhu/now/issues/13).
2. 24 Hour long days (https://stackoverflow.com/questions/25254443/return-local-beginning-of-day-time-object-in-go) Chicago has 23, 24, or 25 hours in a day.
3. Incorrect usage of time.Truncate which can return time with a non-zero minute, depending on the time's Location. (https://github.com/golang/go/issues/16647).

There are other issues as well, including getting incorrect beginning and end of the month.
</content>
</entry>
<entry>
<title>Support UTF-8 strings as contexts and projects</title>
<updated>2017-01-26T12:42:37Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>nonerkao@gmail.com</email>
</author>
<published>2017-01-26T12:42:37Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=50d0119567d2dcae7729bf4e7a841702ba9171d0'/>
<id>urn:sha1:50d0119567d2dcae7729bf4e7a841702ba9171d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bug and add some tests</title>
<updated>2017-01-21T04:43:43Z</updated>
<author>
<name>Quey-Liang Kao</name>
<email>nonerkao@gmail.com</email>
</author>
<published>2017-01-21T04:43:43Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/todolist.git/commit/?id=206a28076422758102fb7df322b218dfe4248deb'/>
<id>urn:sha1:206a28076422758102fb7df322b218dfe4248deb</id>
<content type='text'>
</content>
</entry>
</feed>
