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

Implicit segment positioning #1

Open
nistath opened this issue Mar 13, 2018 · 0 comments
Open

Implicit segment positioning #1

nistath opened this issue Mar 13, 2018 · 0 comments

Comments

@nistath
Copy link
Member

nistath commented Mar 13, 2018

If position is not specified for a segment, try to fit it in wherever possible.
There are many ways to do this:

  1. Set it to the lowest position in which it will fit

    • [BUG] Will result in unnecessary errors if a message that will be parsed later occupies said space. Even if another optimal fit exists.
  2. Be smart, assuming you know all the segments beforehand (you do)

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

No branches or pull requests

1 participant