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

Make GC independent of messaging. #2292

Merged

Conversation

floitsch
Copy link
Member

@floitsch floitsch commented May 8, 2024

No description provided.

@floitsch floitsch requested a review from kasperl May 8, 2024 16:09
@cla-bot cla-bot bot added the cla-signed The contributors have signed the CLA label May 8, 2024
Copy link
Member

@kasperl kasperl left a comment

Choose a reason for hiding this comment

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

Looks good to me.

// If the message is #[0xFF], respond with our id.
response[0] = test_service->id;
} else if (length == 1 && response[0] == 0xFE) {
// If the message is #[0xFE], do a GC and reploy with #[0].
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// If the message is #[0xFE], do a GC and reploy with #[0].
// If the message is #[0xFE], do a GC and reply with #[0].

Copy link
Member Author

Choose a reason for hiding this comment

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

done.

Base automatically changed from floitsch/external-messaging.type.toit to floitsch/external-messaging May 13, 2024 08:16
@floitsch floitsch merged commit 17977a7 into floitsch/external-messaging May 13, 2024
1 of 21 checks passed
@floitsch floitsch deleted the floitsch/external-messaging.z.20.gc branch May 13, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The contributors have signed the CLA
Development

Successfully merging this pull request may close these issues.

None yet

2 participants