ad-si / TaskLite

The CLI task manager for power users
https://tasklite.org
GNU Affero General Public License v3.0
216 stars 12 forks source link

createNextRep vs createNextRec use different iso duration parsing #33

Closed Profpatsch closed 3 years ago

Profpatsch commented 3 years ago

https://github.com/ad-si/TaskLite/blob/a721fddaf977503e9f8b2d8fb8bf43a447cbd9e6/tasklite-core/source/Lib.hs#L503-L520

vs

https://github.com/ad-si/TaskLite/blob/a721fddaf977503e9f8b2d8fb8bf43a447cbd9e6/tasklite-core/source/Lib.hs#L444-L453

which uses

https://github.com/ad-si/TaskLite/blob/a721fddaf977503e9f8b2d8fb8bf43a447cbd9e6/tasklite-core/source/Lib.hs#L429-L441

ad-si commented 3 years ago

Thanks a lot! Fixed in 95266bc I guess that's the punishment for copy & pasting too much code 🙈