Field testing of std.experimental
Bastiaan Veelo via Digitalmars-d
digitalmars-d at puremagic.com
Mon Feb 29 01:49:23 PST 2016
Is there a central place to document field testing of packages in
std.experimental, to help determine when they are ready?
Pegged has recently started using std.experimental.logging for
doing parse traces [1]. The only comment I have from this
application is that maybe there should be a way to omit the time
stamp decorations without creating a custom logger class [2].
Bastiaan.
[1]
https://github.com/PhilippeSigaud/Pegged/wiki/Grammar-Debugging
[2]
https://github.com/PhilippeSigaud/Pegged/blob/bc1679062d785ce9127070ed1c04bf2e1afaeaae/pegged/peg.d#L153
More information about the Digitalmars-d
mailing list