This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-09
Channels
- # aleph (1)
- # asami (5)
- # babashka (4)
- # beginners (8)
- # biff (19)
- # calva (2)
- # cider (14)
- # clojure (17)
- # clojure-dev (3)
- # clojure-europe (3)
- # clojurescript (2)
- # community-development (9)
- # conjure (1)
- # core-typed (2)
- # datomic (6)
- # emacs (20)
- # gratitude (1)
- # helix (5)
- # kaocha (4)
- # nbb (1)
- # releases (3)
- # testing (17)
Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.349
• Fix: https://github.com/BetterThanTomorrow/calva/issues/2148
Please let me know if you run into any issues with the indenter. Our test coverage for it isn’t very complete. PR:s increasing this are highly welcome.
Can I get some help testing a development version of Calva where the Jack-in command is run in a subshell and includes a change-directory command? So whatever the jack-in command is, say we call it <jack-in-command>
, the command line we now build becomes (cd <project-root> && <jack-in-command>)
. This so that copying the jack-in command line shall give you a command-line that is not dependent on the current directory. Avoiding a possibly confusing situation with a REPL that seems to start correctly, but that is not going to work.
• https://output.circle-artifacts.com/output/job/a55922d8-03c2-4dfd-927b-a94475e0a090/artifacts/0/tmp/artifacts/calva-2.0.350-2147-include-cwd-in-jack-in-4f0a8f4e.vsix to help test
I’ve tested it on Mac and it works. Some tests on Windows would be great. And also Linux, even though that should be sufficiently similar to Mac, but we never know, I guess. Please test that jack-in works, and that the copied jack-in command line works. Thanks in advance! 🙏 ❤️