nim-lang / fusion

Fusion is for now an idea about how to grow Nim's ecosystem without the pain points of more traditional approaches.
MIT License
128 stars 16 forks source link

fix btreetables key not found error: compiles(...) was using wrong symbol #92

Closed timotheecour closed 3 years ago

timotheecour commented 3 years ago
import fusion/btreetables
let t = initTable[string, string]()
echo t["bar"]

Error: unhandled exception: key not found [KeyError] => Error: unhandled exception: key not found: bar [KeyError]