Fork me on GitHub
#lsp
<
2022-02-16
>
ericdallo11:02:19

If anyone uses Windows and wants to contribute to clojure-lsp, this issue is a good start :) https://github.com/clojure-lsp/clojure-lsp/issues/767

borkdude13:02:31

What's the reason the integration tests don't work on Windows? I guess that should be an easy first pass?

ericdallo13:02:27

Yeah, Last time I took, it was related with Windows adding \r\n not only \n

ericdallo13:02:33

but didn't manage to make a easy fix

borkdude13:02:53

maybe just trimming the results before comparison?

borkdude13:02:04

or str/replacing them

borkdude13:02:10

this is what I also do in kondo tests

ericdallo13:02:15

yes, I hope it was easy like that, it was related with lsp4j IIRC

ericdallo13:02:21

need to re-check

borkdude13:02:07

Windows always uses \r\n instead of \n