-
Notifications
You must be signed in to change notification settings - Fork 71
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 package copilot-core
contains a comment that ends in double period, which is just a typo. Similar errors are present in copilot-language
and copilot-theorem
.
Type
- Bug: Typo in documentation.
Additional context
None.
Requester
- Ivan Perez.
Method to check presence of bug
The errors can be located with:
$ grep -nHre '--.*[^\.,0-9 ]\.\.' copilot**/src
copilot-core/src/Copilot/Core/Spec.hs:16:-- representations for Specs and the main types of element in a spec..
copilot-language/src/Copilot/Language/Operators/Projection.hs:26:-- of type t carried in a stream of type d..
copilot-theorem/src/Copilot/Theorem/Misc/SExpr.hs:34:-- additional expressions or arguments..
Expected result
There is no comment that ends with double period that is not part of an ellipsis or enumeration.
Desired result
There is no comment that ends with double period that is not part of an ellipsis or enumeration.
Proposed solution
Remove the double period from the comments listed above.
Further notes
None.
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