xkikeg / okane

Plain text accounting software supporting ledger-cli format using Rust
MIT License
4 stars 0 forks source link

InternStore::insert returns alias when alias inserted #175

Closed xkikeg closed 2 months ago

xkikeg commented 2 months ago

https://github.com/xkikeg/okane/blob/c228f5342dbace1c7248de928da6b675864ba480/core/src/report/intern.rs#L174

It could be also modified to have HashMap<str, Interned>

xkikeg commented 2 months ago

Fixed in #177