From 5179b3ed0673583ff52e98f33345cc452f5db2d9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 30 Nov 2018 16:49:15 +0100 Subject: [PATCH] Update issues.md --- doc/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/issues.md b/doc/issues.md index 333ea43..74fdb99 100644 --- a/doc/issues.md +++ b/doc/issues.md @@ -2,7 +2,7 @@ Issues are sorted by date from newest to oldest. -- [Instrumented multi-arity fn throws maximum call stack exceeded with optimizations advanced](https://dev.clojure.org/jira/browse/CLJS-2995) (CLJS) +- [Instrumented self-calling multi-arity fn throws maximum call stack exceeded with optimizations advanced](https://dev.clojure.org/jira/browse/CLJS-2995) (CLJS) - [Spec'ed fn doesn't throw when called lazily](https://dev.clojure.org/jira/browse/CLJ-2443) (CLJ) - [re-seq is relying on undefined behavior of subs](https://dev.clojure.org/jira/browse/CLJS-2979) (CLJS) - [unstrument returns symbol of non-instrumented var](https://dev.clojure.org/jira/browse/CLJS-2975) (CLJS)