maralorn

Results 90 issues of maralorn

- [ ] Use enum-type for platforms - [ ] Replace dense intmaps with arrays. (Maybe make an opaque data type with fast reverse lookup hidden away.) - [ ]...

enhancement
internal

The memory footprint shows that a large part are the Maps in which we try to efficiently store different information. Maybe we can make this faster/smaller with a HashMap. Also...

enhancement
internal

we can basically query all information we need with one "nix show-derivation " call.

enhancement
internal

There is actually a distinction between build-only hosts (presumably localhost), substitute-only hosts (all https hosts) and "both" hosts (ssh builders). Maybe we can use this to make the hosts table...

enhancement
output

- test both modes: - [x] nix-build - [x] nix build - test the following circumstances - [x] failed job gets marked as failed - [x] unfinished job get not...

internal

We can add an option called --log-lines with the semantic infinity: print everything, continuous log, default 0: don‘t print logs n: always show n last lines of log, clearing everything...

enhancement
output

optparse-applicative is the obvious choice, but there might be cooler kids around the block.

enhancement
internal

``` waiting for lock on '/nix/store/i0rmxc4njg1v1kz48ls425z300d4n2ab-fourmolu-0.8.2.0-doc', '/nix/store/jwq5f1pbfpa6a7833ib92ij1gn4zhdma-fourmolu-0.8.2.0' waiting for lock on '/nix/store/7qnn9mx6z5i0sdxxcvipmbb80cx610v8-ormolu-0.5.0.1', '/nix/store/n32ipjv0qpj6vinlfxxmw9d9xiq1d1yg-ormolu-0.5.0.1-doc' error: interrupted by the user ┏━ Dependency Graph: ┃ ┌─ ⏳︎︎︎ ormolu-0.5.0.1 ┃ ┌─ ⏳︎︎︎ hls-ormolu-plugin-1.0.2.2 ┃...

enhancement