You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried changing the base to lua51+lua52 and just lua52 as well - to no effect. This was using the latest git checkout of selene.
It seems that selene uses a recent version of the parser (according to the cargo file), which should include support for the extension. Is there anything in particular that I need to do in order to enable this feature? The PR mentioned lua52 so that's what I tried. FWIW, StyLua seems to take no issue with the code and it's using the same parser, so I'm a bit confused as to why selene choked on the file :)
The text was updated successfully, but these errors were encountered:
This is a follow-up (of sorts) to Kampfkarren/full-moon#255
As I was looking into adopting selene for use with my project, I discovered that it fails to parse the following LuaJIT-supported syntax:
Running
selene
on this withbase: lua51
in the config fails with a parser error:I've tried changing the base to
lua51+lua52
and justlua52
as well - to no effect. This was using the latest git checkout of selene.It seems that
selene
uses a recent version of the parser (according to the cargo file), which should include support for the extension. Is there anything in particular that I need to do in order to enable this feature? The PR mentionedlua52
so that's what I tried. FWIW, StyLua seems to take no issue with the code and it's using the same parser, so I'm a bit confused as to why selene choked on the file :)The text was updated successfully, but these errors were encountered: