Include all builtins in test-suite #1348
Labels
No labels
UX
active development
backlog
blocker
bootstrap
bounty
bug
dependencies
discussion
documentation
duplicate
enhancement
flaky test
help wanted
invalid
javascript
question
release
tendentious
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil#1348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Include simple tests for each and every builtin, including each and every shape of a call to each builtin (e.g. with-output-to-string with 1 or 2 arguments).
Include simple tests for recognizably bad calls to builtins, including exercise for each case of bad call:
bad number of argument, bad argument type in each position, etc. If two builtins have identical sets of allowed shapes, not need to repeat bad calls for both. (Write a simple program that detects which bad forms we failed to test?)