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: history entry must have a PieceType, and therefore does not need to be an Option<PieceType>, but rather a PieceType #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JeromeSchmied
Copy link
Contributor

@JeromeSchmied JeromeSchmied commented Mar 25, 2024

This PR adds refactor the History to create a new type pub type HistRec = (PieceType, String);

…ed to be an `Option<PieceType>`, but rather a `PieceType`
@thomas-mauran
Copy link
Owner

LGTM, you can rebase from main to resolve the conflicts in your IDE and then push again

@thomas-mauran
Copy link
Owner

ping @JeromeSchmied just need to fix the conflict for a merge when you have time

@JeromeSchmied
Copy link
Contributor Author

ping @JeromeSchmied just need to fix the conflict for a merge when you have time

yup, I know, but I find this rebasing quite tricky, so it'll take some more time

@thomas-mauran
Copy link
Owner

sure thing no problem @JeromeSchmied @ me when you are done mate !

@nicholasmello nicholasmello mentioned this pull request Apr 20, 2024
8 tasks
@thomas-mauran
Copy link
Owner

Hello @JeromeSchmied checkout pr #65 @nicholasmello did another refactor of the move history and added a proper struct for it

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.

None yet

2 participants