Re: Beta D 2.071.0-b1

2016-03-24 Thread KlMp via Digitalmars-d-announce

On Friday, 25 March 2016 at 02:20:53 UTC, Anon wrote:

On Friday, 25 March 2016 at 00:55:53 UTC, deadalnix wrote:
Unrelated to what ? It is a type system breaking bug, I think 
it is worth merging.


Unrelated to D? Double check your link. I don't think Martin 
can do anything about that pull request.


I think he uses a NG client to post. He hasn't realized he's 
posted on dlang.org !

That's funny.


Re: Beta D 2.071.0-b1

2016-03-24 Thread Anon via Digitalmars-d-announce

On Friday, 25 March 2016 at 00:55:53 UTC, deadalnix wrote:

On Thursday, 24 March 2016 at 10:52:44 UTC, Martin Nowak wrote:

On 03/24/2016 03:00 AM, deadalnix wrote:
No bug report for it, but a PR: 
https://github.com/deadalnix/pixel-saver/pull/53


That seems unrelated. Bugfixes should simply go into stable 
for them to be released.


Unrelated to what ? It is a type system breaking bug, I think 
it is worth merging.


Unrelated to D? Double check your link. I don't think Martin can 
do anything about that pull request.


Re: Silicon Valley D Meetup March 24, 2016

2016-03-24 Thread Ali Çehreli via Digitalmars-d-announce

We're live at the moment:


https://plus.google.com/hangouts/_/hoaevent/AP36tYf_AS9Ceu4KMWgVyVWejYNRXpEESSh_xXQhdSeGB1IGp3BsZg?hl=en=0

Ali

On 03/17/2016 11:40 AM, Ali Çehreli wrote:

Stefan Brus has accepted to repeat his Berlin meetup presentation for us
remotely at his 3am! :D

"Intro to Game Development in D"

   http://www.meetup.com/D-Lang-Silicon-Valley/events/229370428/

As always, we will post a Google hangouts link at the start of the
presentation at around 7pm Pacific time.

Ali




[Blog post] Why and when you should use SoA

2016-03-24 Thread maik klein via Digitalmars-d-announce

Link to the blog post: https://maikklein.github.io/post/soa-d/
Link to the reddit discussion: 
https://www.reddit.com/r/programming/comments/4buivf/why_and_when_you_should_use_soa/


Re: Beta D 2.071.0-b1

2016-03-24 Thread deadalnix via Digitalmars-d-announce

On Thursday, 24 March 2016 at 10:52:44 UTC, Martin Nowak wrote:

On 03/24/2016 03:00 AM, deadalnix wrote:
No bug report for it, but a PR: 
https://github.com/deadalnix/pixel-saver/pull/53


That seems unrelated. Bugfixes should simply go into stable for 
them to be released.


Unrelated to what ? It is a type system breaking bug, I think it 
is worth merging.


Re: D Profile Viewer

2016-03-24 Thread Mike Parker via Digitalmars-d-announce

On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote:

Hi

I wrote a program to turn the non-human-readable trace.log into 
an interactive HTML file that can be used to help profile a D 
program.


Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer

There's also a readme that (hopefully) explains how to use it.

Please let me know if you find any bugs.

Andrew.


Awesome!


Re: D Profile Viewer

2016-03-24 Thread Ali Çehreli via Digitalmars-d-announce

On 03/24/2016 01:34 PM, Andrew wrote:

Hi

I wrote a program to turn the non-human-readable trace.log into an
interactive HTML file that can be used to help profile a D program.

Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer

There's also a readme that (hopefully) explains how to use it.

Please let me know if you find any bugs.

Andrew.


This is awesome! :D

In case others have missed it, this project is open-sourced by a 
prominent company:


> Copyright (c) 2015-2016 eBay Software Foundation

Ali



Re: D Profile Viewer

2016-03-24 Thread Andrew via Digitalmars-d-announce

On Thursday, 24 March 2016 at 21:45:20 UTC, Marco Leise wrote:

Sexy pie charts! Although I'm using OProfile since it works 
without instrumenting the code.


The pie charts are courtesy of Google Charts.




Re: D Profile Viewer

2016-03-24 Thread Marco Leise via Digitalmars-d-announce
Am Thu, 24 Mar 2016 20:34:07 +
schrieb Andrew :

> Hi
> 
> I wrote a program to turn the non-human-readable trace.log into 
> an interactive HTML file that can be used to help profile a D 
> program.
> 
> Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer
> 
> There's also a readme that (hopefully) explains how to use it.
> 
> Please let me know if you find any bugs.
> 
> Andrew.

Sexy pie charts! Although I'm using OProfile since it works
without instrumenting the code.

-- 
Marco



LDC 0.17.1 has been released!

2016-03-24 Thread Kai Nacke via Digitalmars-d-announce

Hi everyone,

LDC 0.17.1, the LLVM-based D compiler, is available for download!
This release is based on the 2.068.2 frontend and standard 
library and supports LLVM 3.5-3.8.


Don't miss to check if your preferred system is supported by this 
release. This time we provide a native ARM compiler, too!


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/ccutnxavsgribiciv...@forum.dlang.org

Regards,
Kai



Re: D Profile Viewer

2016-03-24 Thread Rob Rau via Digitalmars-d-announce

On Thursday, 24 March 2016 at 20:34:07 UTC, Andrew wrote:

Hi

I wrote a program to turn the non-human-readable trace.log into 
an interactive HTML file that can be used to help profile a D 
program.


Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer

There's also a readme that (hopefully) explains how to use it.

Please let me know if you find any bugs.

Andrew.


This looks wonderful! I was looking for something exactly like 
this the other day.


-Rob


D Profile Viewer

2016-03-24 Thread Andrew via Digitalmars-d-announce

Hi

I wrote a program to turn the non-human-readable trace.log into 
an interactive HTML file that can be used to help profile a D 
program.


Its here: https://bitbucket.org/andrewtrotman/d-profile-viewer

There's also a readme that (hopefully) explains how to use it.

Please let me know if you find any bugs.

Andrew.





Re: mondo - a d library for mongodb

2016-03-24 Thread Andrei Alexandrescu via Digitalmars-d-announce

On 3/21/16 12:10 PM, Andrea Fontana wrote:

I just released on behalf of the company I work for
(http://lab.2night.it) "mondo", a library to work with mongodb.

Mondo is a collection of classes (and struct) built over mongo-c-driver.
Low-level bindings are generated automatically using dstep + a small
script to patch some issues with original source.

More info on github page. It obviusly depends on mongo-c-driver library
(quite easy to compile).

GH: https://github.com/2night/mondo
Dub: http://code.dlang.org/packages/mondo

Comments are welcome.

Andrea Fontana


https://www.reddit.com/r/programming/comments/4bss3v/mondo_d_driver_for_mongodb/

https://www.facebook.com/dlang.org/posts/1256886664325012

https://twitter.com/D_Programming/status/71306624769168


Andrei



Re: Beta D 2.071.0-b1

2016-03-24 Thread Joakim via Digitalmars-d-announce

On Thursday, 24 March 2016 at 01:49:25 UTC, Martin Nowak wrote:

First beta for the 2.071.0 release.

This release comes with many import and lookup related changes 
and fixes. You might see a lot of deprecation warnings b/c of 
these changes. We've added the -transition=import switch and 
-transition=checkimports [¹] switches to ease updating existing 
code.


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


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

-Martin

[¹]: -transition=checkimports currently has a bug that creates 
false positive warnings about the $ symbols, this will be fixed 
in the next beta (Bugzilla 15825)


Congrats on fixing the import issues 313 and 314, the 7th and 8th 
oldest D2 issues in bugzilla, before they hit a decade:


https://issues.dlang.org/buglist.cgi?bug_status=UNCONFIRMED_status=NEW_status=ASSIGNED_status=REOPENED=bug_id_based_on=_format=advanced=---

Looking forward to getting rid of the remaining top-level 
non-selective imports in phobos.


Re: Beta D 2.071.0-b1

2016-03-24 Thread John Colvin via Digitalmars-d-announce

On Thursday, 24 March 2016 at 01:49:25 UTC, Martin Nowak wrote:

First beta for the 2.071.0 release.

This release comes with many import and lookup related changes 
and fixes. You might see a lot of deprecation warnings b/c of 
these changes. We've added the -transition=import switch and 
-transition=checkimports [¹] switches to ease updating existing 
code.


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


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

-Martin

[¹]: -transition=checkimports currently has a bug that creates 
false positive warnings about the $ symbols, this will be fixed 
in the next beta (Bugzilla 15825)


As usual, `brew update && brew reinstall dmd --devel` :)


Re: Beta D 2.071.0-b1

2016-03-24 Thread Guillaume Chatelet via Digitalmars-d-announce

On Thursday, 24 March 2016 at 01:49:25 UTC, Martin Nowak wrote:

First beta for the 2.071.0 release.

This release comes with many import and lookup related changes 
and fixes. You might see a lot of deprecation warnings b/c of 
these changes. We've added the -transition=import switch and 
-transition=checkimports [¹] switches to ease updating existing 
code.


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


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

-Martin

[¹]: -transition=checkimports currently has a bug that creates 
false positive warnings about the $ symbols, this will be fixed 
in the next beta (Bugzilla 15825)


Shouldn't this be part of the release ?
https://issues.dlang.org/show_bug.cgi?id=15581


Re: Beta D 2.071.0-b1

2016-03-24 Thread Martin Nowak via Digitalmars-d-announce
On 03/24/2016 03:00 AM, deadalnix wrote:
> No bug report for it, but a PR:
> https://github.com/deadalnix/pixel-saver/pull/53

That seems unrelated. Bugfixes should simply go into stable for them to
be released.


Re: Beta D 2.071.0-b1

2016-03-24 Thread Martin Nowak via Digitalmars-d-announce
On 03/24/2016 06:49 AM, ag0aep6g wrote:
> 
> The changelog page has the wrong version number is the heading and in
> the download link.

Thanks, fixed.


Re: 2016Q1: std.blas

2016-03-24 Thread Nordlöw via Digitalmars-d-announce

On Thursday, 24 March 2016 at 09:30:04 UTC, 9il wrote:

I will post Level 1 to Mir during this week.


Great!


Re: 2016Q1: std.blas

2016-03-24 Thread 9il via Digitalmars-d-announce

On Thursday, 24 March 2016 at 08:20:30 UTC, Nordlöw wrote:
On Saturday, 26 December 2015 at 19:57:19 UTC, Ilya Yaroshenko 
wrote:

I will write GEMM and GEMV families of BLAS for Phobos.


Is there a repo where I can track progress?


I will post Level 1 to Mir during this week.


Re: 2016Q1: std.blas

2016-03-24 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 26 December 2015 at 19:57:19 UTC, Ilya Yaroshenko 
wrote:

I will write GEMM and GEMV families of BLAS for Phobos.


Is there a repo where I can track progress?


Re: 2016Q1: std.blas

2016-03-24 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 26 December 2015 at 20:51:06 UTC, Ilya Yaroshenko 
wrote:

Related questions about LDC
http://forum.dlang.org/thread/lcrquwrehuezpxxvq...@forum.dlang.org


Sounds amazing. I can't wait either ;)

Thanks in advance.

I have some minimum square data fitting algorithms I would like 
to port to D and perhaps also to Phobos.


Re: GtkD 3.3.0 released, GTK+ with D.

2016-03-24 Thread Antonio Corbi via Digitalmars-d-announce

On Wednesday, 23 March 2016 at 18:16:02 UTC, Mike Wey wrote:
GtkD is a D binding and OO wrapper of Gtk+ and is released on 
the LGPL

license.

A new version of GTK was released today, and with that comes a 
new GtkD release so you can use the new features in D.


GtkD 3.3.0 is now available on gtkd.org:
http://gtkd.org/download.html


Incredible work Mike!
This work and your patience answering questions in the gtkd list 
is encouraging.

Thank's for gtkd and help :)!

Antonio


Re: Beta D 2.071.0-b1

2016-03-24 Thread Mike Parker via Digitalmars-d-announce

On Thursday, 24 March 2016 at 01:49:25 UTC, Martin Nowak wrote:

First beta for the 2.071.0 release.

This release comes with many import and lookup related changes 
and fixes. You might see a lot of deprecation warnings b/c of 
these changes. We've added the -transition=import switch and 
-transition=checkimports [¹] switches to ease updating existing 
code.


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


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

-Martin

[¹]: -transition=checkimports currently has a bug that creates 
false positive warnings about the $ symbols, this will be fixed 
in the next beta (Bugzilla 15825)


Awesome! I'm really happy to see the protection issues fixed. 
Especially the DIP22 and selective/named import stuff.