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

add spec for "require" #3

Closed
elenam opened this issue Aug 2, 2018 · 4 comments
Closed

add spec for "require" #3

elenam opened this issue Aug 2, 2018 · 4 comments
Assignees

Comments

@elenam
Copy link
Contributor

elenam commented Aug 2, 2018

The error on "require" is misleading:

utilities.spec_generator=> (require "nonsense")

Don't know how to create a sequence from a character.

Need to check what types are ok (note: this may be tricky!) and add a spec.
There is also this case:

utilities.spec_generator=> (require [])

No value found for key true. Every key for a hash-map must be followed by a value.

We may be able to approach it with spec, but need to be careful.

@elenam
Copy link
Contributor Author

elenam commented Aug 2, 2018

Similar functions: use, refer, import, refer-clojure.

EthanUphoff referenced this issue in Clojure-Intro-Course/babel-legacy Aug 2, 2018
@elenam elenam assigned elenam and unassigned EthanUphoff Oct 21, 2019
@elenam
Copy link
Contributor Author

elenam commented Oct 21, 2019

Not sure what the story is in 1.10, need to look into it.

@stanislowskij stanislowskij transferred this issue from Clojure-Intro-Course/babel-legacy Sep 10, 2024
@stanislowskij
Copy link
Collaborator

This commit was transferred from the legacy repository as part of our Fall 2024 housekeeping effort. The issue has been removed from the legacy repository.

@stanislowskij
Copy link
Collaborator

Subsumed by #66

@stanislowskij stanislowskij closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants