-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixins should support interfaces #590
Comments
arakov
added a commit
that referenced
this issue
May 17, 2024
arakov
added a commit
that referenced
this issue
May 22, 2024
arakov
added a commit
that referenced
this issue
May 22, 2024
arakov
added a commit
that referenced
this issue
May 23, 2024
Merged
arakov
added a commit
that referenced
this issue
May 23, 2024
* working on gtk ide * [ADDED] optimized ternary expressions * [FIXED] declaring a field with a type of template based array * [ADDED] unit-test for declaring a field with a type of template based array * [ADDED] #89 : new functionality - MemoryStream, BitArray, SortedList, SortedArrayList * fixing elt64-cli * [ADDED] #95 : LiteralBuffer, WideBuffer * #590 : elenavm : dynamic class inheritance - allocate in perm, copy vmt with custom routine
Merged
arakov
added a commit
that referenced
this issue
May 24, 2024
Merged
arakov
added a commit
that referenced
this issue
May 31, 2024
* #590 : implementing functional test * #620 : introducing out ref variable * refactoring code - using out ref parameters * warn if out variable is not assigned in the method * [FIXED] ?. operator * working on ide for linux * [ADDED] #655 : new option to keep output terminal after the program ends * [FIXED] retrieving a source for the reference modules * [ADDED] auto-recompile option * [FIXED] MTA : critical exception handler * [FIXED] recent list - only 9 elements must be in the list * [ADDED]#69 : GC statistics * [ADDED] support project collection file * [FIXED] nil cannot be returned for nil object - use default instead * #650 : Calling a named constructor from an implicit default one --------- Co-authored-by: Alex <alex@Ubuntu.myguest.virtualbox.org>
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mixins should support interfaces.
The interface wrapper should redirect the messages to the mixin
The text was updated successfully, but these errors were encountered: