Fork me on GitHub
#clojure-europe
<
2021-10-16
>
pez07:10:39

Morning!

javahippie07:10:16

Using the slow weekend to polish build pipelines. We now spin up an E2E environment in K8S during the Circle CI build and run eatoin tests on it and only deploy if these were successful. Also works in parallel, really happy with that.

👍 4
otfrom08:10:46

Oh and morning

dominicm09:10:23

Morning 🙂

lread18:10:10

Good morning!

genRaiy20:10:47

has anyone ever used definline ? (yes, TIL it existed)

genRaiy20:10:00

it’s a 1.0 feature marked as “Experimental” but is not deprecated, so just wondering ….

dominicm20:10:32

Don't use it

genRaiy20:10:52

That’s not a blanket “NO” from Alex

genRaiy20:10:09

I’m not likely to use it anyway, just saying

genRaiy21:10:12

and they have had lots of chances to deprecate or remove it

dominicm21:10:01

The summary is "no", you have to know when it's a yes 🙂

genRaiy21:10:05

People are using spec 🙂

dominicm21:10:53

Absolute nutters

genRaiy21:10:48

very fair point

borkdude21:10:39

Is this about clojure.spec? I didn't follow :)

genRaiy21:10:53

it’s about definline then it devolved

borkdude21:10:27

A bit off topic but since @dominicm and I spoke about REPLs yesterday: The nbb REPL is now able to break running expressions on Ctrl-C:

user=> (count (range))
^C"Error: Script execution was interrupted by `SIGINT`"
user=> (+ 1 2 3)
6
:-)

😎 4
metal 2