Skip to content

Commit ab201eb

Browse files
committed
lint
1 parent 86a4ff5 commit ab201eb

14 files changed

Lines changed: 64 additions & 384 deletions

File tree

.clj-kondo/config.edn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
intemporal.macros/with-failure clojure.core/let
66
intemporal.store.foundationdb/with-tx clojure.core/with-open
77
intemporal.test-utils/with-result clojure.core/let
8+
9+
intemporal.core/with-workflow-engine clojure.core/let
10+
811
promesa.core/let clojure.core/let
912
promesa.core/loop clojure.core/loop
1013
promesa.core/recur clojure.core/recur}

src/intemporal/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
:timestamp (System/currentTimeMillis)})
128128
(ctx/notify-observer p/on-async-completed (:workflow-id ctx) start-seq result)
129129
(->AsyncHandle start-seq))
130-
(catch Exception e
130+
(catch Throwable e
131131
(if (error/suspension? e)
132132
;; The thunk suspended on an activity - capture it for parallel execution
133133
(let [suspension-info (error/suspension-data e)]

src/intemporal/example/async.clj

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/intemporal/example/cancellation.clj

Lines changed: 0 additions & 54 deletions
This file was deleted.

src/intemporal/example/child.clj

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/intemporal/example/error.clj

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/intemporal/example/signal.clj

Lines changed: 0 additions & 87 deletions
This file was deleted.

src/intemporal/example/timer.clj

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)