Konstantin Alekseev

Results 32 comments of Konstantin Alekseev

@thisiseddy-ab add `nowfun` support by patching json de/serializer https://github.com/sibson/redbeat/blob/8ebd5e0f324d064519a5d2cbd28d818c6d6f2448/redbeat/decoder.py#L94-L102

@BurntSushi a simple test case that reproduces the problem even without `..` ``` #[test] fn absolute_parent_anchored_2() { let td = TempDir::new("ignore-test-").unwrap(); mkdirp(td.path().join(".git")); mkdirp(td.path().join("src/llvm")); wfile(td.path().join(".gitignore"), "/src/llvm"); let ig0 = IgnoreBuilder::new().build(); let...