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: ToyWorld.commit() parent update #966

Merged

Conversation

DavePearce
Copy link
Collaborator

This puts through a simple fix for ToyWorld.commit() and also tidies up ToyWorld a little by removing the accounts field which is not needed (as was incorrectly managed).

@DavePearce DavePearce requested a review from powerslider August 22, 2024 13:39
@DavePearce DavePearce linked an issue Aug 22, 2024 that may be closed by this pull request
@DavePearce DavePearce force-pushed the fix/issue-964/incorrect-implementation-of-toyworldcommit branch from bb28047 to 76a0baf Compare August 22, 2024 15:51
This puts through a simple fix for `ToyWorld.commit()` and also tidies
up `ToyWorld` a little by removing the `accounts` field which is not
needed (as was incorrectly managed).
@DavePearce DavePearce force-pushed the fix/issue-964/incorrect-implementation-of-toyworldcommit branch from 76a0baf to 3bfad80 Compare August 22, 2024 15:59
@OlivierBBB
Copy link
Collaborator

@DavePearce Does this fix this long standing issue wrt accounts already noted in #840 (and which I just turned into an issue #967) ?

@DavePearce
Copy link
Collaborator Author

@OlivierBBB Yes, in a sense it does because it removes the accounts list altogether!

@powerslider powerslider changed the title Fix ToyWorld.commit() fix: ToyWorld.commit() Aug 23, 2024
@powerslider powerslider changed the title fix: ToyWorld.commit() fix: ToyWorld.commit() parent update Aug 23, 2024
@DavePearce DavePearce merged commit 2c786a0 into arith-dev Aug 23, 2024
5 checks passed
@DavePearce DavePearce deleted the fix/issue-964/incorrect-implementation-of-toyworldcommit branch August 23, 2024 08:19
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.

Incorrect implementation of ToyWorld.commit()
3 participants