File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Stuff 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 :)
You can’t perform that action at this time.
0 commit comments