Closed missblit closed 2 months ago
Thanks for letting us know! It says a lot about Fengari that we have been using it for so long without any trouble that we don't even bother to check compatibility upon a release nowadays.
I've turned the web repl back to 1.5.0 for now while we investigate the issue.
OK, I think I have a fix in 222e14c.
The REPL on https://fennel-lang.org/ fails to load with
[sprintf] unexpected placeholder
Steps to reproduce:
https://fennel-lang.org/fennel/fennel.lua
, and observe that it now works.As seen on the hell site: https://news.ycombinator.com/item?id=41484078
My thoughts: This is probably caused by this bug: https://github.com/fengari-lua/fengari/issues/147 you can try to resolve that, or alternatively you can replace the instance (is it this?) of "%.f" with "%.0f" or whatever.