summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2015-12-12 02:12:38 +0100
committerStefan Husmann2015-12-12 02:12:38 +0100
commit826e0f7b1ae0564336c7c784a118553ef6111cdd (patch)
treeb3959c149235e18db832c508a99f326aa97ff24e
parenta89364616d4daadb0cfb19efe912e46caccf8d76 (diff)
downloadaur-826e0f7b1ae0564336c7c784a118553ef6111cdd.tar.gz
Updated version (2.15.30.g175d003 -> 2.15.31.gce92983).
Changelog ========= Handle sexp shortages during macroexpansion (ce92983) * swank/sbcl.lisp (feature-in-list-p): Don't fall on :host-feature. (175d003) * swank/clasp.lisp (source-location): clasp now uses the same method for c-function source location as for lisp functions. (b2fe8a0) Revert "* swank-loader.lisp (compile-files): Don't abort on errors, otherwise" (0cd13d7) * swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (a1860ee) * swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (9ba4115) * swank-fancy-inspector.lisp (inspect-type-specifier): The latest SBCL doesn't have :type :translator info anymore. (4e9f2ed) swank-repl: make global IO redirection more global (d4e1bd1) Fix the indentation of several EMACS-INSPECT methods (90baa05) Robustify the indentation cache request handler (64640b0) * swank/sbcl.lisp (sigio-handler): run handlers with interrupts enabled. (ebb7fbd) Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137) * swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890) * swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8) * contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c) * packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a) Complete symbols in locally-nicknamed packages (cd3979a) Fixed Typo (8aa831c) add significant whitespace to summary line (04cb810) Fixed documentation bugs for the mrepl contrib. (f80c997) Minor factorization. (66f0096) Mark some things as obsolete. (7549d5b) Fix a renaming issue. (e1505d9) Set completion-at-point-functions in slime-mode buffers. (77d0edb) * swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc) Fix github issue#273. (726e927) * slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e) Deal with SBCL's sb-c::comma-expr (6023626) Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1) Don't rebind TAB is slime-repl-mode. (f8cffb1) * swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 887c2b515cb0..159b17fb7b1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 9 23:02:32 UTC 2015
+# Sat Dec 12 01:12:38 UTC 2015
pkgbase = slime-git
pkgdesc = The Superior Lisp Interaction Mode for Emacs - from git
- pkgver = 2.15.30.g175d003
+ pkgver = 2.15.31.gce92983
pkgrel = 1
url = http://common-lisp.net/project/slime
install = slime.install
diff --git a/PKGBUILD b/PKGBUILD
index f3096e005956..218aa9a1d80e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=slime-git
-pkgver=2.15.30.g175d003
+pkgver=2.15.31.gce92983
pkgrel=1
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')