-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
info USD
(or any alias of USD
) doesn't work until a currency calculation is performed
#635
Comments
Thank you very much for reporting this. This lazy loading of currencies really causes a lot of issues. We've been recently discussing a general lazy evaluation strategy that would potentially solve this alltogether.
Yes. A similar problem exists with running Lines 809 to 833 in 77decee
|
In theory we don't have to eagerly load the currencies on the first command — if it's Separately, looking at the comment in that function
Tackling this seems easy enough with a build script that parses |
Yes. Let's maybe wait for the results of the "should Numbat do lazy evaluation by default?" discussion before investing time here though. |
I assume that this is related to the lazy loading of currencies. Should currencies be loaded if
info
triggers a use?The text was updated successfully, but these errors were encountered: