-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: partial changes #61
Conversation
// Add mech address into the global set | ||
setMechs.push(mech); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would leave this in some form. For now there's no mech tracker created by MM, just events. numMechs
then becomes meaningless.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We now have the mapping, don't also need a set. The numMechs is now tracked explicitly as a variable
refactor and fix: addressing recent changes
test: updating tests
fix: delivery recording bug
test: enhancing tests
No description provided.