-
Notifications
You must be signed in to change notification settings - Fork 40
ogma-cli
: Add new diagram
command. Refs #194.
#195
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
Merged
ivanperez-keera
merged 7 commits into
nasa:develop
from
ivanperez-keera:develop-diagrams
Jan 12, 2025
Merged
ogma-cli
: Add new diagram
command. Refs #194.
#195
ivanperez-keera
merged 7 commits into
nasa:develop
from
ivanperez-keera:develop-diagrams
Jan 12, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nasa#194. We have determined that supporting transforming diagrams into monitors would generally be useful for Ogma and related projects. A way to support providing input files using diagrammatic formats should be added. This commit adds a new command at core level capable of transforming diagrams in mermaid or DOT / Graphviz into standalone monitors. Properties can be specified as boolean expressions in SMV, CoCoSpec, as literal integers, or as literal expressions. The latter are copied verbatim to the output Copilot module.
We have determined that supporting transforming diagrams into monitors would generally be useful for Ogma and related projects. A way to support providing input files using diagrammatic formats should be added. A prior commit has added a command at ogma-core level to transform diagrams into standalone monitors. This commit exposes the command from ogma-core to the user in the command-line interface.
We have determined that supporting transforming diagrams into monitors would generally be useful for Ogma and related projects. A way to support providing input files using diagrammatic formats should be added. Prior commits have introduced a new command to transform different kinds of graphical notations and property formats into monitors. This commit adds several sample diagrams that users can follow to understand the format supported by Ogma.
We have determined that supporting transforming diagrams into monitors would generally be useful for Ogma and related projects. A way to support providing input files using diagrammatic formats should be added. Prior commits have introduced a new command to transform different kinds of graphical notations and property formats into monitors. This commit updates the package description in the cabal file to document that capability.
We have determined that supporting transforming diagrams into monitors would generally be useful for Ogma and related projects. A way to support providing input files using diagrammatic formats should be added. Prior commits have introduced a new command to transform different kinds of graphical notations and property formats into monitors. This commit updates the README to document that capability and explain how to use it.
Change Manager: For consistency, the CHANGELOG entry in |
c33b076
to
923b173
Compare
Implementor: Fix implemented, review requested. |
Change Manager: Verified that:
|
ogma-cli
: Add new diagram
commandogma-cli
: Add new diagram
command. Refs #194.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add new command to transform diagrams into Copilot monitors, as prescribed in the solution proposed for #194.