Skip to content

Commit 28cbe17

Browse files
committed
half done
1 parent 17fc863 commit 28cbe17

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

TODO

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
Stuff I'm thinking of implementing one day:
2+
23
- Logging, so that the user can track down when a build fails
4+
- UPDATE (2024/5/30): working on it! For now it's a pretty
5+
barebones implementation of it, but hey, it works!
6+
37
- Dependency checking - I'm really unsure of how I would
48
implement that one, though!
9+
- UPDATE (2024/5/30): I'm thinking of removing this one
10+
from the list. I have no idea on how to do it.
11+
512
- Commit history support, so that the user doesn't see only
613
the latest commit on the package
14+
- UPDATE (2024/5/30): working on that one too, but first I
15+
really had to fix that handling of `git log` lmao
16+
- UPDATE (2024/5/31): implemented! I'm thinking of making
17+
git's pretty format customizable too, not really sure
18+
719
- Insert each registered package in alphabetical order so
820
that pkg.list and related look prettier
21+
- UPDATE (2024/5/30): I'm thinking of removing this one
22+
from the list too. It's just for appearance anyway.
23+
924
- That's it for now :)

0 commit comments

Comments
 (0)