-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Reading from multiple segments doesn't work #97
Comments
Very possible/probable. The multi-segment codepaths aren't as well-tested as single-segment. I'll take a look. |
@recht, I'm unable to reproduce a failure using the test case you gave me. Can you give me what error message you saw on the last line? Please also include output from |
My
And |
While doing some entirely unrelated work, I managed to reproduce this issue and I have a smaller test case that I can dig into. I'll work on a fix. |
I have an idl like this:
Given this test:
There will be an error on the last line where it tries to read out the value. It seems that this happens when objects cross segments somehow?
I have my own
MultiSegment
implementation, which I assumed was the issue, but it looks as if there's a problem in general?The text was updated successfully, but these errors were encountered: