cooldome

Results 24 comments of cooldome

I have checked this one and it is not arc specific. `typ.n` received by codegen doesn't have all the fields of the struct. Looks like this problem happens earlier in...

The real cause is that `any is ptr` returns `false`, while correct answer is unknown it should not be evaluatable. The `Option` is defined this way: ```nim Option*[T] = object...

It is not really static[T] , you currently can't use calls in proc return type. Would be nice to get fixed

It is not lent specific. It is known fact that you can't use function calls in return type definition for generic procs. These don't compile: ```nim proc my[T](a: T): typeof(a[0])...