New issue 352: Make ANY_META case insensitive? https://bitbucket.org/blais/beancount/issues/352/make-any_meta-case-insensitive
Martin Michlmayr: This is just an idea so feel free to close if you disagree. Metadata tags have start with a lowercase letter. I wonder if ANY_META should ignore the case of the first letter (i.e. basically do a `lcfirst` on the argument). I guess, more broadly, should metadata tags be completely case insensitive? Currently they aren't. Actually, the more I think about it, I think doing the `lcfirst` as suggested doesn't make sense if the decision is to keep the case sensitivity. People used to uppercase tags (e.g. from ledger) should just get used to lowercase. -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20181219114005.34816.56517%40app-147.ash1.bb-inf.net. For more options, visit https://groups.google.com/d/optout.
