Discussion Thread: DIP 1036--Formatted String Tuple Literals--Community Review Round 1
zoujiaqing
zoujiaqing at gmail.com
Thu Sep 10 18:30:26 UTC 2020
On Tuesday, 8 September 2020 at 10:59:31 UTC, Mike Parker wrote:
> This is the discussion thread for the first round of Community
> Review of DIP 1036, "Formatted String Tuple Literals":
>
> https://github.com/dlang/DIPs/blob/15537f9b36afa48f1c1cd57468e8c77f8f2499dd/DIPs/DIP1036.md
>
> The review period will end at 11:59 PM ET on September 22, or
> when I make a post declaring it complete. Discussion in this
> thread may continue beyond that point.
>
> Here in the discussion thread, you are free to discuss anything
> and everything related to the DIP. Express your support or
> opposition, debate alternatives, argue the merits, etc.
>
> However, if you have any specific feedback on how to improve
> the proposal itself, then please post it in the feedback
> thread. The feedback thread will be the source for the review
> summary that I will write at the end of this review round. I
> will post a link to that thread immediately following this
> post. Just be sure to read and understand the Reviewer
> Guidelines before posting there:
>
> https://github.com/dlang/DIPs/blob/master/docs/guidelines-reviewers.md
>
> And my blog post on the difference between the Discussion and
> Feedback threads:
>
> https://dlang.org/blog/2020/01/26/dip-reviews-discussion-vs-feedback/
>
> Please stay on topic here. I will delete posts that are
> completely off-topic.
Please support like this:
int i = 10;
string b = "test " ~ i;
writeln(b); // test 10
More information about the Digitalmars-d
mailing list