Comment by ~fosskers on ~technomancy/fennel
For posterity: https://github.com/nesbox/TIC-80/pull/2246
Comment by ~fosskers on ~technomancy/fennel
Thanks, I'll ping you here again if necessary.
Comment by ~fosskers on ~technomancy/fennel
I'll take care of this. In terms of the documentation... perhaps in the
vendor/fennel/
directory itself: https://github.com/nesbox/TIC-80/tree/main/vendor/fennel
Comment by ~fosskers on ~technomancy/fennel
A quick correction: those
&until
clauses were possible in1.3.0
as well, but the web player for TIC-80 doesn't yet include that version of Fennel. It's perfectly possible to use them in versions of TIC-80 built frommaster
and uploaded to, say, Itch.
Ticket created by ~fosskers on ~technomancy/fennel
Hi! Fennel
1.3.1
allows for more liberal usage of&until
clauses in various iterator macros, but the TIC-80 doesn't yet support those. The previous PR that updated Fennel for the TIC-80 is here, and I thought to open one myself based on it, but it wasn't clear to me how to properly produce the.lua
and.h
files.Could this process be documented somewhere? Thank you!
Comment by ~fosskers on ~technomancy/fennel
After building
fennel
'smaster
branch myself, it all seems to be working. Thanks!
Comment by ~fosskers on ~technomancy/fennel
To clarify, I am on the most recent commit of
fennel-mode
.
Ticket created by ~fosskers on ~technomancy/fennel
With
fennel-proto-repl-minor-mode
activated, this occurs when:
- Trying to execute code in a buffer
- Trying to execute a code block in
org-mode
Given that
1.3.0
is the most recently released official version, is this expected?