tup icon indicating copy to clipboard operation
tup copied to clipboard

Tup is a file-based build system.

Results 112 tup issues
Sort by recently updated
recently updated
newest added

In NixOS, tup often rebuilds the whole project when `updater.full_deps` is enabled. I tried various command line arguments, but tup doesn't seem to explain in the output why the rebuilding...

First, in light of https://sfconservancy.org/GiveUpGitHub/ I'd like to ask if there is any other way to contribute to the project that is not GitHub? Second, I'm trying to use Tup...

``` $ tup [ tup ] [0.000s] Scanning filesystem... [ tup ] [0.001s] Reading in new environment variables... [ tup ] [0.001s] No Tupfiles to parse. [ tup ] [0.001s]...

Running `tup` in [spectrum4](https://github.com/spectrum4/spectrum4/blob/main/docs/building-without-docker.md) project causes a hang, which I don't see on other platforms. I'm not sure how best to troubleshoot the issue. The output in tup before the...

Consider : ``` : some_input_files |> ^ %o^ the_command |> output_name ``` I like to display the output file (e.g. ```"file.o"```), not a command id plus input files as is...

I think it would be neat to have a new flag, say ```^T```, that either : - behaves as ```^o``` by default, - behaves as ```^t``` if all the files...

This script works as expected: ```bash $ cat good.sh #!/usr/bin/env bash set -euo pipefail rm -rf .tup cache cat > Tupfile.lua cache/cache.txt [ ] 100% [ tup ] [0.033s] Updated....

I just tried to move a simple project to Tup because, hey, why not and it looks great. unfortunately, cl.exe, Microsoft's command line C++ compiler, insists on writing a completely...

I have used Tup successfully for a bare-metal, microcontroller-based project. I am trying to use Tup as the foundation to create a BSP (board support package) for an embedded Linux...

Tupfile, Tuprules.tup and tup.config? Perhaps, if possible, these could be changed to more sensible names? For example, make.tup rules.tup config.tup makes a lot more sense.