Commit e5d72b1
committed
Comment forthcoming dependency changes for gix-testtools
- Add a TODO comment about changing `Exponential` to `Quadratic`.
This cannot be done yet, but when upgrading dependencies, it will
need to be done (since the rename is a breaking change).
- Replace the TODO comment about `login_shell()` with one about how
to use the value of `shell()` on Windows, and modify the last
component, since #1758 replaced `login_shell()` with `shell()`.
`shell()` returns a path to `sh`, and gix-testtools currently
needs `bash` for fixtures. But the specific approach for finding
`sh.exe` relative to the Git for Windows `git-core` directory
also works for `bash.exe`.1 parent 5b33ded commit e5d72b1
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| |||
652 | 653 | | |
653 | 654 | | |
654 | 655 | | |
655 | | - | |
656 | 656 | | |
| 657 | + | |
657 | 658 | | |
658 | 659 | | |
659 | 660 | | |
| |||
0 commit comments