We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A new section type needs to be added and documented here: https://github.com/TokTok/hs-toxcore/blob/24ee6e2c3dc1d1565558c14705723228f5fdad6a/src/Network/Tox/SaveData.lhs#L116
Then it needs to be added and parsed here: https://github.com/TokTok/hs-toxcore/blob/24ee6e2c3dc1d1565558c14705723228f5fdad6a/src/Network/Tox/SaveData.lhs#L266
Then a test like this needs to be added: https://github.com/TokTok/hs-toxcore-c/blob/57d3c85f4042ea69c15916f58ebc5ec30a5af1ad/test/Network/Tox/Types/EventsSpec.hs#L59
And we should run that test against c-toxcore to make sure the documentation agrees with the implementation.
The text was updated successfully, but these errors were encountered:
TokTok/hs-toxcore#218
Sorry, something went wrong.
Mostly done. The rest just needs the save format to be made more msgpacky.
No branches or pull requests
A new section type needs to be added and documented here: https://github.com/TokTok/hs-toxcore/blob/24ee6e2c3dc1d1565558c14705723228f5fdad6a/src/Network/Tox/SaveData.lhs#L116
Then it needs to be added and parsed here: https://github.com/TokTok/hs-toxcore/blob/24ee6e2c3dc1d1565558c14705723228f5fdad6a/src/Network/Tox/SaveData.lhs#L266
Then a test like this needs to be added: https://github.com/TokTok/hs-toxcore-c/blob/57d3c85f4042ea69c15916f58ebc5ec30a5af1ad/test/Network/Tox/Types/EventsSpec.hs#L59
And we should run that test against c-toxcore to make sure the documentation agrees with the implementation.
The text was updated successfully, but these errors were encountered: