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

build error caused by package conflict #17

Closed
mbutterick opened this issue Mar 5, 2018 · 3 comments
Closed

build error caused by package conflict #17

mbutterick opened this issue Mar 5, 2018 · 3 comments

Comments

@mbutterick
Copy link
Collaborator

There’s a build error on debug that’s percolating through to my Travis builds that rely on debug (naturally):

 raco pkg install: packages conflict
  package: rackunit-typed
  package: typed-racket-more
  module path: typed/rackunit/type-env-ext
@AlexKnauth
Copy link
Owner

AlexKnauth commented Mar 5, 2018

This could probably be solved by changing the package entry for rackunit-typed to add a version exception. For racket versions before rackunit-typed existed, it should point to an "empty package."

@AlexKnauth
Copy link
Owner

I've made a pull request to try to fix this on rackunit-typed:
racket/rackunit#93

@AlexKnauth
Copy link
Owner

@mbutterick Now with that PR to rackunit-typed merged, that build error should be fixed.

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

2 participants