Include all builtins in test-suite #1348

Open
opened 2025-08-18 20:33:49 +00:00 by fare · 0 comments
fare commented 2025-08-18 20:33:49 +00:00 (Migrated from github.com)

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?)

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?)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mighty-gerbils/gerbil#1348
No description provided.