Re: Beta 2.076.1

2017-10-01 Thread Marco Leise via Digitalmars-d-announce
P.S.: The directory layout could be improved as well.
Currently there is:

src\
   +-dmd
   +-druntime
   +-phobos

But druntime in posix.mak:10 expects a src directory inside
the dmd directory:

dmd\
   +-src

So effectively the directory names have to be swapped for
that to work. At that point the superfluous directories for
the other operating systems, containing only dmd.conf could be
removed as well.

Other than that I'm happy with the package, as it provides the
man pages, pre-built HTML documentation and a binary to
bootstrap dmd on systems that lack a D compiler. (The use case
being compilation from source for Gentoo Linux.)

-- 
Marco



Re: Beta 2.076.1

2017-10-01 Thread Marco Leise via Digitalmars-d-announce
Could you include the "default_ddoc_theme.ddoc" and
"config.sh" in the source releases? The sources cannot be
compiled without them.

-- 
Marco


Re: ASDF v0.1.5-beta0: new parser is ~40% faster

2017-10-01 Thread Ilya Yaroshenko via Digitalmars-d-announce

On Sunday, 1 October 2017 at 14:38:04 UTC, Ilya Yaroshenko wrote:

[2]

proper link is
https://github.com/tamediadigital/asdf/releases/tag/v0.1.5-beta0


ASDF v0.1.5-beta0: new parser is ~40% faster

2017-10-01 Thread Ilya Yaroshenko via Digitalmars-d-announce

Hello,

About ASDF
-
ASDF [3] is a cache oriented string based JSON representation. 
Besides, it is a convenient Json Library for D that gets out of 
your way. ASDF is specially geared towards transforming high 
volumes of JSON dataframes, either to new JSON Objects or to 
custom data types.


Release Notes
--
v0.1.5-beta0 [2] release comes with the new parser that 
significantly improves performance.


Benchmarks
--
See also the benchmarks [1] against sajson, one of the fastest 
C++ JSON parser implementations.


Bug fixes
-
- Recursion failure [stack overflow] #65 [4]

Please help to test this pre-release!

ASDF is maintained by Tamedia Digital.

Best regards,
Ilya Yaroshenko

[1] 
https://github.com/tamediadigital/asdf/tree/master/benchmarks/sajson
[2] 
https://github.com/tamediadigital/asdf/releases/tag/v0.1.4-beta0

[3] https://github.com/tamediadigital/asdf
[4] https://github.com/tamediadigital/asdf/issues/65



Re: Release D 2.076.0

2017-10-01 Thread Martin Nowak via Digitalmars-d-announce
On 09/07/2017 02:53 AM, Ali Çehreli wrote:
> This is the first time I'm trying to install with the install script as
> shown on the download page but it fails.
> 
> $ curl -fsS https://dlang.org/install.sh | bash -s dmd
> Downloading and unpacking
> http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.linux.tar.xz
> 
> 100.0%
> Invalid signature
> http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.linux.tar.xz.sig

The script downloads https://dlang.org/d-keyring.gpg and verifies the
GPG signature of the download against that keyring.

So either there was a download error on the file (or signature), or
there is some bug in the way we use your local gpg/gpg2.

Could you check again please?


Beta 2.076.1

2017-10-01 Thread Martin Nowak via Digitalmars-d-announce
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

First beta for the 2.076.1 point release.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.076.1.html

Please report any bugs at https://issues.dlang.org

- -Martin

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEpzRNrTw0HqEtE8TmsnOBFhK7GTkFAlnQ9hUACgkQsnOBFhK7
GTn5wA//cIDU2gEFUJFDcVvUQkwhXA+dTQG/FO9yVhxZq2S2sol2NcRIMH1tubeF
kwR3QAL8uAghMU4J+N+zpTYzqzcrkOu4nsA9DPiskc6MVED6IXEllh2zR4rxLi5g
/BUrCg3haTu14nGfSMGxjWXPdXn5KVVH5gZur72ywEmmhMlhBWFoDgEYcxkD8Zms
gsHDYc8JkSDOIfxR0GqVNsgS8KOvaIHPPKF/zbHKyuMglf15tx058l/Vc5pHD0Lt
C7WZJ0M/Ea+uB/zIKF+ch7Rmz/gp1mBw3WADtJNb5xf4aA9bnQda1gl2AqofFh8x
Fi4MU8JODylw8r9ScTev+qk5U+gaUvPMq2lRqffFDqhEhizNFRWIjXGpcDnpTQT/
kDhW+GQ9IJIFjFdcx1AHrTfdZ2BurIYNK3et5gwCuNyskre80wWuPTkGzcOkGIo1
eiE6EkA/+lIz5X9t/INECYfXVV9vYmT09yXasYPyXNWw9KF46/xazC8KmcGQU6Wg
+RbuTvHn9z4PhUFcxONPwye5ytY/KBhfjOx4IiEUM5ap+iHdaF8kfrrm5wbudPhw
EKUAcwrTVOv34JazbjCp3AwTm4/L9nyKrgG15acNAshA/ODuh+zFPwl6/PwBal/V
gTtrbEbuDe9BIwwU2EOU6FSL1VWzcFp7kqT18bB0StlBzkIjfVs=
=B8DU
-END PGP SIGNATURE-


Re: Silicon Valley D Meetup - September 28, 2017 - "Open Methods: From C++ to D" by Jean-Louis Leroy

2017-10-01 Thread Mengu via Digitalmars-d-announce

On Sunday, 1 October 2017 at 02:35:54 UTC, Jonathan M Davis wrote:
On Saturday, September 30, 2017 15:30:48 Ali Çehreli via 
Digitalmars-d- announce wrote:

[...]


Honestly, it seems a weird that this sort of thing is so hard 
to get to work, but for some reason, it seems to be the sort of 
thing that all sorts of folks can't get to work right - 
including plenty of conferences. I guess that there are just 
too many things that can go wrong. :|


- Jonathan M Davis


*puts his biz guy hat on and starts working on something*


Re: Munich D Meetup - October, 11, 2017: Andrei Alexandrescu: Design By Introspection

2017-10-01 Thread Stefan via Digitalmars-d-announce

On Wednesday, 20 September 2017 at 12:00:00 UTC, Stefan wrote:
Andrei will visit Munich and give us the honor as well as a 
talk.

Would be awesome to see some of you there as well.

Registration: 
https://www.meetup.com/de-DE/Munich-D-Programmers/events/243402617/


event fully booked out.

But if anyone from the forum wants to join and is unsure, then 
write me, Dragos or Seb. We will find a place for everyone 
interested.