Age | Commit message (Collapse) | Author |
|
|
|
when we switched to the new shebang format to keep GNU Guix happy, we
didn't remove the run main command from the end of the script. this
caused the main loop to be executed both when the interpreter decided
what to do, and when the file was evaluated.
|
|
cgit and friends (as well as my poor slow-to-reprogram brain) like
ReStructuredText better than they like org-mode files. Let's give it to
them because the org-mode file was only used as hall auto-generated it.
|
|
|
|
autogen.sh: warn if the user doesn't have at least autotools, guile, and
make installed, and if they have hall run it first
|
|
Normally, you don't commit generated files to vcs. In this case, we are
doing so because many/most users won't have guile-hall installed, and
we'd rather not force users to install a development dependency when
they can install just autotools.
.gitignore: rh-server && rh-client are built by make
|
|
|
|
hconfig.scm.hall: update copyright
HACKING: update build instructions
AUTHORS: include self
ChangeLog: initial release
NEWS: initial release
|
|
zmq: refactor server to functions
add shutdown function (end recursion)
media: fix bug with missing directories
rh-client: support shutdown function
rh-server: update to use build variables
|
|
|
|
- scripts should be scripts/command-name.in
- tests file shouldn't mismatch style from app
|
|
|
|
|
|
Removing the implicit (lambda () ...) will make code easier to read, and
therefore easier to maintain.
|
|
|
|
|
|
|