-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove 'draw' requirement that input sequence be strings. also, in ca…
…se of draw and of unfinished eval (i.e., cases where want to know s-op/selector behaviour for some specific input), allow evaluating even when the s-op or selector is not aligned with main running example (by taking the given input as a backup example to do the test evaluation on). this changes error order slightly: in these cases, it now evaluates the input to a selector/s-op/function before it evaluates the expression receiving that input. this means that now the command '1(hi)' when hi is not defined complains about hi instead of complaining that it has not implemented the application of 1 to something else. as i do not want to force the order between complaints about these problems (for now?), simply update the test which had 1(hi) to instead have 1("hi").
- Loading branch information
Showing
2 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters