-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Resolving methods with variadic signatures in run-time #413
Comments
done |
fixed in ELENA 6.4,3 |
arakov
added a commit
that referenced
this issue
Oct 7, 2024
* [ADDED] supporting async methods * [FIXED][ldoc] system-threading-.html must not be generated * [API][ADDED] File : saveContent, readContent, readWideContent * [API][ADDED] system'io'threading : asyncStreamOp extension * [Samples][ADDED] asyncsamples * [FIXED] it is not possible to declare internal default constructor * [IDE][FIXED] project options - debug command arguments * [Sample][ADDED] task sample 2 * [API][ADDED] extensions'threading : outputConcurrentOp extension * [API][REDUX] all symbols must start with a capital letter * [API][ADDED] system'threading : Task<TResult> * [ADDED]Task<TSResult> example * JIT : index table generating (fixed order, after the main method table; terminated by 0) * [ADDED]functional test : indexed multi-method * [ADDED] supporting indexed methods * [ADDED] indexed internal methods can be declared in a closed class * [ADDED] system'threading : Task<TResult> * [FIXED] system'objectOp.__getClassName[1] * [FIXED][ldoc] system-threading : generate only templates declared in the module * [FIXED] #675 - Using ++ operator with a weak type * [FIXED] incorrect typecast handler signature for the classes inheriting template-based ones * [FIXED] correct debug info of the constructor self variable * [FIXED]#413 - boxing variadic argument
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The the following code does not work properly:
The method should be resolved properly
The text was updated successfully, but these errors were encountered: