Skip to content

Explicitly require cl-lib wherever it's used. #389

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

Merged
merged 1 commit into from
Dec 6, 2014
Merged

Explicitly require cl-lib wherever it's used. #389

merged 1 commit into from
Dec 6, 2014

Conversation

Fanael
Copy link
Contributor

@Fanael Fanael commented Dec 6, 2014

Don't depend on other files to load cl-lib, because whether a file uses it or not is an implementation detail.

Also, remove a (require 'cl) introduced in c3a44b6.

@chrisdone
Copy link
Member

Oh, are we supposed to (require 'cl-lib) now instead of (require 'cl)?

@Fanael
Copy link
Contributor Author

Fanael commented Dec 6, 2014

Yes. See #339.

Don't depend on other files to load cl-lib, because whether a file
uses it or not is an implementation detail.

Also, remove a (require 'cl) introduced in c3a44b6.
@chrisdone chrisdone merged commit 5c59801 into haskell:master Dec 6, 2014
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

Successfully merging this pull request may close these issues.

2 participants