~fosskers

https://www.fosskers.ca/

Trackers

~fosskers/transducers

Last active a month ago

#181 Request: document upgrade flow for TIC-80 a month ago

Comment by ~fosskers on ~technomancy/fennel

#181 Request: document upgrade flow for TIC-80 a month ago

Comment by ~fosskers on ~technomancy/fennel

Thanks, I'll ping you here again if necessary.

#181 Request: document upgrade flow for TIC-80 a month ago

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

#181 Request: document upgrade flow for TIC-80 a month ago

Comment by ~fosskers on ~technomancy/fennel

A quick correction: those &until clauses were possible in 1.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 from master and uploaded to, say, Itch.

#181 Request: document upgrade flow for TIC-80 a month ago

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!

#166 fennel-mode: Unable to initialize Fennel Proto REPL: unsupported Fennel version: 1.3.0 4 months ago

Comment by ~fosskers on ~technomancy/fennel

After building fennel's master branch myself, it all seems to be working. Thanks!

#166 fennel-mode: Unable to initialize Fennel Proto REPL: unsupported Fennel version: 1.3.0 4 months ago

Comment by ~fosskers on ~technomancy/fennel

To clarify, I am on the most recent commit of fennel-mode.

#166 fennel-mode: Unable to initialize Fennel Proto REPL: unsupported Fennel version: 1.3.0 4 months ago

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?