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

Racket layer dependencies #3870

Closed
kalouantonis opened this issue Nov 18, 2015 · 4 comments
Closed

Racket layer dependencies #3870

kalouantonis opened this issue Nov 18, 2015 · 4 comments

Comments

@kalouantonis
Copy link
Contributor

A minimal install of racket will not work with the racket layer. We should add a line in the README to notify people that the DrRacket package is required or at least the minimum required packages to be installed with raco.

There should at least be more informative output than what I got when first booting up with a minimal install:

standard-module-name-resolver: collection not found
  for module path: (submod at-exp reader)
  collection: "at-exp"
  in collection directories:
   /Users/slacker/Library/Racket/6.2.1/collects
   /usr/local/Cellar/racket/6.2.1/share/racket/collects
   /usr/local/Cellar/racket/6.2.1/share/racket/pkgs/racket-lib
  context...:
   show-collection-err
   standard-module-name-resolver
   standard-module-name-resolver
   standard-module-name-resolver
   standard-module-name-resolver
@lverns
Copy link
Contributor

lverns commented Jul 26, 2016

The docs can be viewed via SPC h SPC and then typing "racket". I can see that the documentation still hasn't been updated; however, I can't seem to reproduce the error that you have posted. Could you give the steps to reproduce?

@kalouantonis
Copy link
Contributor Author

I first installed the minimal distribution of racket using OSX brew, but its the same if you download if off the site. I then added racket to my dotspacemacs-configuration-layers as outlined in the README. Lastly, I execute M-x racket-repl and I get the error above.

To fix this I run raco pkg install drracket

lverns added a commit to lverns/spacemacs that referenced this issue Jul 28, 2016
This is in response to issue syl20bnr#3870.
@lverns
Copy link
Contributor

lverns commented Jul 28, 2016

That is weird. With no racket installed, I get a nice reasonable error. Once I install the "minimal distribution", I get the same error as you do. This is probably something that should be reported upstream.

d12frosted pushed a commit to d12frosted/spacemacs that referenced this issue Jul 31, 2016
This is in response to issue syl20bnr#3870.
@d12frosted
Copy link
Contributor

Documentation change is now on master, so closing this.

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