2024 年 Clojure 状态调查 中分享您的想法!

欢迎!请参阅 关于 页面以了解更多有关此功能的信息。

0
core.async

ASYNC-169 解决了 Clojure 端 go 块中许多 try/catch/finally 问题,应将其移植到 cljs 端。

6 答案

0

评论人:hiredman

我对所有的 clovescript 事情不是很确定,但是看起来 runner_tests.cljs 中的测试没有运行(通过 cljsbuild 和加载 runtests.html)。0001-ASYNC-184-actually-run-the-runner-tests.patch 导致这些测试被运行

0

评论人:hiredman

0002-ASYNC-184-port-clj-exception-handling-fixes-to-cljs.patch 将 ASYNC-169 中 Clojure 异常修复移植到 clovescript,包含基于其他 cljs core.async 问题的某些测试

0

评论人:hiredman

我将 0002-ASYNC-184-port-clj-exception-handling-fixes-to-cljs.patch 更新以修复 cljs 端的 ASYNC-198。

0

评论人:hiredman

0002-ASYNC-184-port-clj-exception-handling-fixes-to-cljs.patch 更新为更好地处理格式不正确的 try/catch/finally 异常

0

评论人:hiredman

可能需要在 cljs 端更新 ASYNC-220

0
参考:[https://clojure.atlassian.net/browse/ASYNC-184](https://clojure.atlassian.net/browse/ASYNC-184)(由 alexmiller 报告)
...