aboutsummaryrefslogtreecommitdiff
path: root/guix-dev.scm
Commit message (Collapse)AuthorAge
* Add new fibers timeout utilsChristopher Baines2023-09-12
| | | | | This depends on a tweaked version of (fibers io-wakeup), which calls select of the file descriptors, rather than the ports.
* Update guix-dev.scmChristopher Baines2023-06-30
| | | | For the lack of guile-fibers-next.
* Use guile-fibers-next for local developmentChristopher Baines2023-02-01
|
* Add support for exposing some basic metricsChristopher Baines2022-04-17
| | | | In a format understood by Prometheus.
* Add guile-lib to guix-dev.scmChristopher Baines2022-04-17
| | | | As it's needed.
* Switch to guile-fibers@1.1Christopher Baines2022-02-09
| | | | | I think the main change required is just to stop accessing the now missing current-fiber parameter.
* Get most of the functionality sort of workingChristopher Baines2021-12-12
At least working enough to start trying this out, and finding the problems.