Join us in July for our next event. Last event before the summer
break.
We will have a look at the GSoC projects, recent DIPs and after
that play around with the D Jupyter Notebook Kernel.
https://www.meetup.com/de-DE/Munich-D-Programmers/events/262900460/
You are all warmly invited. We will m
On Sunday, 7 July 2019 at 10:09:50 UTC, Johannes Pfau wrote:
Am Sun, 07 Jul 2019 08:06:57 + schrieb uranuz:
After updating compiler to 2.087 I got a lot of deprecation
warnings
linked to std.json module. I have found all of the usages of
deprecated
symbols in my project and changed them to
Am Sun, 07 Jul 2019 08:06:57 + schrieb uranuz:
> After updating compiler to 2.087 I got a lot of deprecation warnings
> linked to std.json module. I have found all of the usages of deprecated
> symbols in my project and changed them to the new ones. All these
> warnings are about changing JSON
After updating compiler to 2.087 I got a lot of deprecation
warnings linked to std.json module. I have found all of the
usages of deprecated symbols in my project and changed them to
the new ones. All these warnings are about changing
JSON_TYPE to JSONType
JSON_TYPE.STRING to JSONType.string
an