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

(ghcjs) after JSRef renaming, build fail: ‘fromJSRef’ is not a (visible) method of class ‘FromJSVal’ #25

Closed
alios opened this issue Oct 16, 2015 · 2 comments

Comments

@alios
Copy link

alios commented Oct 16, 2015

Hi!

After fresh install of ghcjs (+ ghcjs-boot) I now get a bunch of errors compiling ghcjs-dom with ghcjs. Something with the JSRef/JSVal renaming seems to make problems. Get hundreds of those

src/GHCJS/DOM/Types.hs:26431:3:
   ‘toJSRef’ is not a (visible) method of class ‘ToJSVal’

src/GHCJS/DOM/Types.hs:26432:14:
    ‘toJSRef’ is not a (visible) method of class ‘ToJSVal’

Comment by @mgsloan on IRC: "I would have assumed hamish and the PR creator to have tested that"

@mgsloan
Copy link

mgsloan commented Oct 16, 2015

PR referred to #23 Travis didn't catch it either :P #24

@kfigiela
Copy link
Contributor

See PR #26, I manually patched this to the stage that it builds.

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