Neil Mitchell
Neil Mitchell
In order for @spall to integrate their work with a different scheduler, it's important to have more than one scheduler. I initially suggested a free monad, but I don't think...
The patch in https://github.com/ndmitchell/rattle/commit/170981ca947cf6446f2857d6db32b8b8e350b02c changes Hazard set merging, which I got wrong in the past. It removes the requirement to find when a command was speculated (which means doing it...
See https://github.com/droundy/bigbro/issues/6 - being able to use libbigbro gives flexibility and safety if people use too much Go.
Given the test case: ```rust fn test_bug() { use codemap as C; use codemap_diagnostic as D; let mut cm = C::CodeMap::new(); let src = r#"A B C D E F"#;...
From https://github.com/facebook/buck2/blob/f014edfff62a78dc2868c580edb8950f456a65ec/docs/bootstrapping.md: > Note that the resulting binary will be compiled without optimisations or [jemalloc](https://github.com/jemalloc/jemalloc), so we recommend using the Cargo-produced binary in further development. We should make the self-compiled...
There are quite a few places it mentions replay, e.g. the README, the Haddock, the wiki. But none point out that producing these logs is best done with resCaptureFile. It...
Shake has a bunch of somewhat-functional Javascript, written by a functional programmer. It might serve as a good medium-size test case. In particular, https://github.com/ndmitchell/shake/tree/db06af5736cc031308f05aed87c21b0a5e06a295/html contains: - shake-util.js - a bunch...
The tab close icon does not match the normal Chrome one - in particular when hovering it does not have a red circle background. Given the functionality matches that same...
It's missing, and seems like there is no reason to omit it.
Given the code `Proc.hs`: ```haskell import System.Process import System.Time.Extra main = do (t, e)