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

refactor: Move message init queue to separate file #366

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

JFreegman
Copy link
Member

@JFreegman JFreegman commented Mar 2, 2024

This functionality was awkwardly placed between main.c and toxic.c. Now it resides on its own as a stand-alone unit.

Also improved documentation and naming scheme, and added some extra null checks.


This change is Reviewable

@JFreegman JFreegman added the refactor Refactoring production code, eg. renaming a variable, not affecting semantics label Mar 2, 2024
@JFreegman JFreegman added this to the 0.14.2 milestone Mar 2, 2024
@JFreegman JFreegman force-pushed the init_message_new branch 2 times, most recently from 266d2f9 to a59215f Compare March 2, 2024 19:35
This functionality was awkwardly placed between main.c and toxic.c.
Now it resides on its own as a stand-alone unit.

Also improved documentation and naming scheme, and added some
extra null checks.
@toktok-releaser toktok-releaser merged commit b3efee9 into TokTok:master Mar 2, 2024
14 checks passed
@JFreegman JFreegman deleted the init_message_new branch March 2, 2024 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring production code, eg. renaming a variable, not affecting semantics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants