scl.from_table() fails
Open
progress/1
- Dominant language
- Rust
- Stars
- 147
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
```lua
local inspect = require ("inspect")
tbl = (inspect(torchbear.settings))
print(tbl)
ytbl = yaml.from_table(tbl)
print(ytbl)
stbl = scl.from_table(tbl)
print(stbl)
```
gives
```
{
init = "init.lua"
}
---
"{\n init = \"init.lua\"\n}"
2018-12-05 10:29:28 ERROR: error converting Lua string to table
stack traceback:
[C]: in field 'from_table'
init.lua:6: in local 'init_f'
[string "?"]:5: in function <[string "?"]:1>
[C]: in function 'xpcall'
[string "?"]:1: in main chunk
2018-12-05 10:29:28 ERROR: No handler specified
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.