Aleksey Rakov
Aleksey Rakov
Proposals for code refactoring: - simplify - isCompatible - could we get rid of special cases for V_FLAG? - global attributes : maybe it should contain the string reference, instead...
- compile type operator overriding - expression patters - DI - analog of C# record - switch expression - prefix nullable / nable - allow to assign nil - strong...
**Describe the bug** The stack allocated variable is not property boxed and invoked for MessageName instance **To Reproduce** public singleton convertor { generic(n) { MessageName mssg := __received.MessageName; ^ mssg(new...
**Describe the bug** The field is not property incremented by an addition assignment **To Reproduce** singleton Exceptions { static int i; foo() { for(i := 0, i < 2, i...
optimization : fields should be aligned to 4 / 8 and the copy operation should take this into account, except for special type of structs - packed one
- support strong extension template arrayOp : strong, weak