3-14152898 created an issue (geany/geany-plugins#1509) Trying to catch errors in my scripts and understanding why it doesn't work, I stumbled upon yet another issue that I can't explain. If I run this in Lua 5.4: ```lua local s = string.format("%q\n", true) ``` Variable `s` has a value and no error occurs. If I run the **exact** same code in GeanyLua, I get this (kind of) error message!
<img width="734" height="384" alt="Image" src="https://github.com/user-attachments/assets/4a70cfa9-fe4e-4f08-98cf-5b1b0824b654" /> What the heck is going on here??? I am running Geany 2.0 and Lua 5.4.8 on Manjaro Linux. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1509 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1...@github.com>