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
Reported by Scott Colborne.
In a situation where the sections do no follow each other linearly, actel will not be able to correctly fill in the numbers in the survival summaries.
I.e. if the sections are like this:
A -> B -> D A -> C -> D
The summary code needs to be updated to be able to accommodate non-linear sections.
The text was updated successfully, but these errors were encountered:
This one is more complex than I was expecting, so I won't be able to fix it in time for the next release.
Sorry, something went wrong.
warn users about issue #79
0df00ec
if.last.skip.section will need to be updated too
if.last.skip.section
No branches or pull requests
Reported by Scott Colborne.
In a situation where the sections do no follow each other linearly, actel will not be able to correctly fill in the numbers in the survival summaries.
I.e. if the sections are like this:
A -> B -> D
A -> C -> D
The summary code needs to be updated to be able to accommodate non-linear sections.
The text was updated successfully, but these errors were encountered: