Grey

Results 6 comments of Grey

It should be noted that while unnamed namespaces now are successfully typechecked, there is AFAIK no way to actually access any of its members from outside with the current state...

Also if this PR gets approved and merged, we should port over the fixes to the selfhosted compiler as it will have the same issues.

@jntrnr Technically, no. The namespace uid is not the same as the ScopeId. ScopeIds are a concept within the typechecker, whereas the namespace uid is introduced by the parser and...

I played around with it some more and this problem is not unique to enums. One can provoke the same problem with structs: ```jakt struct FooBar { a: i64 function...

I can't reproduce it either on Fedora with an Intel integrated GPU

> @rohlem > Do you expect to use it for all/most types that appear anywhere (including intermediately) in your entire program? Think of every > > * integer type, signed...