Jakob Schneider

Results 250 comments of Jakob Schneider

> I think that is possible yes, but I think this maybe the syntax is a bit too subtle. Rust does it that way and records, tags, and tuples are...

Ping me whenever it's ready:)

I think it's solid :)

Hmm it seems the `#` symbol clashes with `##` for java types when used in an expression. However, we do not resolve all uses of java types against imports. For...

@magnus-madsen compiler works now. We "just" have breaking changes in the community build.

Somehow, the `IllegalRecordSelectSyntax` error makes it all the way to `Lowering` which crashes the compiler. Where should this be handled? EDIT: When I try this in VSCode everything works, i.e.,...

This is done. Only fails because of the community build where libraries still use the dot notation for records

Was testing out the completers and got an error from the program below (which is not a valid program but I was midway through typing it). ```scala pub def main():...

> For example, if you write `new java.util.Comparator` then it should fill in the `compare` method you have to implement. Thanks! Working on it :smile: :runner: :hammer: Just had to...