Peter Becich

Results 106 comments of Peter Becich

Thanks for the quick response > Does the Google example represent the path that one would get with a default JGit installation? ~I don't have any other examples of Gitile...

Here is another collection of Gitile repositories: https://git.eclipse.org/r/plugins/gitiles/?format=HTML One repository: https://git.eclipse.org/r/plugins/gitiles/www.eclipse.org/eef/ ``` git clone ssh://git.eclipse.org:29418/www.eclipse.org/eef ``` It cannot be cloned due to an SSH access restriction. One file in that...

Oops, I've just seen https://github.com/heroiclabs/nakama/pull/651

~work-in-progress https://github.com/google/codeworld/pull/1523~

CI coverage, and I think it might help get Nix support working

Here is the backport; it solves the error: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6554

Thanks I'm unable to run the `preCheck` because the error preempts this. I have upgraded `nix` from the `unstable` channel https://search.nixos.org/packages?channel=unstable&show=nix_2_4&from=0&size=50&sort=relevance&type=packages&query=nix and now have ``` % nix --version nix (Nix)...

Interestingly, the Mac OS test here https://github.com/nix-community/rnix-lsp/pull/61 succeeds: ``` rnix-lsp> test lookup::tests::test_provide_builtins ... ok(B ```

I've bypassed the error by removing the test: ```fn test_provide_builtins() { ...``` and installing `rnix-lsp` from source: `nix-env -i -f .` It appears to work fine. Thanks