On Monday, 12 February 2018 at 16:50:16 UTC, Jonathan M Davis
wrote:
Folks are free to decide to support dxml for inclusion when the
time comes and free to vote it as unacceptable. Personally, I
think that dxml's approach is ideal for XML that doesn't use
entity references, and I'd much rather
On Saturday, 10 March 2018 at 10:05:49 UTC, rumbu wrote:
On Friday, 9 March 2018 at 21:43:53 UTC, Andrei Alexandrescu
wrote:
Hello, the vision document of the Founation for the first six
months of 2018 is here:
https://wiki.dlang.org/Vision/2018H1
According to the State of D Survey, 71% of
On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote:
This release comes with static foreach
Great! I noticed one small issue, though. When compiled with
warnings, it warns about unreachable code when static foreach in
a switch, for example:
void trySwitch(int x) {
import s