Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cloojure committed Dec 18, 2019
1 parent d92f48f commit b6167bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.adoc
Expand Up @@ -3,6 +3,12 @@

== Change Log

.2019-12-17 Version 0.9.182:
- Moved tupelo.pedestal out into a separate project:
- https://github.com/io-tupelo/pedestal
- https://cljdoc.org/d/io.tupelo/pedestal


.2018-1-1 Version 0.9.70:
- minor redefinition of `spy` for 2 args; requires at least 1 arg to be a keyword, which is treated
as a "label" for the output line.
Expand Down
1 change: 1 addition & 0 deletions test/cljc/tst/tupelo/gotchas.cljc
Expand Up @@ -69,6 +69,7 @@
(is= [5] (apply list [5]))
(is= [5 6] (apply list [5 6]))
(is= [6 5] (into (list) [5 6])) ; accidentally reversed
(is= [6 5] (into nil [5 6])) ; accidentally reversed
(is= 5 (first [5]))
(is= nil (second [5])) ; should throw
(is= [] (rest [5]))
Expand Down

0 comments on commit b6167bd

Please sign in to comment.