-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
code improvementEfficiency improvement, efficacy unchanged (refactoring, speed improvements etc)Efficiency improvement, efficacy unchanged (refactoring, speed improvements etc)
Description
Currently regular transactions are flagged '!' and tagged 'reg_txn'. The tag allows them to be identified. It might be preferable for a custom flag to do this job although the lexer for beancount v2 is hardcoded to only recognize flags defined in beancount.core.flags. If beancount v3 provides for custom flags consider using flags to identify expected transactions, for example, 'XR' for a regular expected transaction.
(EDIT Jun 24) HOWEVER, would need to maintain v2 compatibility until v3 becomes established. i.e. this is perhaps something to consider only when it'd be reasonable to drop support for v2.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code improvementEfficiency improvement, efficacy unchanged (refactoring, speed improvements etc)Efficiency improvement, efficacy unchanged (refactoring, speed improvements etc)