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

Current transaction builders make adding links tricky #102

Open
librarianmage opened this issue Apr 19, 2024 · 1 comment
Open

Current transaction builders make adding links tricky #102

librarianmage opened this issue Apr 19, 2024 · 1 comment

Comments

@librarianmage
Copy link

Each TransactionBuilder currently initializes its transactions with data.EMPTY_SET, which is a frozenset. As such, adding links can’t be done in place, but the current framework only provides in-place manipulation hooks.

@librarianmage
Copy link
Author

perhaps the parameter could be self.get_links() or data.EMPTY_SET or set(self.get_links()) or data.EMPTY_SET or something

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

No branches or pull requests

1 participant