Jakob Schneider

Results 250 comments of Jakob Schneider

- [x] Introduce redef keyword as a short hand for override def. - [x] Refactor the standard library and tests to use redef. - [x] Remove support for override. (Or...

I think we can close this now

> Reuse of objects is not thread-safe, right? No but we think we came up with a solution that does less cloning while being thread-safe

Update: It seems we cannot have "nice" static method calls without adding trampoline contexts, i.e., https://github.com/flix/flix/issues/10481

@magnus-madsen let's iterate from here? :)

> I propose to keep the name wget-- to make the connection clear. I was afraid of copyright stuff so I just wanted to make something that sounded similar. But...

> Are we iterating from here or is this the finalish iteration? I think we should iterate from here

Should we close this or merge it?

Is it possible to omit the `new` keyword and just have `Point { x = 42, y 12 }`?