staifa / wezterm-fnl

Autocompile and load wezterm configuration with Fennel
The Unlicense
7 stars 0 forks source link

wezterm Configuration error #1

Open hrqmonteiro opened 1 month ago

hrqmonteiro commented 1 month ago
runtime error: /home/hrq/.config/wezterm/nfnl/core.lua:38: attempt to call a
nil value (field 'maxn')
stack traceback:
        /home/hrq/.config/wezterm/nfnl/core.lua:38: in function 'nfnl.core.count'
        /home/hrq/.config/wezterm/nfnl/core.lua:108: in function 'nfnl.core.run!'
        /home/hrq/.config/wezterm/nfnl/core.lua:170: in function 'nfnl.core.reduce'
        (...tail calls...)

image

staifa commented 1 month ago

I vaguely remember encountering this error, it was caused by lua version mismatch. If that really is the case, provided nfnl library needs to be updated. I'll look into it.