Closed yuckyh closed 4 months ago
I'm guessing the problem is missing which
command. I've added hopefully better error reporting to that part of the code on the master branch - could you please test that it gives a better error message?
Also, you will need to have which
command available for this helper to work. If you don't need to use it then feel free to skip the test (for example you can install from the repo directly using cargo install
)
I have the which
shell command in my system, but apparently the AUR package needs the which
package as a dependency too. Do you have any idea where we can make any changes for AUR?
@yuckyh It's maintained by orhun: https://github.com/orhun/PKGBUILDs
Environment
Description
There is a failing test in the package. The code panics due to an unhandled error from using
Result.unwrap()
Reproduction
$ yay -S dotter-rs
Expected behavior
Tests to pass and dotter gets installed
Actual behavior
There was one failed test:
I am not sure what file or template the test was referring to. I managed to install it by disabling the test in PKGBUILD.