Fork me on GitHub
#off-topic
<
2019-01-16
>
dadair06:01:27

Anyone else using Azure DevOps, and specifically their Pipelines stuff for their Clojure projects? How are you capturing test coverage outputs from Cloverage? Unless I’m missing something, it seems Pipelines only allow for JaCoCo coverage output.

pablore20:01:57

Any ideas on how to do this point-free style?

myFn = (a, b) => (c) => otherFn(a(c), b(c))

dpsutton20:01:18

myFn = juxt?

pablore20:01:41

almost, juxt returns a list

dpsutton20:01:46

apply otherFn juxt seems very close

pablore20:01:41

maybe like this

myFn = (a, b) => (c) => apply(otherFn, juxt(a, b)(c))

pablore20:01:35

then

myFn = (a, b) => (c) => (apply(otherFn) . juxt(a, b))(c)
myFn = (a, b) => apply(otherFn) . juxt(a, b)

Lennart Buit20:01:10

hmm slack has new default icons, hope that there are now more possible distinct combinations

ordnungswidrig21:01:10

The shapes are awefully similar