issues
search
lizh06
/
fabricate
Automatically exported from code.google.com/p/fabricate
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fabricate misses dependencies when files
#59
GoogleCodeExporter
opened
9 years ago
0
No warning when strace is not present for parallel builds.
#58
GoogleCodeExporter
opened
9 years ago
0
Build fails using Cygwin64
#57
GoogleCodeExporter
opened
9 years ago
0
chdir doesn't work in parallel mode
#56
GoogleCodeExporter
opened
9 years ago
5
How to redirect/capture run output to a file ?
#55
GoogleCodeExporter
opened
9 years ago
3
Command arguments
#54
GoogleCodeExporter
opened
9 years ago
3
Patch for /fabricate.py
#53
GoogleCodeExporter
opened
9 years ago
0
Ctrl+C of parallel fabricate script does not exit correctly.
#52
GoogleCodeExporter
opened
9 years ago
0
Script hangs if group==after
#51
GoogleCodeExporter
opened
9 years ago
7
Watch to auto-build
#50
GoogleCodeExporter
opened
9 years ago
1
Shared build steps will get executed many times if executing in parallel.
#49
GoogleCodeExporter
closed
9 years ago
1
document that when falling back to AlwaysRunner, autoclean() stops working
#48
GoogleCodeExporter
opened
9 years ago
1
Adding "shell=true" to run invocation does not work nicely with strace runner
#47
GoogleCodeExporter
opened
9 years ago
1
In theory, anything listing a directory should have all filenames of that directory as a dependency.
#46
GoogleCodeExporter
opened
9 years ago
4
Allow manually specifying both deps and outputs for a command
#45
GoogleCodeExporter
opened
9 years ago
4
Support a cwd='other' argument in the run command
#44
GoogleCodeExporter
opened
9 years ago
1
AtimesRunner traverses symlinks
#43
GoogleCodeExporter
opened
9 years ago
2
tar input files not noticed
#42
GoogleCodeExporter
opened
9 years ago
3
package up for PyPI
#41
GoogleCodeExporter
closed
9 years ago
1
package up for PyPI
#40
GoogleCodeExporter
opened
9 years ago
5
TrackerRunner in parallel runs further commands even after error in previous group
#39
GoogleCodeExporter
closed
9 years ago
2
Python3 support
#38
GoogleCodeExporter
opened
9 years ago
7
[PATCH] fixes a bug of matching chdir line
#37
GoogleCodeExporter
closed
9 years ago
1
[PATCH] Fixes for parallel build errors
#36
GoogleCodeExporter
closed
9 years ago
3
inotify/FindFirstChangeNotification support to minimize md5 hashing
#35
GoogleCodeExporter
opened
9 years ago
2
Parallel fabricate on windows fork-bombs.
#34
GoogleCodeExporter
opened
9 years ago
10
parse_options (and main) always parses sys.argv[1:]
#33
GoogleCodeExporter
closed
9 years ago
2
Catch creat system call
#32
GoogleCodeExporter
closed
9 years ago
3
exception error in run() using after option
#31
GoogleCodeExporter
closed
9 years ago
3
exception at after() with some arguments
#30
GoogleCodeExporter
closed
9 years ago
4
Traceback when seeing new process syscall (vfork processed ? )
#29
GoogleCodeExporter
opened
9 years ago
14
Test for ignore(name) missing in AtimesRunner?
#28
GoogleCodeExporter
closed
9 years ago
2
Trying to catch WindowsError on OS X throws NameError
#27
GoogleCodeExporter
closed
9 years ago
1
OSX support with DYLD_INSERT_LIBRARIES/interposing
#26
GoogleCodeExporter
opened
9 years ago
9
Does not clean up temp files
#25
GoogleCodeExporter
closed
9 years ago
3
Make StraceRunner handle programs that spawn multiple sub-processes
#24
GoogleCodeExporter
closed
9 years ago
1
Make strace more robust -- handle fchdir calls
#23
GoogleCodeExporter
opened
9 years ago
11
Running the build script changes its ctime
#22
GoogleCodeExporter
opened
9 years ago
1
If you copy your source tree including your .deps file, it won't rebuild
#21
GoogleCodeExporter
closed
9 years ago
1
Fix command.split() in memoize() to be escape-safe
#20
GoogleCodeExporter
closed
9 years ago
3
Make run/shell ignore None args to simplify default=None cases
#19
GoogleCodeExporter
closed
9 years ago
3
Compress redundant data in .deps file (or just gzip it) to reduce size
#18
GoogleCodeExporter
closed
9 years ago
6
Improve build speed by calling hasher() less often
#17
GoogleCodeExporter
closed
9 years ago
4
Consider changing run()/shell() to take *args like Popen instead of one command line string
#16
GoogleCodeExporter
closed
9 years ago
1
Speed up run()/shell() by not doing shell=True
#15
GoogleCodeExporter
closed
9 years ago
2
Other processes can modify mtimes too, which will stuff up autoclean
#14
GoogleCodeExporter
opened
9 years ago
2
[PATCH] Add rename detection to strace runner
#13
GoogleCodeExporter
closed
9 years ago
1
[PATCH] Improve regex match objects names for strace runner
#12
GoogleCodeExporter
closed
9 years ago
2
[PATCH] Make output overrideable
#11
GoogleCodeExporter
closed
9 years ago
2
[PATCH] Use simpler syntax for global Builder wrappers
#10
GoogleCodeExporter
closed
9 years ago
2
Next