Naoya Yamashita
Naoya Yamashita
Oops, i overlooked. Why are you using `ansi--concat` instead of normal `concat`?
I find this testcase. ``` (ert-deftest test-ansi-concat () (should (equal (ansi--concat "a" "b" "c") "abc")) (should (equal (ansi--concat "a" nil "c") "ac")) (should (equal (ansi--concat "a" 1 "c") "ac"))) ```...
I think `cask` is a large user on this package. But I cannot `make test` in `cask` repository. Can you help this? ```shell $ git pull origin master From github.com:cask/cask...
I try to get some backtrace, but I cannot get anything... ``` $ cask exec ert-runner --verbose --debug Test cask-add-dependency-test/development backtrace: Aborted: Ran 135 tests in 0.219 seconds 1 unexpected...
awesome! I've been trying to figure out a way to do this, but your method is easy to understand.
if we test this package without ert-runner, we can reduce this issue?
How about put the binaries in a directory like `bin` and include them in MELPA packaging?
Please try on Emacs-27.2 instead of HEAD Emacs. Emacs 28.0 is develop channel and unstable Emacs. And please invoke Emacs with `emacs -q`.
I reverted your mentioned diff. There are any other concerns?
Thanks reply! It's just a ping. I thank you very much for maintaining many packages.