Jump to conversation
Unresolved conversations (5)
@wilzbach wilzbach May 12, 2019
We should try to avoid using Phobos in the DMD testsuite. Maybe we can add a very reduced and minimalistic version of `text`?
test/runnable/istring.d
@wilzbach wilzbach May 12, 2019
Should be preview - not a transition - as this allows earlier merging.
src/dmd/cli.d
@marler8997 marler8997 Mar 8, 2018
NOTE TO REVIEWERS: All changes in this file are just "dog fooding" interpolated strings.
Outdated
test/d_do_test.d
@jacob-carlborg jacob-carlborg Mar 8, 2018
Please make this a Ddoc comment. I know the other ones are not, but we're trying to improve. I would also flesh out the comment a bit, something like: `true if an interpolated string, i.e. prefixed with 'i'`. Please also use backticks for code in comments.
Outdated
src/dmd/astbase.d
jacob-carlborg marler8997
@jacob-carlborg jacob-carlborg Mar 8, 2018
Perhaps add tests with other string literal syntaxes as well.
test/runnable/istring.d
adamdruppe
Resolved conversations (1)
@jacob-carlborg jacob-carlborg Mar 8, 2018
Is there a reason this isn’t a `bool`?
Outdated
src/dmd/astbase.d
marler8997