Skip to content

User message sending function improvements#104

Merged
c-jo merged 2 commits intoc-jo:mainfrom
mephillips-durham:main
Feb 10, 2026
Merged

User message sending function improvements#104
c-jo merged 2 commits intoc-jo:mainfrom
mephillips-durham:main

Conversation

@mephillips-durham
Copy link
Contributor

Added missing size parameter to call of _send() from send().

Make send() and reply() return the task handle returned by _send.

In _send(), take the size first from the size parameter if given, but allow it to come from self.size if it has been set, before falling back on the size of the message type. This allows message classes to offer setter functions for complex message entries which set the size of the message automatically.

Fix typos in comments.

Make send() and reply() return the task handle returned by _send.
In _send(), take the size first from the size parameter if given,
  but allow it to come from self.size if it has been set, before
  falling back on the size of the message type. This allows message
  classes to offer setter functions for complex message entries
  which set the size of the message automatically.
Fix typos in comments.
@mephillips-durham mephillips-durham changed the title User message sendinging function improvements User message sending function improvements Feb 4, 2026
@mephillips-durham
Copy link
Contributor Author

Also fix typo in AboutToBeShown event's structure definition.

@c-jo c-jo merged commit 3401cb8 into c-jo:main Feb 10, 2026
2 checks passed
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