| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
sx-cache.el - RESOLVED
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
sx-method.el
sx-question-list.el
sx-question-mode.el
sx-question.el
sx-request.el
sx.el
|
| | |
| | |
| | |
| | | |
Pushing this change to continue work elsewhere.
|
| |/
|/|
| |
| |
| |
| |
| | |
Use `delete-file` rather than simply setting cache to `nil`. nil is
still a valid cache value which can cause reinitialization to fail.
Fix bug with nil funcall.
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
| |
(sx-cache--invalidate): Invalidate provided cache. Allows for
invalidating variables associated with cache using `makunbound`. Cache
can be reinitialized using arg `init-method`.
(sx-cache-invalidate-all): Invalidate all caches then call
`sx-initialize` to reinitialize. Arg `save-auth` prevents access_token
from being lost.
|
|
|
|
| |
Allows for setting the cache if it does not exist.
|
|\
| |
| |
| |
| | |
Conflicts:
sx-request.el
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* sx-auth.el
- Use new symbolic cache access
* sx-cache.el
- Implement symbolic cache access
* sx-filter.el
- Use symbolic cache access
- Compile and save filters on-demand
(more work to be done to this end)
* sx-question.el
- Symbolic filters
* sx-request.el
- Protection against infinitely recursing when compiling a filter
This will be re-worked into requests (a front-end function) and
'raw' requests (a back-end function). The front-end will add
convenience to the back-end.
* test/tests.el
Remove outdated tests
|
|
A file stackexchange.el should be added for user-facing functions.
|