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

Dynamic linking of GHCi 7.7 #58

Closed
kazu-yamamoto opened this issue Sep 9, 2013 · 4 comments
Closed

Dynamic linking of GHCi 7.7 #58

kazu-yamamoto opened this issue Sep 9, 2013 · 4 comments

Comments

@kazu-yamamoto
Copy link
Collaborator

Here is the other failures for "spec":

1) Extract, extract (regression tests), works with a module that splices in an expression from an other module
uncaught exception: GhcException (test/extract/th/Foo.hs:8:9:
    cannot find normal object file ‛/var/folders/k0/548g5xg90jjfbrj5j09nvwv80000gq/T/.doctest-22631/Bar.dyn_o’
    while linking an interpreted expression)

4) Main, doctest (regression tests), template-haskell-bugfix
uncaught exception: GhcException (Main.hs:10:21:
    cannot find normal object file ‛/var/folders/k0/548g5xg90jjfbrj5j09nvwv80000gq/T/.doctest-22631/Printf.dyn_o’
    while linking an interpreted expression)

These are probably because GHCi now is using dynamic linking. I don't know workaround for these at this moment.

@sol
Copy link
Owner

sol commented Sep 9, 2013

@Fuuzetsu solved this for Haddock with sol/haddock@e7183be. I guess we have to do something similar for Doctest.

@kazu-yamamoto
Copy link
Collaborator Author

Thanks. I will steal it.

@sol
Copy link
Owner

sol commented Sep 9, 2013

:)

@kazu-yamamoto
Copy link
Collaborator Author

b84b221 fixes this problem.

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