summaryrefslogtreecommitdiff
path: root/test/cider-stacktrace-tests.el
Commit message (Collapse)AuthorAge
* Bump the copyright yearsBozhidar Batsov2018-01-01
|
* Introduce positive filters for stackframesDan Sutton2017-07-15
| | | | | | | when filtering stackframes, there was only a "remove" type of filter. If we wish to filter to just our project, we need a way to ensure that project frames persist even if another tag says to remove it. This adds the "positive" filter mechanics.
* Show only or hide when on stackframe linesDan Sutton2017-07-15
| | | | | | | | | | In order to add "positive" filters, we must only show or hide when we're actually on a stackframe line. This method takes a very naive way of starting at the top of the buffer and considering whether to hide all lines. The other lines just don't have any 'flags properties so they never come up as needing to be hidden in the `(seq-intersection filters flags)` part, so hide is always false on them. But if we want to show _only_ those lines with a particular flag this hides the cause line and any other lines that don't have flags at all.
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
|
* Add commentary and license section to test filescskksc2016-04-30
|
* [#1650] Migrate some tests to buttercup (#1676)Chaitanya Koparkar2016-04-16
| | | | | | | Tests migrated: - cider-client-tests.el - cider-overlay-tests.el - cider-stacktrace-tests.el - cider-util-tests.el
* Mute user-specified middleware errorssanjayl2016-04-04
Suppress user-specified middleware errors