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

method call syntax in nkRecWhen condition gives SIGSEGV #14710

Closed
timotheecour opened this issue Jun 18, 2020 · 0 comments · Fixed by #23277
Closed

method call syntax in nkRecWhen condition gives SIGSEGV #14710

timotheecour opened this issue Jun 18, 2020 · 0 comments · Fixed by #23277

Comments

@timotheecour
Copy link
Member

method call syntax in nkRecWhen condition gives SIGSEGV

I noticed this while working on #14709

Example

when true:
  #[
  SIGSEGV: Illegal storage access. (Attempt to read from nil?)
  ]#
  type Foo[T] = object
    x1: int
    when T.sizeof == 4: discard # SIGSEGV
    # when sizeof(T) == 4: discard # ok
  let t = Foo[float](x1: 1)

Current Output

SIGSEGV

Expected Output

works

Additional Information

devel ff93302 1.3.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants