-
-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.Something wrong, confusing or sub-standard in the software, docs, or user experience.addaffects4-manyAffects potentially a significant number of users.Affects potentially a significant number of users.annoyance4-majorMajor usability/doc bug, or any regression or crash.Major usability/doc bug, or any regression or crash.needs-releaseThis should probably be shipped in a release soon.This should probably be shipped in a release soon.regressionA backwards step, indicating a weakness in our QA. We don't like these.A backwards step, indicating a weakness in our QA. We don't like these.
Description
In hledger 1.50.3-1.51.1, when LEDGER_FILE is unset and ~/.hledger.journal does not exist, hledger add fails instead of creating that file. This is more fallout from the recent include/glob changes.
~$ HOME=/tmp LEDGER_FILE= hledger add
hledger: Error: neither LEDGER_FILE nor "/tmp/.hledger.journal" was found
Metadata
Metadata
Assignees
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.Something wrong, confusing or sub-standard in the software, docs, or user experience.addaffects4-manyAffects potentially a significant number of users.Affects potentially a significant number of users.annoyance4-majorMajor usability/doc bug, or any regression or crash.Major usability/doc bug, or any regression or crash.needs-releaseThis should probably be shipped in a release soon.This should probably be shipped in a release soon.regressionA backwards step, indicating a weakness in our QA. We don't like these.A backwards step, indicating a weakness in our QA. We don't like these.