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

Kythe verifier Import test uses hardcoded package #62

Open
robinp opened this issue Aug 25, 2017 · 0 comments
Open

Kythe verifier Import test uses hardcoded package #62

robinp opened this issue Aug 25, 2017 · 0 comments

Comments

@robinp
Copy link
Collaborator

robinp commented Aug 25, 2017

Fails with GHC 7.10:

export STACK_YAML=$(readlink -f stack-6.30.yaml)
stack install
cd kythe_verifier
./test.sh
Verifying: testdata/basic/ImportsRef.hs
Could not verify all goals. The furthest we reached was:
  testdata/basic/ImportsRef.hs:5:6-5:89 @"Data.Set" ref/imports vname("containers-0.5.7.1:Data.Set", "", "", "", "haskell")

In the broader context, we might want to make verifier tests dependent on GHC version. Maybe fire up the tests with a light Haskell wrapper (instead shell script), where we can ifdef which tests we want to run. That way CI integrating those tests would also be easier (could move them into the ghc-kythe package).

cc @ivan444

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