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

compiler segfault #435

Closed
fowlmouth opened this issue May 14, 2013 · 1 comment
Closed

compiler segfault #435

fowlmouth opened this issue May 14, 2013 · 1 comment

Comments

@fowlmouth
Copy link
Contributor

This causes the compiler to segfault:

  proc setToroidal(bounds: var TBounded) =
    bounds.foo = proc(entity: PEntity; bounds: var TBounded) =
      # (irrelevant)

Fixed by changing bounds.foo = to the right field name bounds.checkEnt =
https://gist.github.com/fowlmouth/5516425#file-entitty-nim

@ghost ghost assigned zah May 17, 2013
@Araq
Copy link
Member

Araq commented May 18, 2013

Fixed.

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