Commit graph

57 commits

Author SHA1 Message Date
Martin Nowak
9032d86bef Merge remote-tracking branch 'upstream/stable' into merge_stable
Conflicts:
	std/format/internal/write.d
2021-03-06 00:09:28 +01:00
berni44
d2f345dcd1 Add assert messages and remove dangling ditto comments 2021-03-03 05:14:04 +01:00
berni44
d68a243a09 Break long lines of std.format.internal.write. 2021-03-02 16:18:35 +01:00
Geod24
8d22e374fc std.format: Recognize sink with in parameters
When using `-preview=in`, `in` no more degrades to `const`,
and thus is not covariant with it, meaning some `toString`
signatures are no longer recognized.
This fixes it by testing for `in` parameters iff `-preview=in` is on.
2021-03-02 06:42:32 +01:00
berni44
372e45070c Make imports of std.format.internal.write local and selectiv. 2021-03-01 15:10:07 +01:00
berni44
ec96dc96e0 Refactor std/format/internal/write.d: Spaces and line breaks 2021-02-25 15:10:35 +01:00
berni44
eb8188b25a Move internal write stuff into internal submodule. 2021-02-17 21:44:15 +01:00