Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Ensure codecs defined by user are byte aligned without the user havin… #103

Merged
merged 1 commit into from Jan 6, 2016

Conversation

sbuzzard
Copy link

@sbuzzard sbuzzard commented Jan 2, 2016

…g to worry about it (for instance, if a user defines an optional member of a larger structure with optional(bool, optionalCodec), since bool is by default 1 bit, the codec using it will result in weird runtime error because the codec itself is not byte aligned - by wrapping in byteAligned combinator within Remotely, it will be transparently byte aligned)

…g to worry about it (for instance, if a user defines an optional member of a larger structure with optional(bool, optionalCodec), since bool is by default 1 bit, the codec using it will result in weird runtime error because the codec itself is not byte aligned - by wrapping in byteAligned combinator within Remotely, it will be transparently byte aligned)
timperrett added a commit that referenced this pull request Jan 6, 2016
Ensure codecs defined by user are byte aligned without the user havin…
@timperrett timperrett merged commit 2dc8b8f into Verizon:master Jan 6, 2016
@timperrett
Copy link
Contributor

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants