We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fpp-to-json errors out with a message that there is a missing bitmap entry when trying to analyze files with patterned connections.
fpp-to-json
For example, in a file with:
module A { topology T { instance c telemetry connections instance c } }
Assuming that c is properly defined with the patterned interface of the telemetry connections graph, fpp-to-json without the -s will fail.
c
-s
This is similar to #445, however the analysis now causes an error rather than the syntax parsing.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
fpp-to-json
errors out with a message that there is a missing bitmap entry when trying to analyze files with patterned connections.For example, in a file with:
Assuming that
c
is properly defined with the patterned interface of the telemetry connections graph,fpp-to-json
without the-s
will fail.This is similar to #445, however the analysis now causes an error rather than the syntax parsing.
The text was updated successfully, but these errors were encountered: