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

Detect when a module is compiled but not listed in the cabal file #32

Closed
snoyberg opened this issue May 19, 2015 · 3 comments
Closed

Detect when a module is compiled but not listed in the cabal file #32

snoyberg opened this issue May 19, 2015 · 3 comments
Assignees
Milestone

Comments

@snoyberg
Copy link
Contributor

Would have caught this bug @chrisdone just introduced ;)

/home/vagrant/haskell/stackage-common/dist/build/libHSstack-0.0.0.a(Config.o):(.text+0x1cb7f): undefined reference to `stackzm0zi0zi0_StackziTypesziDocker_zdwzdcshowsPrec_info'
/home/vagrant/haskell/stackage-common/dist/build/libHSstack-0.0.0.a(Config.o):(.data+0x3250): undefined reference to `stackzm0zi0zi0_StackziTypesziDocker_zdfFromJSONZLzmzgZRzuzdcparseJSON_closure'
/home/vagrant/haskell/stackage-common/dist/build/libHSstack-0.0.0.a(Config.o):(.data+0x3490): undefined reference to `stackzm0zi0zi0_StackziTypesziDocker_zdfFromJSONZLzmzgZRzuzdcparseJSON_closure'
/home/vagrant/haskell/stackage-common/dist/build/libHSstack-0.0.0.a(Config.o):(.data+0x3658): undefined reference to `stackzm0zi0zi0_StackziTypesziDocker_zdwzdcshowsPrec_closure'
/home/vagrant/haskell/stackage-common/dist/build/libHSstack-0.0.0.a(Config.o):(.text+0x2797): undefined reference to `stackzm0zi0zi0_StackziTypesziDocker_zdwzdcshowsPrec_info'
/home/vagrant/haskell/stackage-common/dist/build/libHSstack-0.0.0.a(Config.o):(.data+0x9c0): undefined reference to `stackzm0zi0zi0_StackziTypesziDocker_zdwzdcshowsPrec_closure'

FYI: I'm fixing that problem in the codebase right now

snoyberg added a commit that referenced this issue May 19, 2015
@snoyberg snoyberg added this to the Later improvements milestone May 25, 2015
@snoyberg
Copy link
Contributor Author

snoyberg commented Jun 1, 2015

@dysinger Please have a look at this one. I'm not sure of the best way to determine which modules were built by runghc Setup.hs build.

@snoyberg
Copy link
Contributor Author

snoyberg commented Jul 7, 2015

Just spoke with Dan about this, it will fit in with other work he's doing.

@borsboom
Copy link
Contributor

borsboom commented Aug 8, 2015

Discussion in PR #734.

borsboom added a commit that referenced this issue Aug 9, 2015
…ted-dependencies

Detect unlisted modules and TH dependent files (#32,#105)
@borsboom borsboom closed this as completed Aug 9, 2015
chrisdone added a commit that referenced this issue Aug 9, 2015
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

4 participants