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

GNAT Studio plugin is unable to display some graphs #1169

Closed
treiher opened this issue Aug 31, 2022 · 1 comment
Closed

GNAT Studio plugin is unable to display some graphs #1169

treiher opened this issue Aug 31, 2022 · 1 comment
Labels
bug ide Related to GNAT Studio plugin small Effort of one person-day or less

Comments

@treiher
Copy link
Collaborator

treiher commented Aug 31, 2022

This is caused by missing entries in the generated locations.json.

Example

% rflx graph -d generated specs/ipv4.rflx
Parsing specs/ipv4.rflx
Processing IPv4
Creating generated/IPv4_Option.svg
Creating generated/IPv4_Packet.svg
% cat generated/locations.json 
{"specs/ipv4.rflx": {"IPv4_Packet": {"start": {"line": 39, "column": 9}, "end": {"line": 62, "column": 18}}}}

The location for IPv4_Option is missing.

@treiher treiher added the bug label Aug 31, 2022
@treiher treiher added small Effort of one person-day or less ide Related to GNAT Studio plugin labels Aug 31, 2022
@treiher
Copy link
Collaborator Author

treiher commented May 24, 2023

The issue is fixed in RecordFlux 0.10.0.

@treiher treiher closed this as completed May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ide Related to GNAT Studio plugin small Effort of one person-day or less
Projects
None yet
Development

No branches or pull requests

1 participant