-
Notifications
You must be signed in to change notification settings - Fork 48
ogma-core: Documentation refers to wrong system #176
Copy link
Copy link
Closed
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:BugAdmin only: Change request pertaining to error detectedAdmin only: Change request pertaining to error detected
Milestone
Description
Description
The documentation of ogma-core/src/Language/Trans/SMV2Copilot.hs does not refer to the boolean expressions as those in the SMV language, but incorrectly refers to them as FRET expressions, which was old documentation left over after renaming the module.
Type
- Bug: incorrect documentation.
Additional context
None.
Requester
- Ivan Perez.
Method to check presence of bug
The output of the following command should be empty:
$ grep -nHire 'fret' ogma-core/src/Language/Trans/SMV2Copilot.hsIt instead lists a number of occurrences.
Expected result
The module should refer to the expressions as SMV boolean expressions.
Desired result
The module should refer to the expressions as SMV boolean expressions.
Proposed solution
Rename all instances of FRET to SMV in ogma-core/src/Language/Trans/SMV2Copilot.hs.
Further notes
None.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:BugAdmin only: Change request pertaining to error detectedAdmin only: Change request pertaining to error detected