Skip to content

add last known update to updateRobotPart and updateFragment #379

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

Merged
merged 3 commits into from
Apr 28, 2025

Conversation

gmulz
Copy link
Member

@gmulz gmulz commented Apr 24, 2025

No description provided.

@gmulz gmulz requested a review from a team as a code owner April 24, 2025 20:16
@gmulz gmulz requested review from njooma and stuqdog April 24, 2025 20:16
final updateRobotPartRequest = UpdateRobotPartRequest()
..id = partId
..name = name
..robotConfig = robotConfig.toStruct();
if (lastKnownUpdate != null) updateRobotPartRequest.lastKnownUpdate = lastKnownUpdate;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is causing tests to fail because the request is expecting a Timestamp but getting a DateTime.

Same in updateFragment below.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! yeah i saw the error but got busy with some other stuff, just looping back on the fix now

Copy link
Member

@stuqdog stuqdog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like tests are still failing :( once those are fixed, lgtm!

@gmulz
Copy link
Member Author

gmulz commented Apr 28, 2025

looks like tests are still failing :( once those are fixed, lgtm!

yeah i forgot an import, they are passing now. i don't know how to use dart lol

@gmulz gmulz merged commit ddf6a93 into main Apr 28, 2025
4 checks passed
@njooma njooma deleted the gmulitz-add-config-conflict-warnings branch May 15, 2025 18:25
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