| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
There are several variables and functions that depend on it; simply
binding the filter-cache file isn't enough.
|
|
|
|
|
|
|
| |
Useful for testing locally, since now you can simply blow away the
`.stackmode' directory instead of searching for it in `.emacs.d'.
At any rate, it keeps everything in the project tidy.
|
| |
|
|
|
|
|
|
|
|
|
| |
Every time the test was getting run, it would create the file, but not
delete it. This meant that tests were not idempotent and artifacts from
previous tests were persisting into the next ones.
Use `make-temp-file' to let-bind `stack-filter-cache-file' to a
temporary file. It is guaranteed to be empty when the tests begin.
|
| |
|
|
|
|
|
| |
Also removed tests for `stack-core-filter-data--item-in-tree' since it
no longer exists.
|
| |
|
|
|
|
| |
Vectors should not be turning into lists. See test cases.
|
|
|
|
|
|
| |
Allows build to continue if it cannot find the file. This is for
reading in sample data. I'm not really sure why the local build cannot
find the file, but I will figure it out later today.
|
| |
|
| |
|
| |
|
| |
|
|
|