You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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
Comment by @mgsloan on IRC: "I would have assumed hamish and the PR creator to have tested that"
The text was updated successfully, but these errors were encountered: