tup
tup copied to clipboard
Tup is a file-based build system.
The attached project makes tup abort. ``` $ ../tup-v0.8/tup [ tup ] [0.000s] Scanning filesystem... [ tup ] [0.000s] Reading in new environment variables... [ tup ] [0.000s] Parsing Tupfiles......
When calling lua functions nested, the stack is calculated wrong which results in a fatal assert.
I'd like to be able to use tup in a directory stored inside a FUSE-mounted filesystem. When I try it, `tup` complains: ``` mount_macfuse: mount point .../tup-test/.tup/mnt is itself on...
_TUP_CWD_ uses Unix `/` separator char on Windows. If a Tupfile is in the root, or one dir deep, it's OK because _TUP_CWD_ is just e.g. `..`. However, if the...
I use tup for building the [kolibrios project](https://git.kolibrios.org/KolibriOS/kolibrios), which has quite a large build configuration. Recently, I encountered an issue with the `generate` command: it outputs a sequence of random...
I'm using Tup for building a static website, and a few of the jobs are a lot slower compared to others (e.g. generating a PDF file vc copying a few...
I've packaged Tup for easier use during the build process of Flatpak packages, and have submitted the resulting package to Flathub: https://github.com/flathub/flathub/pull/6000 This PR should only be merged if that...
See https://github.com/gittup/tup/issues/427#issuecomment-2562008768
just spotted this while reading...
In Tuprules, you can create rules that will be evaluated in another directory with a Tupfile. You can however reference files related to the Tuprules: ``` &root = . !custom_rule...