Ola Nilsson

Results 21 issues of Ola Nilsson

I no longer remember why I needed this, but it should make the function less surprising to use.

assoc-ignore-case (obsolete since Emacs 22) has been removed in Emacs 27.1.

First reported in https://github.com/jorgenschaefer/emacs-buttercup/issues/218#issuecomment-1151695407 . For `expect` forms like ```elisp (expect (+ 1 2) :to-equal 2) ``` both `(+ 1 2)` and `2` are stored in non-expanded form so they...

Originally reported as PR #167 by @doublep . Add an option to immediately abort the test run if a test fails. This is useful if your tests are so interdependent...

enhancement

Document how other Emacs lisp applications can interact with buttercup

enhancement

The option parser in bin/buttercup only handles the `--option value` style, and `--option=value` is interpreted as a path argument.

enhancement

Using colorized output for buttercup in a github action will print the spec descriptions twice, once without color and once with color, status, and elapsed time. This is because the...

bug

Not an issue per se, just wanted to let you know about my derived package buttercup-junit that provides an alternative reporter function for JUnit reports. It's not on MELPA (yet),...

I can't get -add_uncoverable_line to work and I think the (first?) problem is in `sub add_uncoverable` in Devel/Cover/DB.pm line 601 where `$_` should be `$add`.

status: waiting for fix