Skip to content
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

Fix beancount3 duplicate logic #1937

Closed
wants to merge 1 commit into from

Conversation

tarioch
Copy link
Contributor

@tarioch tarioch commented Jan 3, 2025

With beancount3 the duplicate field can now contain the original entry instead of "True", mapping this to the old "True" value for the rest of the import logic to work

With beancount3 the __duplicate__ field can now contain the original
entry instead of "True", mapping this to the old "True" value for the
rest of the import logic to work
@tarioch tarioch force-pushed the bugfix/import_duplicates branch from 46ea605 to e5d45b7 Compare January 3, 2025 20:43
@tarioch
Copy link
Contributor Author

tarioch commented Jan 3, 2025

@yagebu
Copy link
Member

yagebu commented Jan 4, 2025

In the types in this repo, the metadata is typed as immutable, so you're not allowed to modify that (without creating a new entry and replacing the existing one). I don't think there's any reason to mutate it, see #1938

@yagebu yagebu closed this Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants