File tree 2 files changed +25
-3
lines changed
2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Official web site: http://clojurescript.org
6
6
7
7
## Releases and dependency information ##
8
8
9
- Latest stable release: 1.9.473
9
+ Latest stable release: 1.9.493
10
10
11
11
* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22 )
12
12
13
13
[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
14
14
15
15
```
16
- [org.clojure/clojurescript "1.9.473 "]
16
+ [org.clojure/clojurescript "1.9.493 "]
17
17
```
18
18
19
19
[ Maven] ( http://maven.apache.org ) dependency information:
@@ -22,7 +22,7 @@ Latest stable release: 1.9.473
22
22
<dependency>
23
23
<groupId>org.clojure</groupId>
24
24
<artifactId>clojurescript</artifactId>
25
- <version>1.9.473 </version>
25
+ <version>1.9.493 </version>
26
26
</dependency>
27
27
```
28
28
Original file line number Diff line number Diff line change
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
+
1
23
## 1.9.473
2
24
3
25
### Fixes
You can’t perform that action at this time.
0 commit comments