|
Ran
|
Jobs
1
|
Files
42
|
Run time
3s
|
Badge
README BADGES
|
push
github
*flush-on-newline* support (#866) Hi, could you please consider patch to support the Clojure's `*flush-on-newlne*` dynamic var. It fixes #865. Although the corresponding documentation string in Clojure describes this variable as used [for flushing the stream everytime a newline is printed](https://github.com/clojure/clojure/blob/<a class=hub.com/basilisp-lang/basilisp/commit/e3520c07e8b21dbf5a91fa14b7114b90dc1e89c6">e3520c07e/src/clj/clojure/core.clj#L6540-L6544), it is only referenced by `prn` to [flush its output after the last newline has been written](https://github.com/clojure/clojure/blob/e3520c07e8b21dbf5a91fa14b7114b90dc1e89c6/src/clj/clojure/core.clj#L3729-L3737). This patch follows the same logic. Thanks Co-authored-by: ikappaki <ikappaki@users.noreply.github.com>
1731 of 1734 branches covered (0.0%)
Branch coverage included in aggregate %.
8086 of 8184 relevant lines covered (98.8%)
0.99 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 7862710297.1 | 0 |
98.98 |
GitHub Action Run |