test-check

2020-07-11T10:31:47.081300Z

i am confused by this line of documentation: https://github.com/clojure/test.check/blob/master/src/main/clojure/clojure/test/check/rose_tree.cljc#L90 > Takes a list of roses, not a rose Is it possible what was meant was actually: > Takes a rose, not a list of roses as the functions that follow (i.e. permutations, zip, remove, etc.) all seem to take a list of roses, but filter does not?

2020-07-11T12:31:05.081900Z

yep, that sounds wrong

2020-07-11T12:31:19.082400Z

I pushed a commit that deletes that sentence.

2020-07-11T12:31:26.082700Z

according to git history, it was always wrong

2020-07-11T12:52:49.083600Z

@gfredericks thanks! (i didn't chase down the full history, but i also found that as far back as a i looked the sentence was the same.)

2020-07-11T12:54:51.084Z

git log -S "a list of roses" is a good trick for finding where it came from

👍 1
1