rcf icon indicating copy to clipboard operation
rcf copied to clipboard

Calva user reports regression in reporter formatting related to newlines

Open dustingetz opened this issue 2 years ago • 2 comments

Daniel Jomphe Here's a screenshot taken in May with Calva. Lines 942 and 969... It made REPL printing much faster - one line per success slows down things a lot in Calva.

image

2m Daniel Jomphe I tested the latest RCF releases with Calva. 20220405 (and earlier) prints them all on the same line 20220827-151056 prints each :white_check_mark: on a newline 20220902-130636 prints each :white_check_mark: on a newline

dustingetz avatar Sep 06 '22 15:09 dustingetz

Reporters.cljs before April 5: https://github.com/hyperfiddle/rcf/blob/5b6d7443d8ba53eb4c44a30e24565c81d4aca91a/src/hyperfiddle/rcf/reporters.cljs#L19 First change after April 5: https://github.com/hyperfiddle/rcf/blob/2e41d98ee5bb9fab3a289cd34c71a54177540370/src/hyperfiddle/rcf/reporters.cljs#L15

dustingetz avatar Sep 06 '22 15:09 dustingetz

I initially replied to Daniel that RCF always printed one per line in Calva. I was wrong.

The attached screenshot shows a CLJ REPL. We should look for a difference in reporters.clj, not .cljs.

ggeoffrey avatar Sep 18 '22 16:09 ggeoffrey