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 missing dependency on drracket (for docs) #12

Closed
wants to merge 1 commit into from

Conversation

SuzanneSoy
Copy link
Contributor

On my machine (racket v6.9.0.4 20170517-8bc9cef7a9), raco setup -iDxn --check-pkg-deps gives:

.raco-wrapped: --- checking package dependencies ---
.raco-wrapped: found undeclared dependency:
.raco-wrapped:   mode: build (of documentation)
.raco-wrapped:   for package: "debug"
.raco-wrapped:   on package: "drracket"
.raco-wrapped:   from document: "debug"
.raco-wrapped:   to document: "drracket"

@AlexKnauth
Copy link
Owner

This dependency is caused by this seclink:
https://github.com/AlexKnauth/debug/blob/master/debug/scribblings/debug.scrbl#L61-L65

@seclink["Language" #:doc '(lib "scribblings/drracket/drracket.scrbl")]

Will adding an #:indirect? #true argument make the dependency go away?

@SuzanneSoy
Copy link
Contributor Author

I guess it would work, yes. I suppose you do not want to add the dependency so that debug can be installed on headless systems?

@SuzanneSoy SuzanneSoy closed this May 18, 2017
@AlexKnauth
Copy link
Owner

Hopefully this is now fixed by 6c5f1cb

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