File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
src/lambdaisland/deep_diff2 Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
- ## Added
4
-
5
3
## Fixed
6
4
7
- ## Changed
5
+ - Fix printing of mismatch/deletion/insertion on Babashka
8
6
9
7
# 2.6.166 (2022-11-25 / 06fec7e)
10
8
Original file line number Diff line number Diff line change 1
1
{:deps
2
- {lambdaisland/open-source {:git/url " https://github.com/lambdaisland/open-source"
2
+ {lambdaisland/deep-diff2 {:local/root " ." }
3
+ lambdaisland/open-source {:git/url " https://github.com/lambdaisland/open-source"
3
4
:git/sha " f2133b2a88bff3898e027c9b50516161c237792e" }}
4
5
:tasks
5
6
{test:bb {:doc " Run babashka tests with custom runner"
Original file line number Diff line number Diff line change 103
103
the class of the object. For ClojureScript, gets either the `name` attribute
104
104
or the protocol name if the `name` attribute doesn't exist."
105
105
[x]
106
- #? (:clj
106
+ #? (:bb
107
+ (symbol (str (type x)))
108
+ :clj
107
109
(symbol (.getName (class x)))
108
110
:cljs
109
111
(let [t (type x)
You can’t perform that action at this time.
0 commit comments