Skip to content

Commit e5b6218

Browse files
author
dnolen
committed
1.9.493
1 parent 04541fb commit e5b6218

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Official web site: http://clojurescript.org
66

77
## Releases and dependency information ##
88

9-
Latest stable release: 1.9.473
9+
Latest stable release: 1.9.493
1010

1111
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)
1212

1313
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
1414

1515
```
16-
[org.clojure/clojurescript "1.9.473"]
16+
[org.clojure/clojurescript "1.9.493"]
1717
```
1818

1919
[Maven](http://maven.apache.org) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.9.473
2222
<dependency>
2323
<groupId>org.clojure</groupId>
2424
<artifactId>clojurescript</artifactId>
25-
<version>1.9.473</version>
25+
<version>1.9.493</version>
2626
</dependency>
2727
```
2828

changes.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 1.9.493
2+
3+
### Fixes
4+
* CLJS-1948: Possible race condition in compiler w/ parallel-build true
5+
* CLJS-1941: `cljs.compiler/cljs-files-in` shouldn't return `.cljc` files if a `.cljs` file exists for the namespace
6+
* CLJS-1941: `cljs.compiler/cljs-files-in` shouldn't return `.cljc` files if a `.cljs` file exists for the namespace
7+
* CLJS-1940: Undeclared var warning when invoking a protocol method on a `js` interop form
8+
* CLJS-1951: Missing 0 and 1 arity versions of interleave
9+
* CLJS-1952: Bump Closure Compiler to Feb 2017 release
10+
* CLJS-1937: Self-host: undeclared cljs.core$macros/mod when compiling cljs/core.cljs
11+
* CLJS-1936: cljs.analyzer declares vars which are only used in Clojure
12+
* CLJS-1949: Self-host: cljs.compiler/munge doesn't preserve JVM compiler semantics
13+
* CLJS-1950: Eliminate instances of #^
14+
* CLJS-1943: Self-host: `cljs.pprint`'s macros can't be compiled
15+
* CLJS-1945: cljs.spec/every-impl kind-fn kind-form dead code
16+
* CLJS-1944: Can't spec generate non-vector collections
17+
* CLJS-1946: Self-hosted: don't emit `goog.require` calls for foreign libs if optimizations different than `:none`
18+
* CLJS-1636: Mark some symbols in core macros ns as private
19+
* CLJS-1939: Fix Node load_file call for foreign-deps
20+
* CLJS-1942: Self-host: `cljs.env.macros` and `cljs.analyzer.macros` can't be loaded
21+
* CLJS-1935: When calling cljs.spec/valid?, subsequent predicates of cljs.spec/and are evaluated even when early predicate is unsatisfied
22+
123
## 1.9.473
224

325
### Fixes

0 commit comments

Comments
 (0)