Matthias Riße

Results 123 comments of Matthias Riße

Is there any progress on this? The CI logs are not available anymore

I just now saw that there is PR #553 for this.

There is another bug in here when dealing with symlink targets in .git if the target file exists. I erroneously assumed `Project._is_path_ignored` considers a file inside .git as ignored, which...

@wtraylor Feel free to try this out on a real-world project if you have one available. This was less straight-forward to implement than I thought it would be and there...

I ran into this issue as well using datalad. Fixing it would be greatly appreciated! In the context of a git repository, my proposal for a fix would be to...

In a typical git-annex project you would have a number of "annex'ed" files. These files are simply symlinks tracked by git, which point to somewhere in `.git/annex/objects`. When freshly cloning...

I'd love to see such a feature supported aswell, but we should make clear what exactly we want. AFAIK hybrid-sleep writes to swap as if you were to hibernate, but...

Reading through the discussion in #4 I am wondering if the full output path for the checks should be: `.#githubActions.${{matrix.attr}}` instead, dropping the checks part fully.

I am considering doing the same, since it is so little code and the workflow yaml must be copied over anyway (and kept in sync with potential changes to mkGithubMatrix,...

I thought that might be the reason. Wouldn't it be possible to copy over the versions of nix-eval-jobs and nom that the nix-fast-build derivation depends on first, and use those?...