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
commit 33f948a
Author: MontakOleg <oleg.montak@gmail.com>
Date: Sat Jun 22 15:38:14 2024 +0300
AutoMockable: fix generating static reset func (#1336)
- don't generate invalid code (see
#1335)
- use type's access level for generated reset() function
commit 2f8fc64
Author: art-divin <art-divin@users.noreply.github.com>
Date: Wed Jun 19 18:58:34 2024 +0000
Update Docs
commit 7153768
Author: Ruslan A <r.alikhamov@gmail.com>
Date: Wed Jun 19 22:50:18 2024 +0400
Fix associatedtype generics (#1345)
* Preliminary associatedtype support
* Implemented associatedtype support with generic requirements
* Fixed failing test
* Squashed commit of the following:
commit 9d01e6f
Author: Ruslan A <r.alikhamov@gmail.com>
Date: Fri Jun 14 20:06:41 2024 +0400
Improved concurrency support in SwiftTemplate caching (#1344)
* Removed test code
* Removed comment
* Updated Linux classes
* update internal boilerplate code.
* Updated generated code
* Removed warnings
* Updated expected file
* Updated expected file
* Adjusted protocol type for Linux
* Removed protocol composition due to Swift compiler crash under Linux
Given
Generates:
The text was updated successfully, but these errors were encountered: