Nathan Hammond

Results 239 comments of Nathan Hammond

Failing test as an Ember app: https://github.com/nathanhammond/rrtest-app

Considering the reporter (hi @jamesarosen!) I suspect that this likely was an issue. Given the report and my knowledge of how the sausage gets made This seems like it could...

@sangm I'm not sure if this was posted before or after our conversation. 😜 Considering the degree to which we want to change this (very much) and the likelihood of...

Not a copyrightable change (below the threshold of originality as a mechanical change) but if necessary you are encouraged to recreate this.

We need to do a few things as part of this: - [ ] Come up with a testing strategy. (Probably adopt afero?) - [ ] Write tests to constrain...

It's all of them. Windows 11. In `cmd.exe`: ``` > git --version git version 2.50.0.windows.1 > git config get core.symlinks true > git clone https://github.com/nathanhammond/symlink_publish > cd symlink_publish symlink_publish> dir...

Realistically this is a bug. We take too-conservative of an approach in calculating whether or not a package has changed. In particular, `getChangedFiles` should be taking into account the `inputs`...

I just traced this and can confirm that it is behavior coming from `libgit2`. There are three options here: - fix libgit2. (issue is probably in [`iterator.c`](https://github.com/libgit2/libgit2/blob/21a351b0ed207d0871cb23e09c027d1ee42eae98/src/libgit2/iterator.c)) - switch to...

Filed an upstream issue: https://github.com/libgit2/libgit2/issues/7080