We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262c0d3 commit 8a2d660Copy full SHA for 8a2d660
binding.lisp
@@ -249,11 +249,13 @@
249
(bind/values (a b) (values 1 2))
250
(values a b))
251
(multiple-value-bind (a b) (values 1 2)
252
+ (declare (ignore))
253
(values a b)))
254
((binding
255
(bind/values (a b) 1 2)
256
257
258
259
260
261
(bind/destructuring (a &rest b) (list 1 2))
org.tfeb.hax.asd
@@ -5,7 +5,7 @@
5
6
(defsystem "org.tfeb.hax"
7
:description "TFEB hax"
8
- :version "1.2.0"
+ :version "1.2.1"
9
:author "Tim Bradshaw"
10
:license "MIT"
11
:homepage "https://github.com/tfeb/tfeb-lisp-hax"
0 commit comments