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

Iteration 32 (#690) #691

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Iteration 32 (#690) #691

merged 1 commit into from
Sep 23, 2024

Conversation

arakov
Copy link
Member

@arakov arakov commented Sep 23, 2024

  • [FIXED]inline assignment in the template class
  • [IDE][FIXED] debug source path
  • [ELC][FIXED] return inside lock
  • [ADDED] Event / AutoEvent / Semaphore #154 : system'threading: ManualEvent, AutoResetEvent, CountDownEvent
  • [SAMPLE][ADDED] threadpool
  • ppc64le : fixing iteratorMethodTest
  • [FIXED] declaring a lambda function with template based argument
  • [API][ADDED] system'threading : Task
  • [ADDED] system'io'Directory : static getFiles / getFiles
  • [FIXED] calling a method directly with nil argument when allowed
  • unit test : calling a method with nil - strong - direct call
  • [FIXED] single dispatch of a private method
  • [Samples][ADDED] tasks
  • [IDE][ADDED] it is possible to set the target type for a single file project
  • [FIXED] closure can be type-casted in the compile-time

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

* [FIXED]inline assignment in the template class
* [IDE][FIXED] debug source path
* [ELC][FIXED] return inside lock
* [ADDED] #154 : system'threading: ManualEvent, AutoResetEvent, CountDownEvent
* [SAMPLE][ADDED] threadpool
* ppc64le : fixing iteratorMethodTest
* [FIXED] declaring a lambda function with template based argument
* [API][ADDED] system'threading : Task
* [ADDED] system'io'Directory : static getFiles / getFiles<string>
* [FIXED] calling a method directly with nil argument when allowed
* unit test : calling a method with nil - strong - direct call
* [FIXED] single dispatch of a private method
* [Samples][ADDED] tasks
* [IDE][ADDED] it is possible to set the target type for a single file project
* [FIXED] closure can be type-casted in the compile-time
@arakov arakov merged commit a514995 into master Sep 23, 2024
0 of 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