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

Doesn't compile #37

Closed
skull-squadron opened this issue Jul 25, 2013 · 7 comments
Closed

Doesn't compile #37

skull-squadron opened this issue Jul 25, 2013 · 7 comments

Comments

@skull-squadron
Copy link

Aporia: 253d55e
nimrod: 0.9.2 release
nimrod c aporia.nim

search.nim(215, 4) Hint: 1446 [Processing]
search.nim(232, 4) Hint: 1448 [Processing]
search.nim(211, 9) Error: internal error: expr(nkYieldStmt); unknown node kind
      yield (startMatch, endMatch)
           ^
No stack traceback available
No stack traceback available

The module declaration is an iterator and the yield arguments match.

Is this a nimrod issue? (Retrying with nimrod head @ 9c56633 ITMT)

@dom96
Copy link
Owner

dom96 commented Jul 25, 2013

Yes, Aporia still usually relies on fixes in the very latest Nimrod from git HEAD.

@dom96 dom96 closed this as completed Jul 25, 2013
@dom96
Copy link
Owner

dom96 commented Jul 25, 2013

Btw, if you're compiling this on Mac: I believe @gradha attempted it and there were some issues with it. Compiler issues IIRC.

@gradha
Copy link
Contributor

gradha commented Jul 25, 2013

The macosx crash issue is nim-lang/Nim#342.

@dom96
Copy link
Owner

dom96 commented Jul 25, 2013

Ahh. So 0.9.2 perhaps may still be supported by Aporia. I don't make any effort to keep it that way though.

@skull-squadron
Copy link
Author

I've tried it with nim-lang/Nim@9c56633 (present head) , same issue.

@skull-squadron
Copy link
Author

aporia.nim(1828, 17) Hint: 'NewFileItem' is declared but not used [XDeclaredButNotUsed]
aporia.nim(1833, 14) Hint: 'SaveItem' is declared but not used [XDeclaredButNotUsed]
aporia.nim(1836, 14) Hint: 'UndoItem' is declared but not used [XDeclaredButNotUsed]
aporia.nim(2209, 88) Warning: 'OSErrorMsg' is deprecated [Deprecated]
Dependency: libgtk-x11-2.0.dylib
Dependency: libgtksourceview-2.0(|-0).dylib
Dependency: libglib-2.0.dylib
Dependency: libgobject-2.0.dylib
Dependency: libgdk-x11-2.0.dylib
Dependency: libpango-1.0.dylib
Dependency: libiconv.dylib
search.nim(211, 9) Error: internal error: expr(nkYieldStmt); unknown node kind
      yield (startMatch, endMatch)
           ^
Traceback from system (most recent call last)

@skull-squadron
Copy link
Author

This issue still remains, so it would be a good idea to leave it open until it's fixed. Sweeping issues under the carpet is why American cars are crap.

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

3 participants