Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple values #71

Open
rfindler opened this issue Aug 14, 2017 · 3 comments
Open

multiple values #71

rfindler opened this issue Aug 14, 2017 · 3 comments

Comments

@rfindler
Copy link
Member

It would be great if check-equal? accepted multiple values in each of its sub-expressions and then just made sure that they had the same number of values and then checked that they were equal. I usually work around this by writing something like:

(check-equal? (call-with-values (lambda () (call-my-multi-valued-function)) list)
              (list 'the 'expected 'results))
@mfelleisen
Copy link

mfelleisen commented Aug 15, 2017 via email

@spdegabrielle
Copy link
Sponsor Member

is this still an issue? Please consider adding the label good first issue so it is findable:

Issues labeled good first issue in in Racket GitHub repositories

@AlexKnauth
Copy link
Member

This this the same issue as #122 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants