Skip to content
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

Iteration33 (#693) #694

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Iteration33 (#693) #694

merged 1 commit into from
Oct 7, 2024

Conversation

arakov
Copy link
Member

@arakov arakov commented Oct 7, 2024

Description

Iteration 33

Fixes # (issue)

  • [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
  • [ADDED]Task 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
  • [FIXED] system'objectOp.__getClassName[1]
  • [FIXED][ldoc] system-threading : generate only templates declared in the module
  • [FIXED] Using ++ operator with a weak type #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]Resolving methods with variadic signatures in run-time #413 - boxing variadic argument

Type of change

  • [ x] Bug fix (non-breaking change which fixes an issue)
  • [ x] New feature (non-breaking change which adds functionality)

* [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
@arakov arakov merged commit 581458e into master Oct 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant