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

Problem: raco setup wants to compile files that are already compiled #56

Open
clacke opened this issue Mar 7, 2018 · 0 comments
Open

Comments

@clacke
Copy link
Member

clacke commented Mar 7, 2018

This is most of the cause behind #38. Currently racket-doc cannot run raco setup, because it wants to recompile everything it touches.

This may be because it considers the compiled files not-newer than the source files. Maybe we need to patch setup or the compiler to accept equally-old files.

Or it may be because setup cannot find compiled files that aren't in the primary installation scope. This may be the same thing that made us want to symlink racket/share/racket/collects into the primary installation scope while setting up.

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

1 participant