LuaFormatter icon indicating copy to clipboard operation
LuaFormatter copied to clipboard

yaml-cpp: error at line 24, column 21: bad conversion

Open ryanford opened this issue 3 years ago • 4 comments

I get the error yaml-cpp: error at line 24, column 21: bad conversion on Ubuntu 20.04 from the luarocks version and building from source from the repo.

ryanford avatar Oct 21 '21 13:10 ryanford

I meet the same issue on macOS10.15.5 with the commmand git clone --recurse-submodules https://github.com/Koihik/LuaFormatter.git cd LuaFormatter cmake . make make install

Su-Huanzhen avatar Oct 25 '21 02:10 Su-Huanzhen

Any updates on this one? I'm having the same issue

simonhoyos avatar Nov 21 '21 00:11 simonhoyos

Ubuntu 20.04 luarocks, the same…

sarman avatar Nov 28 '21 04:11 sarman

I hit this after copy-pasting the default .lua-format from the readme into my project - it seems to be caused by the line:

column_table_limit: column_limit

Removing that line fixes this for now, and maybe hints at what the underlying issue is?

russmatney avatar Dec 18 '21 14:12 russmatney