-
Notifications
You must be signed in to change notification settings - Fork 140
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
FIB objects not present when reading #291
Comments
Merged
Good catch. I fixed it by adding expr name to
As you can see, this still did not produce the correct result so I made a few changes to fib marshaling as well. Now it seems to work as expected:
The issue should be resolved once the PR #296 is merged. |
Hi @aojea, the PR is now merged. If your case works correctly, I suggest that this issue is closed. |
Thanks for the prompt response |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro
gives
Using my "hacky" golang dumper https://gist.github.com/aojea/8a811e11a060fa638aa2dd8165960d5a
right expressions with golang
so it seems the parsing is not working as expected? it is missing the FIB object
The text was updated successfully, but these errors were encountered: