You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
holo scan as non-privileged fails because regular files copied from /usr/share/holo cannot have all their original permissions applied by a non-privileged user
Also, some more things I want to do for v3.0 that I don't feel like opening separate issues for:
add CLI selectors for generators (e.g. holo apply /usr/share/holo/generators/foo.sh applies all entities with source files produced by that generator)
double-check shell completions (zsh completion looks broken for me right now)
add holo selectors to simplify shell completion implementations
refresh the website: proofread and update for new features where necessary
include the manpages in the website
render manpages from Markdown instead of POD (I wanted to make my life easier by going with a more common format, but Markdown is not expressive enough to make nice manpages out of it. I'd rather write a POD parser for the website than try to shoehorn custom syntax into Markdown.)
update the Pacman repo
bring the Debian repo back in shape
do a "Show HN"
The text was updated successfully, but these errors were encountered:
The last release was over three years ago, so we have a bit of ecosystem evolution to catch up to:
check if we can get rid of gocovcat (Go 1.10 can generate coverprofiles for multiple packages at once)We have at least one testcase (the one with the ALPM hook where we absolutely have to run the test binary manually.Followup issues from adding generators:
holo scan
as non-privileged fails because regular files copied from/usr/share/holo
cannot have all their original permissions applied by a non-privileged userAlso, some more things I want to do for v3.0 that I don't feel like opening separate issues for:
holo apply /usr/share/holo/generators/foo.sh
applies all entities with source files produced by that generator)holo selectors
to simplify shell completion implementations/tmp/holo-ssh-keyNNN
filesgo test
#46 (or at least the parts that still apply)After the release:
render manpages from Markdown instead of POD(I wanted to make my life easier by going with a more common format, but Markdown is not expressive enough to make nice manpages out of it. I'd rather write a POD parser for the website than try to shoehorn custom syntax into Markdown.)The text was updated successfully, but these errors were encountered: