Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix sampler function | Artur Malabarba | 2014-11-03 | 1 | -1/+4 | |
| | ||||||
* | Make question samples more complete. | Artur Malabarba | 2014-11-03 | 1 | -509/+3925 | |
| | ||||||
* | Fix get-sample-data and avoid `find-file-noselect' | Sean Allred | 2014-11-02 | 1 | -8/+7 | |
| | ||||||
* | Let-bind stack-cache-directory instead | Sean Allred | 2014-11-02 | 1 | -1/+1 | |
| | | | | | There are several variables and functions that depend on it; simply binding the filter-cache file isn't enough. | |||||
* | Let-bind user-emacs-directory to cwd | Sean Allred | 2014-11-02 | 1 | -8/+9 | |
| | | | | | | | 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. | |||||
* | Consolidate testing variables and print requests | Sean Allred | 2014-11-02 | 1 | -2/+4 | |
| | ||||||
* | Fix test cases re file persistence | Sean Allred | 2014-11-02 | 1 | -15/+14 | |
| | | | | | | | | | 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. | |||||
* | Introduce persistent storage for filters | Sean Allred | 2014-11-02 | 1 | -0/+19 | |
| | ||||||
* | Use a simpler construct to test filter inclusion | Sean Allred | 2014-11-02 | 1 | -32/+0 | |
| | | | | | Also removed tests for `stack-core-filter-data--item-in-tree' since it no longer exists. | |||||
* | More readable test cases; whitespace | Sean Allred | 2014-11-01 | 1 | -26/+20 | |
| | ||||||
* | Return the correct type from filter | Sean Allred | 2014-11-01 | 1 | -20/+55 | |
| | | | | Vectors should not be turning into lists. See test cases. | |||||
* | Return -no-value if it cannot find sample | Sean Allred | 2014-11-01 | 1 | -1/+3 | |
| | | | | | | 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. | |||||
* | Fix syntax issue | Sean Allred | 2014-11-01 | 1 | -1/+3 | |
| | ||||||
* | Make the sample data loader a function | Sean Allred | 2014-11-01 | 1 | -1/+1 | |
| | ||||||
* | Fix test | Sean Allred | 2014-11-01 | 1 | -1/+7 | |
| | ||||||
* | More work on data filter; add tests | Sean Allred | 2014-11-01 | 2 | -21/+24 | |
| | ||||||
* | Move tests and sample data to test/ | Sean Allred | 2014-11-01 | 4 | -0/+1295 | |