Skip to content

Conversation

@epoberezkin
Copy link
Member

No description provided.

smpP = do
(agentVRange, rootKey, linkConnReq) <- smpP
linkEntityId <- (smpP <|> pure Nothing) <* A.takeByteString -- ignoring tail for forward compatibility with the future link data encoding
linkEntityId <- optional smpP <* A.takeByteString -- ignoring tail for forward compatibility with the future link data encoding
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a subtle encoding bug unrelated to test failure: encoder was not adding '1' character that Maybe parser was expecting.

@epoberezkin epoberezkin merged commit 66cc067 into master Jan 26, 2026
4 of 6 checks passed
@epoberezkin epoberezkin deleted the ep/fix-agent-test branch January 26, 2026 00:11
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.

1 participant