Fork me on GitHub
#cursive
<
2021-05-10
>
Kari Marttila09:05:33

Is it safe to download IntelliJ IDEA 2021.1.1? I.e.: no issues with Cursive?

raspasov10:05:43

Works on my machine: IntelliJ IDEA 2021.1.1 (Ultimate Edition) Build #IU-211.7142.45, built on April 30, 2021 Runtime version: 11.0.10+9-b1341.41 x86_64 VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o. macOS 11.3.1

Kari Marttila14:05:21

Ok! Thanks!

đź‘Ť 3
Jeff Evans21:05:11

observation: don’t use IntelliJ’s magic wand for resolving merge conflicts when Parinfer is turned on. or at least check the results very carefully

cfleming03:05:51

When are you finding this? In the diff view?

Jeff Evans14:05:40

anyway it seems to basically trash the form, if you add indentation. like, suppose you have:

(let [x 1]
  (inc x))
and then in a later commit, you wrap that entire tree in a new if or something. then it can end up as
(let [x 1])
(inc x)