v4.20.0 #211
Olical
announced in
Announcements
v4.20.0
#211
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Conjurers! I hope you had a great weekend and your week is off to a good start. Here's a fresh set of fixes, features and improvements to help you get through the Monday. Also, now I have discussions enabled on my repositories and I'm creating one for each release.
.nrepl-port
files laying around in your home directory that Conjure picked up on thinking it was being helpful. (Conjure walks up the directory tree to find a.nrepl-port
to connect to)g:conjure#eval#gsubs
, a generic set of substitutions you can configure for your evaluations. See:h g:conjure#eval#gsubs
for more information, it allows you to make things like comment blocks evalable! You can manipulate your code using Lua string substitutions before it gets evaluated, like a layer of editor local macros at the source code level. Smart comment block evals #132g:conjure#client#clojure#nrepl#eval#raw_out
which, when toggled on, will strip the; (out)
prefixes from stdout text, allowing you to pprint code or data and work with it immediately in the log. Avoiding the step of stripping the comment prefix.:h g:conjure#client#clojure#nrepl#connection#auto_repl#cmd
for more information.)
appears before ns name #207:help ...
and a specific configuration option to link you right to it!I think that's all for now! There's many smaller commits that aren't very interesting that I left out, but these are hopefully all the things you may find interesting 😄
Have a great day! I'll continue to work on Aniseed's improved module system and Magic Kit, until then, have a great day!
— Ollie ✨
This discussion was created from the release v4.20.0.
Beta Was this translation helpful? Give feedback.
All reactions