This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Matches change in D2 runtime intended to avoid confusion with built-in `T.init`
- Loading branch information
1 parent
96ffc2f
commit 7f27dfe
Showing
5 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### ClassInfo.init is deprecated, renamed to `initializer` | ||
|
||
This change matches recent deprecation in D2 upstream druntime and is intended | ||
to eliminate confusion between built-in `T.init` property of all types and | ||
member function of `ClassInfo` with the same name. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
### `ClassInfo.init()` is also available as `initializer` | ||
|
||
This change matches recent deprecation in D2 upstream druntime and is intended | ||
to eliminate confusion between built-in `T.init` property of all types and | ||
member function of `ClassInfo` with the same name. | ||
|
||
Now tangort provides both names so that applications doing transition to D2 can | ||
make a switch without breaking D1 build. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters