Jason White

Results 18 issues of Jason White

Basic functionality of Button needs automated test cases. I need to figure out a clean way of doing this, preferably without adding any new dependencies. Implicit dependency detection also needs...

enhancement

On Linux, the output of `strace` is used to do automatic dependency detection on commands without ad-hoc support. Since this is a separate utility that is often not installed by...

enhancement

In order to get Button _barely_ working on Windows, only one thing needs to be done: - [ ] Add a base task handler. This means running child processes with...

enhancement

When the build system executes tasks, it should give a list of modified inputs to the task. This is useful for tasks that are recomputing which dependencies were modified. The...

enhancement

Only a couple of things need to be done to get Button working on OS X: - [ ] Implement the file watcher using fsevents. - [ ] For generalized...

enhancement

Currently, PDB files are not patched to remove non-determinism. This presents a larger challenge than just patching the PE file alone, because: 1. The PDB file format is not well...

enhancement

Is it possible to modify parts of a PDB or rewrite it entirely with this? Browsing through the docs, it looks like it only reads PDBs. The reason I ask...

enhancement

There is a danger of using a different encryption key than the one that was originally used to encrypt the LFS objects. Right now, there is no error or warning...

enhancement

It would be very useful to be able to answer the following questions: - How many cache hits vs misses are there? - How much data has been transferred to...

enhancement

While evaluating this crate to see if I can use it for a project, I bumped into the issue that [`RTreeNum`](https://docs.rs/rstar/latest/rstar/trait.RTreeNum.html) requires `Signed`. I was hoping to use this data...