Skip to content

Commit 844c57d

Browse files
committed
bump cherry
1 parent 060d939 commit 844c57d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[Cherry](https://github.com/squint-cljs/cherry): Experimental ClojureScript to ES6 module compiler
22

3+
## 0.4.29 (2025-07-11)
4+
5+
- Fix `not=`, used incorrectly inlined version of squint
6+
37
## 0.4.28 (2025-05-12)
48

59
- Fix [#154](https://github.com/squint-cljs/cherry/issues/154): `cherry.embed/eval-form`

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
org.babashka/sci {:mvn/version "0.6.37"}
55
io.github.squint-cljs/squint
66
#_{:local/root "/Users/borkdude/dev/squint"}
7-
{:git/sha "95904d5c7f1e9fa7574baf0cdf37541de0bfcb82"}
7+
{:git/sha "94433e40a884d14756b5e3cd1be82fec0f34700f"}
88
funcool/promesa {:mvn/version "11.0.678"}}
99

1010
:aliases

test/cherry/compiler_test.cljs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,9 @@ IReset (-reset! [this v]
526526
(str/index-of javascript "foo = function")
527527
(str/index-of javascript "use serverless")))))))
528528

529+
(deftest not=-test
530+
(is (false? (jsv! "(not= {:a 1} {:a 1})"))))
531+
529532
(defn init []
530533
(cljs.test/run-tests 'cherry.compiler-test 'cherry.jsx-test 'cherry.squint-and-cherry-test
531534
'cherry.html-test 'cherry.embed-test))

0 commit comments

Comments
 (0)