You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [FIXED]fix opcode mov gs,r/m64
* resolving #696 comments & suggestions
* some API code refactoring
* working on #696 - linux version will look into the app path to try to retrieve data files
* supporting relative paths #696
* removing unused variables
* [FIXED]#696 : probable memory corruption by tree node operations
* [REDUX]!! refactoring grammar to make it more readable
* refactoring the compiler code to support parameterized method call
* [ELENA][ADDED] support parameterized extension method call
* [API][ADDED] extensions'routines'stex : toArray<T>
* fix encoder code (see an example with ConsoleFileWriter)
* [FIXED]variadic argument list of super class is type-casted
* refactoring api
* fixing viardic message extension handler
* [FIXED] #689: declaring a lambda function with template based argument
* #696 : provide set of config files for Linux with relative paths
* [FIXED] fixing issues ABI convention for external calls
* fixing thread code invoker
* [FIXED] preloaded symbols in sub namespaces
* fixing byref handler retrieving routine
* [FIXED] calling indexed method from the sealed class
* [ADDED]new functional test : script_tests
* fixing elt operation
* [ADDED] new option -xs - Strict type enforcing option (raise an error if the sealed class is typecasted / called the method that does not exists)
* #676 : supporting strict type flag in IDE Project Settings dialog
* [ADDED] supporting multi-byte nop operand
---------
Co-authored-by: Alex <alex@Ubuntu.myguest.virtualbox.org>
Describe the bug
Currently it is only possible to declare a lambda function with a template based argument if using var attribute
To Reproduce
Expected behavior
The code above must be compiled without an error
The text was updated successfully, but these errors were encountered: