Re: A list of all the awesome people who made D possible

2017-12-18 Thread Seb via Digitalmars-d-announce
On Monday, 18 December 2017 at 21:34:25 UTC, Basile B. wrote: On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote: [...] There are a few dups: - "Adam D. Ruppe" and "adamdruppe" - "UplinkCoder" and "Stefan Koch" - "Hackerpilot" and "Brian Schott" - "Iain Buclaw" and "ibuclaw" - "Timothee

Re: A list of all the awesome people who made D possible

2017-12-18 Thread Iain Buclaw via Digitalmars-d-announce
On 18 December 2017 at 22:34, Basile B. via Digitalmars-d-announce wrote: > On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote: >> >> D wouldn't be this powerful, rocking language as it is today without all >> its contributors who worked very hard on

Re: run.dlang.io - a modern way to run D code

2017-12-18 Thread Walter Bright via Digitalmars-d-announce
On 12/18/2017 10:11 AM, Iain Buclaw wrote: Lacks any form of line number information to let you see clearly which set of instructions relates to which expression. i.e: https://explore.dgnu.org/g/7WNiyt This is incorrect (if you compile with debug info on). Besides, it's not particularly

Re: A list of all the awesome people who made D possible

2017-12-18 Thread Basile B. via Digitalmars-d-announce
On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote: D wouldn't be this powerful, rocking language as it is today without all its contributors who worked very hard on improving. To start showing our gratitude and as a token of appreciation, we have started listing all the awesome people who

Re: A list of all the awesome people who made D possible

2017-12-18 Thread Seb via Digitalmars-d-announce
On Monday, 18 December 2017 at 19:32:16 UTC, Mengu wrote: On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote: D wouldn't be this powerful, rocking language as it is today without all its contributors who worked very hard on improving. To start showing our gratitude and as a token of

Re: A list of all the awesome people who made D possible

2017-12-18 Thread Seb via Digitalmars-d-announce
On Monday, 18 December 2017 at 19:48:30 UTC, H. S. Teoh wrote: On Mon, Dec 18, 2017 at 03:58:59PM +, Seb via Digitalmars-d-announce wrote: D wouldn't be this powerful, rocking language as it is today without all its contributors who worked very hard on improving. To start showing our

Re: A list of all the awesome people who made D possible

2017-12-18 Thread Basile B. via Digitalmars-d-announce
On Monday, 18 December 2017 at 19:32:16 UTC, Mengu wrote: On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote: D wouldn't be this powerful, rocking language as it is today without all its contributors who worked very hard on improving. To start showing our gratitude and as a token of

Re: A list of all the awesome people who made D possible

2017-12-18 Thread ketmar via Digitalmars-d-announce
great. yet i think that the page should note that people are listed in alphabetical order, not in any "importance" order.

Re: A list of all the awesome people who made D possible

2017-12-18 Thread H. S. Teoh via Digitalmars-d-announce
On Mon, Dec 18, 2017 at 03:58:59PM +, Seb via Digitalmars-d-announce wrote: > D wouldn't be this powerful, rocking language as it is today without > all its contributors who worked very hard on improving. To start > showing our gratitude and as a token of appreciation, we have started >

Re: LDC 1.7.0-beta1

2017-12-18 Thread Thomas Mader via Digitalmars-d-announce
On Sunday, 10 December 2017 at 17:33:34 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce the first beta for LDC 1.7. The highlights of this version in a nutshell: * Based on D 2.077.1. * Catching C++ exceptions supported on Linux and Windows. Full release log

Re: A list of all the awesome people who made D possible

2017-12-18 Thread Mengu via Digitalmars-d-announce
On Monday, 18 December 2017 at 15:58:59 UTC, Seb wrote: D wouldn't be this powerful, rocking language as it is today without all its contributors who worked very hard on improving. To start showing our gratitude and as a token of appreciation, we have started listing all the awesome people who

Re: run.dlang.io - a modern way to run D code

2017-12-18 Thread Iain Buclaw via Digitalmars-d-announce
On 18 December 2017 at 04:37, Seb via Digitalmars-d-announce wrote: > On Sunday, 17 December 2017 at 22:57:58 UTC, Walter Bright wrote: >> >> On 12/16/2017 2:45 AM, Iain Buclaw wrote: >>> >>> However dmd doesn't do assembly output. ;-) >> >> >> dmd -c test >>

Re: run.dlang.io - a modern way to run D code

2017-12-18 Thread Iain Buclaw via Digitalmars-d-announce
On 17 December 2017 at 23:57, Walter Bright via Digitalmars-d-announce wrote: > On 12/16/2017 2:45 AM, Iain Buclaw wrote: >> >> However dmd doesn't do assembly output. ;-) > > > dmd -c test > obj2asm test.obj >test.asm Lacks any form of line number

A list of all the awesome people who made D possible

2017-12-18 Thread Seb via Digitalmars-d-announce
D wouldn't be this powerful, rocking language as it is today without all its contributors who worked very hard on improving. To start showing our gratitude and as a token of appreciation, we have started listing all the awesome people who made D possible on dlang.org:

Re: datefmt 1.0.0 released: parse datetimes and also format them

2017-12-18 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 12 December 2017 at 22:51:07 UTC, Neia Neutuladh wrote: # Sales pitch If you've ever had to parse datetime input from multiple sources and everyone's standardized on ISO8601, you might have found out that that's not quite as standard as you'd wish. This is where datefmt helps