Tensegritics / ClojureDart

Clojure dialect for Flutter and Dart
1.41k stars 90 forks source link

`doseq` with `await` in body evaluates to a future #298

Closed cgrand closed 8 months ago

cgrand commented 9 months ago

Because doseq wraps its body in a fn, any await in it doesn't propagate to the outside scope.

dupuchba commented 8 months ago

fixed by 4518023cb5d0966ba9f7d34a488d799111fa8754