Jacob Finkelman

Results 313 comments of Jacob Finkelman

So we can now edit a regex in the settings window. Sill nothing on making testing / interactions easier.

This is started in 5607033af972907e39f7eab6d71b661f5682764a and 315e9a7661a099da81edefb077bd3dcc4eb8ace0. But there is lots to improve. It should use content not just len to do the estimate, the parameters should be stored in...

You are absolutely correct. I would not expect the time of repeated runs of a benchmark to follow a true normal distribution. For one thing no matter how many times...

Thank you, I did not realize it included the outliers! That graph looks promising! How hard would it be to show both regression lines? I would find that a useful...

My understanding is that rustc does a pretty good job of cleaning up files in that directory even across versions. I think that if there are files that are not...

I would love to see an implementation based on the `build-plan`. If using `build-plan` is difficult, now would be the best time to request changes. If having used it the...

I have an idea, and really want to know if you think it will work. If every Cargo command added a `filename.timestamp` file containing the time when the command was...

Indeed, one day I would love to have "cargo clean --outdated" in cargo proper. I think creating an RFC to add it at this point will just lead to a...

I just submitted a PR at cargo https://github.com/rust-lang/cargo/pull/6477. All feedback is welcome!

Installed CMake on path. ``` --- stdout -- Building for: NMake Makefiles -- The C compiler identification is unknown -- The CXX compiler identification is unknown -- Configuring incomplete, errors...