Walter Bright
7e9193ffa6
format.d: add scope
2018-06-08 16:31:19 -07:00
Sebastian Wilzbach
c324714fde
Remove a few cases of underscore escaping
2018-06-04 13:05:01 +02:00
JinShil
aff18e8205
Remove deprecated std.c package
2018-05-31 10:00:09 +09:00
The Dlang Bot
e13e3889ac
Merge pull request #6435 from JackStouffer/input-range-link
...
Make references to input ranges a link to isInputRange
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-04-15 01:42:45 +02:00
Sebastian Wilzbach
4c016d129f
Remove superfluous _range used to avoid auto-highlighting
2018-04-09 21:31:57 +02:00
Jack Stouffer
e14f89e170
Make references to input ranges a link to isInputRange
2018-04-08 16:19:57 -04:00
Sebastian Wilzbach
42894784dd
Markdownify Phobos
...
$(D word) -> `word`
2018-04-02 22:32:47 +02:00
Sebastian Wilzbach
f01eb93b28
Use assertThrown!FormatException in std.format
2018-03-30 06:33:15 +02:00
Jack Stouffer
bbb7ba1b9c
Add documentation example to FormatException and enable dscanner check
2018-03-28 12:28:55 -04:00
Jack Stouffer
e2d791bcf1
Fix Issue 18689 - std.format should throw FormatException on bad format spec
2018-03-28 12:28:54 -04:00
Sebastian Wilzbach
d720555ffa
Merge remote-tracking branch 'upstream/stable' into merge_stable
2018-03-12 18:58:17 +01:00
Jack Stouffer
3d5cb4a0f7
Fix Issue 18548 - std.format ignores templated toString if another toString is not a template
2018-03-12 10:08:54 -04:00
Ľudovít Lučenič
de37676979
Fix Issue 18579 - Fix digits grouping in formatValue() for floating point numbers
2018-03-08 06:59:34 +01:00
Sebastian Wilzbach
93dc74be78
Merge pull request #6207 from JackStouffer/issue18486
...
Fix Issue 7879 - format of const class with non const toString()
2018-02-28 01:52:37 +01:00
Martin Nowak
09926f9837
Merge remote-tracking branch 'upstream/stable' into merge_stable
2018-02-23 21:37:12 +01:00
Sebastian Wilzbach
ab93c469f0
Add another test for #7879
2018-02-23 01:53:53 +01:00
Jack Stouffer
502aed8cc3
Fix Issue 7879 - format of const/immutable/shared class with no toString()
2018-02-22 10:49:08 -05:00
Jack Stouffer
663b5b9278
Revert addition of StdUnittest
2018-02-20 13:32:32 -05:00
Jack Stouffer
432bf7496e
Added writer version of toString to FormatSpec
2018-02-20 13:03:37 -05:00
Sebastian Wilzbach
d9830b739e
Fix DScanner warnings
2018-02-10 22:46:32 +01:00
Sebastian Wilzbach
611e62c96f
Turn enforce into an eponymous template + undocument enforceEx
2018-02-07 01:01:59 +01:00
Sebastian Wilzbach
b121fc9105
Revert "Turn enforce into an eponymous template + undocument enforceEx"
2018-02-06 16:55:28 +01:00
The Dlang Bot
757ec92db1
Merge pull request #6086 from wilzbach/enforceEx
...
Turn enforce into an eponymous template + undocument enforceEx
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2018-02-06 05:34:25 +01:00
Sebastian Wilzbach
78dcc91e57
Replace enforceEx with enforce
2018-02-02 15:50:10 +01:00
Jack Stouffer
18cbb29b04
Replaced version(unittest) blocks with version(StdUnittest)
2018-02-01 19:56:59 -05:00
The Dlang Bot
b676da0a98
Merge pull request #6047 from BBasile/issue-11747
...
fix issue 11747 - Better error message with @disabled toString
merged-on-behalf-of: H. S. Teoh <quickfur@users.noreply.github.com>
2018-01-27 04:43:23 +01:00
Basile Burg
860eeb59b8
fix typo in code comment
2018-01-26 13:37:08 +01:00
The Dlang Bot
48b3d0914a
Merge pull request #5991 from JackStouffer/format-tostring
...
[RFC] Make Output Ranges Using Methods The Preferred toString Option
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-01-24 05:41:23 +01:00
Basile Burg
4f67cdf115
fix issue 11747 - Better error message with @disabled toString
2018-01-22 09:57:04 +01:00
The Dlang Bot
976cb990f1
Merge pull request #6014 from wilzbach/complex
...
Start to move away from complex and imaginary types
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2018-01-18 22:34:40 +01:00
Sebastian Wilzbach
a972e266ed
Allow running all unittest with -transition=complex
2018-01-17 11:14:32 +01:00
The Dlang Bot
4f8d010f1a
Merge pull request #6026 from JackStouffer/format-guess-length
...
Optimized format with compile time format strings
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2018-01-16 16:59:04 +01:00
Jack Stouffer
6527cbe107
Optimized compile time formatstring format overloads
...
Added function to std.format to make an educated guess at the length of the resulting string,
use that data to reserve capacity in the appender before anything is written to it.
2018-01-16 09:30:03 -05:00
Basile Burg
f9058bce61
fix issue 7054 - format() aligns using code units instead of graphemes
2018-01-13 00:20:44 +01:00
Jack Stouffer
1dd6df3bc2
Modify std.format to recognize output range using toString
2018-01-12 09:40:39 -05:00
Sebastian Wilzbach
6f0aa28dcb
Remove unused primitiveTypeInfo and deprecate unused Mangle
2018-01-09 20:36:26 +01:00
Sebastian Wilzbach
ee612de84f
Use a switch instead of a global dictionary for primitiveTypeInfo
2018-01-08 19:09:53 +01:00
The Dlang Bot
f3189822ab
Merge pull request #5989 from wilzbach/static-foreach
...
Use static foreach in Phobos
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>
2018-01-03 19:05:07 +01:00
Sebastian Wilzbach
7de3787876
Use static foreach in Phobos
2018-01-03 17:30:11 +01:00
The Dlang Bot
5c37fa2046
Merge pull request #5985 from wilzbach/small-safe-2
...
@safeify more unittests II
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-01-03 10:39:35 +01:00
Sebastian Wilzbach
b0575c8a66
@safeify more unittests II
2018-01-03 06:26:05 +01:00
Daniel Kozak
146306a27b
Fix Issue 18152 - Make std.format.formattedRead usable with rvalues
2018-01-02 21:57:07 +01:00
The Dlang Bot
5964600c8d
Merge pull request #5923 from JackStouffer/formatValue
...
Unify overloads and documentation for formatValue
merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>
2017-12-14 15:10:30 +01:00
Sebastian Wilzbach
194d96fd2d
Remove self imports from std.format
2017-12-14 04:17:46 +01:00
Sebastian Wilzbach
fee0ee13ef
Append nits to PR/5923
2017-12-14 04:17:45 +01:00
Jack Stouffer
1050089803
Moved all documentation to the main overload of formatValue
2017-12-13 12:46:31 -05:00
Andrei Alexandrescu
8962271564
whitespace
2017-12-09 11:53:15 -05:00
Robert burner Schadek
9352627f89
Fix for problems with format seperators
...
fix issue 17459
fix issue 18047
This is in one commit as the two problem are located at the place
andrei review
2017-12-09 14:21:55 +01:00
Jack Stouffer
2d6c43d583
changed formatValue overloads to formatValueImpl
2017-11-28 12:02:03 -05:00
Sebastian Wilzbach
df6365092a
Replace body
keyword with its replacement: do
...
Automatic replacement with
sed -i "s/^\([ ]*\)body/\1do/" -i **/*.d
2017-11-20 15:33:52 +01:00