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
OK let me have some Japanese to cut my recognition overhead. Ask me if you want English version (which I doubt that happens though)
Why I need reporting?
Initially okane-CLI is a complementary tool of the Ledger CLI and I have no plan to support any reporting feature. However, I found Ledger CLI codebase is leaking stack-allocated pointers into several places, which makes hard to ensure that the tool is computing the right value. Then I'm now motivated to write my own.
OK let me have some Japanese to cut my recognition overhead. Ask me if you want English version (which I doubt that happens though)
Why I need reporting?
Initially okane-CLI is a complementary tool of the Ledger CLI and I have no plan to support any reporting feature. However, I found Ledger CLI codebase is leaking stack-allocated pointers into several places, which makes hard to ensure that the tool is computing the right value. Then I'm now motivated to write my own.
Milestones
Non-Goal
Detailed design
為替変換
実装
Recursive reader
とりまやるだけ。最初の段階では難しいことはしない、全部Vecに詰め込む勢いでおk。もしメモリ使用量が問題になってきたら打つべきことも出てくるだろう…
Evaluation order
まず順序だって読み込む、これが最初
それぞれのtransactionではbalanceだけ計算→してなかったらエラー
これから副次的にpriceが取れる
ここでは-X CHF的なconversionはしない?←まだ値段がわからないから。そのかわりCommodity+dateのペアで取らないとだめ?two-pass?
The text was updated successfully, but these errors were encountered: