Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
77 check-ins
|
2026-06-05
| ||
| 11:46 | Improve build times by evaluating bools conditions before passing them to #expect macro ... (Leaf check-in: e4246ed5e8 user: cristian tags: list-all) | |
|
2026-06-02
| ||
| 12:28 | Merge improve-build-speed branch into list-all ... (check-in: 1e72c940dd user: cristian tags: list-all) | |
| 12:20 | Fix flags not working ... (Closed-Leaf check-in: fda6158c65 user: cristian tags: improve-build-speed) | |
| 12:16 | Remove argument parser dependency ... (check-in: 4d5fdd589b user: cristian tags: improve-build-speed) | |
| 11:56 | Create a cli abstraction in preparation from removing argument parser dependency ... (check-in: 779097e8e2 user: cristian tags: improve-build-speed) | |
| 11:52 | Create new branch named "improve-build-speed" ... (check-in: 75a88c8d4d user: cristian tags: improve-build-speed) | |
| 11:29 | Remove leaked log ... (check-in: ea7034ddc3 user: cristian tags: list-all) | |
| 11:26 | Remove leaked characters in source code ... (check-in: bef5ef1979 user: cristian tags: list-all) | |
| 11:26 | Improve searching performance by skipping hiddenfiles and also hardcode skipping for some common directories (and some specific to my system ... (check-in: fb0f28f46d user: cristian tags: list-all) | |
| 10:56 | Implement system wide project listing ... (check-in: f49d7284c7 user: cristian tags: list-all) | |
| 09:44 | Create new branch named "list-all" ... (check-in: c979994397 user: cristian tags: list-all) | |
|
2026-06-01
| ||
| 23:08 | Format: reindent ... (Leaf check-in: 0777e2eccb user: cristian tags: trunk) | |
| 23:07 | Fix slow times when compiling from command line because the variable used for getting the path dynamically triggered a second build ... (check-in: 6e957f70eb user: cristian tags: trunk) | |
| 22:52 | Singularize verb in -l flag help to match same convention of other help messages ... (check-in: 8c96989c82 user: cristian tags: trunk) | |
| 22:49 | Update -e flag description ... (check-in: 0487bdb610 user: cristian tags: trunk) | |
| 22:43 | Format: reindent ... (check-in: f335fcbf1e user: cristian tags: trunk) | |
| 22:42 | Merge remove-children-on-complete into trunk ... (check-in: 1b32bf155f user: cristian tags: trunk) | |
| 22:25 | Inline command declaration ... (Closed-Leaf check-in: 978b6feeb6 user: cristian tags: remove-children-on-complete) | |
| 22:07 | Better descriptions for test string literal names ... (check-in: 4885298e0d user: cristian tags: remove-children-on-complete) | |
| 21:42 | Use string literals for tests names ... (check-in: c1a990cf98 user: cristian tags: remove-children-on-complete) | |
| 21:36 | Remove all children of parent on complete -f or remove -r ... (check-in: 02cebb367e user: cristian tags: remove-children-on-complete) | |
| 21:34 | Create new branch named "remove-children-on-complete" ... (check-in: d502b9e9ba user: cristian tags: remove-children-on-complete) | |
| 21:06 | Merge improve-nested-visualization into trunk ... (check-in: 974242546e user: cristian tags: trunk) | |
| 21:00 | Format ... (Closed-Leaf check-in: 5575343dd5 user: cristian tags: improve-nested-visualization) | |
| 20:55 | Show lines when listing children of parent ... (check-in: 611ff4334f user: cristian tags: improve-nested-visualization) | |
| 20:48 | Deindent one level when showing children ... (check-in: d22b3395aa user: cristian tags: improve-nested-visualization) | |
| 20:40 | Fix tasks not being shown for a given parent ... (check-in: 10b33199a1 user: cristian tags: improve-nested-visualization) | |
| 20:32 | List childs from a parent with line number by using -l flag ... (check-in: c7e03b1094 user: cristian tags: improve-nested-visualization) | |
| 19:45 | Show only first nested level items when listing ... (check-in: e57a72ae7f user: cristian tags: improve-nested-visualization) | |
| 19:23 | Create new branch named "improve-nested-visualization" ... (check-in: 27ad99c5e2 user: cristian tags: improve-nested-visualization) | |
| 19:07 | Simplify variable name (rename line_number to line) ... (check-in: dbbc8c0679 user: cristian tags: trunk) | |
| 19:05 | Format: inline ... (check-in: 846d331de0 user: cristian tags: trunk) | |
| 19:03 | Format: reindent ... (check-in: cf7d1b4264 user: cristian tags: trunk) | |
| 18:58 | Dedent script for better readibility ... (check-in: 4bb590fbd0 user: cristian tags: trunk) | |
| 18:52 | Add returns that shortcuit execution ... (check-in: 1fbe84e977 user: cristian tags: trunk) | |
| 18:50 | Fix list not being shown when invoking with no arguments ... (check-in: 97027051df user: cristian tags: trunk) | |
| 18:39 | Snake case everything because I don't see any cops ... (check-in: 4cdd293836 user: cristian tags: trunk) | |
| 18:03 | Remove CLI tests ... (check-in: 5d94e01d5d user: cristian tags: trunk) | |
| 17:59 | Merge swift package migration branch ... (check-in: 1a8d239d90 user: cristian tags: trunk) | |
| 17:58 | Merge cli implementation into make-swift-package ... (Closed-Leaf check-in: 1949ee5ed9 user: cristian tags: make-swift-package) | |
| 17:57 | Remove unneeded do block ... (Closed-Leaf check-in: 95b9c9b7fd user: cristian tags: cli-implementation) | |
| 17:55 | Remove unused helpers ... (check-in: b2c2976629 user: cristian tags: cli-implementation) | |
| 17:48 | Rename CLI ... (check-in: e0e0ab761b user: cristian tags: cli-implementation) | |
| 17:47 | Remove leaked test_lib ... (check-in: 427dfd2a8e user: cristian tags: cli-implementation) | |
| 17:47 | Simplify CLI code ... (check-in: f822807bbe user: cristian tags: cli-implementation) | |
| 17:23 | add argument parser implementation ... (check-in: fff304f41b user: cristian tags: cli-implementation) | |
| 16:43 | Cli.run executes action for flag ... (check-in: c338eef8ab user: cristian tags: cli-implementation) | |
| 16:43 | Create new branch named "cli-implementation" ... (check-in: 03fe192459 user: cristian tags: cli-implementation) | |
| 16:19 | wip(refacto): remove unused runner ... (check-in: b3c46b6df9 user: cristian tags: make-swift-package) | |
| 16:18 | wip(refacto): improve tests by using a common unique tmp file per test ... (check-in: 3f6dfe8d41 user: cristian tags: make-swift-package) | |
| 13:33 | wip(refacto): add test target ... (check-in: b818d0c0c9 user: cristian tags: make-swift-package) | |
| 13:24 | wip(refacto): restore package.swift missing ... (check-in: 33bf32a917 user: cristian tags: make-swift-package) | |
| 13:23 | wip(refacto): making swift package to compare test & compilation times as the project it's currently taking a lot of time to compile ... (check-in: 17c47dbf6f user: cristian tags: make-swift-package) | |
| 13:22 | Create new branch named "make-swift-package" ... (check-in: ae2d370a5c user: cristian tags: make-swift-package) | |
| 12:15 | refactor(tests): use asterisk operator for testing in a functional way ... (Closed-Leaf check-in: 1c4f4772a6 user: cristian tags: functional-refactor) | |
| 12:14 | refactor(tests): use asterisk operator for testing in a functional way ... (check-in: 3ec6a27ec0 user: cristian tags: functional-refactor) | |
| 10:46 | refacto(Todo): creat and use remove function ... (check-in: afbcdf4e9d user: cristian tags: functional-refactor) | |
| 10:31 | refacto(Todo): create add method and use it ... (check-in: 0ed3742eed user: cristian tags: functional-refactor) | |
| 10:13 | refacto(Todo): simplify by removing light method ... (check-in: aa209c583b user: cristian tags: functional-refactor) | |
| 10:12 | refacto(VCS): Create VCS namespace ... (check-in: 81c3ae69fd user: cristian tags: functional-refactor) | |
| 10:08 | refacto(Runner): create runner module ... (check-in: 85a0dd79ff user: cristian tags: functional-refactor) | |
| 10:06 | refacto(IO): create todo namespace ... (check-in: 289f18651a user: cristian tags: functional-refactor) | |
| 10:02 | refacto(Todo): create Todo module ... (check-in: 97f4172cb7 user: cristian tags: functional-refactor) | |
| 09:49 | Create new branch named "functional-refactor" ... (check-in: ee34c4d66e user: cristian tags: functional-refactor) | |
| 09:39 | wip(refacto): minor changes ... (check-in: 59225a536c user: cristian tags: trunk) | |
| 09:35 | feat: hide tasks file ... (check-in: 91a02ee2b6 user: cristian tags: trunk) | |
| 09:34 | wip(refacto): start splitting project into multiple files ... (check-in: 24bf2d0aae user: cristian tags: trunk) | |
| 02:16 | Add support for global access within repository ... (check-in: 2a24f268a8 user: cristian tags: trunk) | |
| 02:01 | Add missing test that ensures we detect fossil repos ... (check-in: a60867e333 user: cristian tags: trunk) | |
| 01:57 | fix: minor bug where when deleting the fist item and adding a new one a ghost line would be present adding a padding to all the subsequent todos ... (check-in: 1aa5c810b2 user: cristian tags: trunk) | |
| 01:45 | fix: missing dot in fslckout preventing t from working with a local todo copy in fossil repositories ... (check-in: 17002e6c96 user: cristian tags: trunk) | |
| 01:24 | Add build & test scripts ... (check-in: 02807c8c3d user: cristian tags: trunk) | |
| 01:24 | Implement specs ... (check-in: fcb38b22cf user: cristian tags: trunk) | |
| 01:18 | Add pseudocode ... (check-in: 47575d7a2b user: cristian tags: trunk) | |
| 01:18 | Add ignore ... (check-in: 4ca071eb9a user: cristian tags: trunk) | |
| 00:41 | Add test mini library ... (check-in: bc5802c0df user: cristian tags: trunk) | |
| 00:40 | initial empty check-in ... (check-in: bc172c2e17 user: cristian tags: trunk) | |