This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-29
Channels
- # adventofcode (9)
- # announcements (2)
- # aws (78)
- # babashka (55)
- # beginners (97)
- # biff (9)
- # calva (11)
- # cherry (2)
- # cider (8)
- # clerk (7)
- # clj-kondo (6)
- # clj-on-windows (4)
- # clojure (213)
- # clojure-austin (6)
- # clojure-europe (63)
- # clojure-nl (1)
- # clojure-norway (5)
- # clojure-spec (10)
- # clojure-uk (1)
- # clojurescript (14)
- # clr (2)
- # community-development (3)
- # conjure (14)
- # datomic (2)
- # deps-new (5)
- # dev-tooling (10)
- # editors (3)
- # emacs (3)
- # etaoin (19)
- # events (4)
- # fulcro (71)
- # holy-lambda (20)
- # java (3)
- # jobs (2)
- # leiningen (4)
- # lsp (24)
- # malli (15)
- # membrane (107)
- # music (1)
- # off-topic (29)
- # pedestal (4)
- # polylith (1)
- # portal (2)
- # rdf (5)
- # releases (7)
- # scittle (5)
- # shadow-cljs (8)
- # tools-build (15)
- # tools-deps (6)
- # xtdb (13)
👋 Reported https://github.com/BetterThanTomorrow/calva/issues/1981 yesterday and thought I'd take a stab at it (mostly because it's now blocking my work and not just an inconvenience on my personal project).
The behaviour seems to work as expected on the dev
branch (forked and cloned this morning), any ideas what's going on?
Update: I've reproduced it and figured out what's going on
After this is resolved, is this the kind of thing calva could have tests for? As a heavy user of “run current test”, this regression made my day a little sadder today 😞
Yes, it is a thing we could add a test for. We have an e2e testing framework set up, that today is used to check that we can start a repl and connect to it, and some other simple thing. Please check it out, @U01EB0V3H39 and don't hesitate to ask us for help, and check if you think you could add this particular test.
Also, @U01EB0V3H39. I have been occupied with other things today and haven't tried the PR, which I am pretty sure is fixing the issue. If you could test it and report on the PR, that would be awesome. Then we can get the fix out early tomorrow.