#14 Contract violation with `--list-closed`

Closed
opened 4 months ago by george · 1 comments
$ prop --list-closed
string-append: contract violation
  expected: string?
  given: #<void>
  context...:
   /home/george/projects/proposal_database/proposal_database.rkt:252:0: printprop
   /home/george/projects/proposal_database/proposal_database.rkt:412:0: querysys
   body of "/home/george/projects/proposal_database/proposal_database.rkt"
``` $ prop --list-closed string-append: contract violation expected: string? given: #<void> context...: /home/george/projects/proposal_database/proposal_database.rkt:252:0: printprop /home/george/projects/proposal_database/proposal_database.rkt:412:0: querysys body of "/home/george/projects/proposal_database/proposal_database.rkt" ```
George C. Privon commented 4 months ago
Owner

(printprop) is coded to identify proposals that are either:

  • submitted
  • accepted
  • rejected

But "closed" proposals are all those that are not submitted.

`(printprop)` is coded to identify proposals that are either: - submitted - accepted - rejected But "closed" proposals are all those that are not submitted.
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.