v4.53.0 #620
Olical
announced in
Announcements
v4.53.0
#620
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The prophecy of #605 has been fulfilled, we're now pure Fennel compiled by nfnl instead of Aniseed with it's collection of oddities. So there's a lot less Lua output in the codebase now, you probably won't notice a difference in performance, but it's still nice to know that a project got smaller without the functionality changing.
I'm still working on the new Fennel client that runs through nfnl and supports REPL driven development with pure Fennel (no module or def macros required!) but that's still in the works. Now we can move much faster with better dev tools and a MUCH improved test runner in busted. We're participating in the Lua plugin ecosystem a little more while still being entirely Fennel. Having our cake and eating it.
Many thanks to all of the people who have tested, contributed and reported things. Especially @russtoku who made this
main
branch happen within our lifetimes, I'd still be slowly chipping away at it if it wasn't for him.So, switch over to the
main
branch,master
is officially deprecated anddevelop
alongside it. We just branch off of or commit directly to main now when working on Conjure. I'll still tag from time to time so those who want to carefully update when they choose can do so.What's Changed
New Contributors
Full Changelog: v4.52.2...v4.53.0
This discussion was created from the release v4.53.0.
Beta Was this translation helpful? Give feedback.
All reactions