fac icon indicating copy to clipboard operation
fac copied to clipboard

Fac is a general-purpose build system that runs on Linux only, which automatically tracks dependencies by observing the build commands in operation.

Results 7 fac issues
Sort by recently updated
recently updated
newest added

The `bigbro` crate failed to build on ARM. See https://github.com/ngirard/fac/commit/51fdbabcb02d0b709a2a9e03af16096e43a7b4d0 I haven't checked since last year, since `bigbro` hasn't changed inbetween.

I've been meaning for some time now to reduce the amount of visual noise when running `fac --continual`. The simplest way to do this is to convert `println!` macros to...

good first issue

something of the sorts would be really helpful, and would help not require having to write too many build scripts, or have too long lines. ``` | mkdir -p build/src...

I would like to have fac ported to Windows. I have made a preliminary attempt at this, but it needs more work, and ideally some automated testing. Currently, I have...

help wanted

It would be nice to have mercurial support, and not particular hard. The biggest challenge would be figuring out what to do when we are in both a mercurial repository...

I'd love to have `fac` ported to the Mac OS. Sadly, I have no computer on which to do this, nor the time. This is a major task, since it...

help wanted

https://asan.saethlin.dev/ub?crate=fac&version=0.5.4 WRITE of size 8 overflows buffer of size 4 ``` ---- echo_to_file stdout ---- remove test repository create "tests/test-repositories/test-111" PATH is "/build/target/x86_64-unknown-linux-gnu/debug:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" I am in Ok("/build") with args []...