gittup
gittup
I believe I've fixed this issue in tup itself. There seems to be something new in 10.15 that was causing a problem with the way tup used fuse. I can...
Do other FUSE clients work on your system? For example, can you mount something with sshfs? What are the permissions on the fusermount3 binary?
Oh weird, I wouldn't have thought of that. I guess the two libfuses are different (incompatible) versions?
Hmm, I can reproduce this - that's annoying. Unfortunately tup no longer tracks symlink information in the database, so I don't see a quick fix here. What type of run-script...
Although it's not a function, you might be able to do what you want here with !macros (see the man page under TUPFILES, !macro). In a Tuprules.tup file you could...
I like this idea, it seems like it would help not having to commit changes to .gitignore files that contain a manually entered section just because the Tupfile changes. What...
What version(s) of macOS are you referring to? IIRC, I removed those compatibility functions once the last version of macOS that needed them was no longer supported, but I could...
I'm not sure if I fully understood your test tarball in terms of what was expected to work and what was debug or a work in progress, but I do...
Lua is slightly modified in tup to support things like the += operand, so if you used a local version you would find that some Tupfile.luas would fail to parse....
I ran a `wsl clang ...` command on the command-line manually with Process Monitor enabled. It looks like the actual writes to the output file come from DllHost.exe, which is...