Re: text based file formats

2022-12-20 Thread Adrian Matoga via Digitalmars-d-announce
On Sunday, 18 December 2022 at 16:12:35 UTC, rikki cattermole wrote: > * make it @safe and pure if possible (and its likely possible) pure is always a worry for me, but yeah @safe and ideally nothrow (if they are forgiving which they absolutely should be, there is no reason to throw an excepti

Re: GCC 12.1 Released (D v2.100-rc.1)

2022-05-11 Thread Adrian Matoga via Digitalmars-d-announce
On Friday, 6 May 2022 at 11:57:47 UTC, Iain Buclaw wrote: Hi, I am proud to announce another major GCC release, 12.1. [...] Thank you for all the great work!

Re: dxml 0.2.0 released

2018-02-14 Thread Adrian Matoga via Digitalmars-d-announce
On Wednesday, 14 February 2018 at 10:57:26 UTC, rikki cattermole wrote: See lines: - Input!IR temp = input; - input = temp; bool commentLine() { Input!IR temp = input; (...) if (!temp.empty) { (...) input = temp;

Re: mir-linux-kernel 1.0.0: Linux system call numbers for different architectures

2017-11-14 Thread Adrian Matoga via Digitalmars-d-announce
On Saturday, 11 November 2017 at 08:54:54 UTC, Nicholas Wilson wrote: On Saturday, 11 November 2017 at 08:43:32 UTC, Adrian Matoga wrote: On Friday, 10 November 2017 at 18:27:36 UTC, Nathan S. wrote: About package -- Linux system call numbers for different architectures. That&#

Re: mir-linux-kernel 1.0.0: Linux system call numbers for different architectures

2017-11-11 Thread Adrian Matoga via Digitalmars-d-announce
On Friday, 10 November 2017 at 18:27:36 UTC, Nathan S. wrote: About package -- Linux system call numbers for different architectures. That's all. [...] Was there anything wrong with https://code.dlang.org/packages/syscall-d ?

Re: Release D 2.075.0

2017-07-20 Thread Adrian Matoga via Digitalmars-d-announce
On Thursday, 20 July 2017 at 07:19:03 UTC, Patrick Schluter wrote: version 2.067 that still had the C++ frontend took more than 100 seconds. I can hardly believe it. I remember versions 2.05x building in about 11 seconds.

Re: Compile-Time Sort in D

2017-06-09 Thread Adrian Matoga via Digitalmars-d-announce
On Friday, 9 June 2017 at 12:15:50 UTC, Steven Schveighoffer wrote: On 6/7/17 5:47 PM, John Carter wrote: On Monday, 5 June 2017 at 14:23:34 UTC, Mike Parker wrote: https://dlang.org/blog/2017/06/05/compile-time-sort-in-d/ Seems like you have inspired people... http://blog.zdsmith.com/posts/

Re: DConf 2017 Schedule

2017-03-23 Thread Adrian Matoga via Digitalmars-d-announce
On Monday, 20 March 2017 at 13:57:19 UTC, Dukc wrote: If I remember correctly, last year it took perhaps two months or so for the talks to be published on YouTube. Would it be much extra effort to publish unedited versions of them asap, for us who can't wait for the edited versions? Yes, they

Re: Mir Random announce - Professional RNGs

2016-11-26 Thread Adrian Matoga via Digitalmars-d-announce
On Friday, 25 November 2016 at 23:14:06 UTC, Ilya Yaroshenko wrote: https://github.com/libmir/mir-random http://docs.random.dlang.io/latest/index.html Cool! I'd only suggest renaming "algorithm" to "range", to better reflect what's inside the module.

Re: DConf 2017: Bigger, Badder, and Berliner! Call for Submissions now open

2016-11-15 Thread Adrian Matoga via Digitalmars-d-announce
On Monday, 14 November 2016 at 19:49:26 UTC, Andrei Alexandrescu wrote: We're happy to announce that the D Language Foundation is cooperating again with Sociomantic to organize DConf 2017 in Berlin for the second time. Same location, same dates, but of course a whole new experience! (...) http

Re: Release DUB 0.9.25, new logo and updated website design

2016-05-24 Thread Adrian Matoga via Digitalmars-d-announce
On Tuesday, 24 May 2016 at 22:59:24 UTC, Adrian Matoga wrote: (...) 1. The font is much thinner than on dlang.org main site PR: https://github.com/dlang/dub-registry/pull/156 3. Clicking the top-left dub logo directs to "http://code.dlang.org/packages/"; which is 404.

Re: Release DUB 0.9.25, new logo and updated website design

2016-05-24 Thread Adrian Matoga via Digitalmars-d-announce
On Sunday, 22 May 2016 at 19:36:39 UTC, Sönke Ludwig wrote: (...) The new site is cool, except a few annoyances: 1. The font is much thinner than on dlang.org main site (font-weight set to 300 for no good reason), and thus much harder to read. Using #333 for text color instead of pure black

Re: To all DConf speakers: please upload slides!

2016-05-13 Thread Adrian Matoga via Digitalmars-d-announce
On Wednesday, 11 May 2016 at 17:31:32 UTC, dilkROM wrote: And also, if anyone can identify all lightning speakers, that would be terrific. We do need their slides and their names / desired nicknames / contact info as well. :) I didn't use slides, but only a few code examples, collected in a t

Re: DustMite now has -j

2016-05-11 Thread Adrian Matoga via Digitalmars-d-announce
On Wednesday, 11 May 2016 at 19:53:54 UTC, Vladimir Panteleev wrote: By popular demand. https://github.com/CyberShadow/DustMite/compare/e175b95da070d84029f75ba8a15f5d900fb90704...15693cbd5a5c0f47ee9cc68be9dada39b99c3836 Dreams come true. Thank you!

Re: Dconf gets a new logo

2016-03-02 Thread Adrian Matoga via Digitalmars-d-announce
On Wednesday, 2 March 2016 at 03:37:48 UTC, Andrei Alexandrescu wrote: Many thanks to https://github.com/aG0aep6G who contributed the DConf 2016 logo (the Berlin tower https://github.com/D-Programming-Language/dconf.org/pull/95). After discussing it with Sociomantic, they proposed a new one t

Re: GDC Explorer Site Update

2016-01-26 Thread Adrian Matoga via Digitalmars-d-announce
On Tuesday, 26 January 2016 at 10:17:37 UTC, Adrian Matoga wrote: Nice! Is there a way to override the default '-Og'? It seems that now Currently I cannot see any difference Oops, pressed "Send" too quickly. Should be: I cannot see any difference in the output w

Re: GDC Explorer Site Update

2016-01-26 Thread Adrian Matoga via Digitalmars-d-announce
On Monday, 25 January 2016 at 23:08:32 UTC, Iain Buclaw wrote: http://explore.dgnu.org/ Nice! Is there a way to override the default '-Og'? It seems that now Currently I cannot see any difference Now supports 12 different architectures from ARM to SystemZ! (not including -m32 or any -march

Re: LDC 0.17.0-beta1 has been released!

2016-01-20 Thread Adrian Matoga via Digitalmars-d-announce
On Tuesday, 19 January 2016 at 18:45:54 UTC, Dan Olson wrote: Adrian Matoga writes: On Thursday, 14 January 2016 at 20:33:30 UTC, Kai Nacke wrote: LDC 0.17.0-beta1, the LLVM-based D compiler, is available for download! This release is based on the 2.068.2 frontend and standard library and

Re: Logo for D

2016-01-18 Thread Adrian Matoga via Digitalmars-d-announce
On Monday, 18 January 2016 at 10:28:48 UTC, Guillaume Piolat wrote: On Saturday, 16 January 2016 at 17:55:13 UTC, karabuta wrote: How do you see it? http://amazingws.0fees.us/wp-content/uploads/2016/01/dlang2.png Many variants are on the way. The current logo is very good and there is value

Re: LDC 0.17.0-beta1 has been released!

2016-01-18 Thread Adrian Matoga via Digitalmars-d-announce
On Thursday, 14 January 2016 at 20:33:30 UTC, Kai Nacke wrote: LDC 0.17.0-beta1, 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.7. Excellent! Works great so far (Linux x86_64). Any chance of havin

Re: Hash Tables in D

2016-01-07 Thread Adrian Matoga via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:29:05 UTC, Martin Nowak wrote: There is a bug. You should never do this b/c of iterator/range invalidation. foreach (key; aa.keys) aa.remove(key); I've recently hit this when trying to remove some of the elements from an AA while iterating over it. It's ea

Re: Please vote for the DConf logo

2015-11-06 Thread Adrian Matoga via Digitalmars-d-announce
On Wednesday, 4 November 2015 at 09:30:30 UTC, Andrei Alexandrescu wrote: Reply to this with 1.1, 1.2, 2, or 3: 1) by ponce: Variant 1: https://github.com/p0nce/dconf.org/blob/master/2016/images/logo-sample.png Variant 2: https://raw.githubusercontent.com/p0nce/dconf.org/4f0f2b5be8ec2b06e3feb

Re: Walter and I talk about D in Romania

2015-10-05 Thread Adrian Matoga via Digitalmars-d-announce
On Friday, 2 October 2015 at 13:35:42 UTC, Dragos Carp wrote: Then don't miss this: http://codedive.pl/en/agenda/ I'll be there!

Re: Lessons Learned: Writing a filesystem in D

2015-07-08 Thread Adrian Matoga via Digitalmars-d-announce
On Tuesday, 7 July 2015 at 21:41:47 UTC, Walter Bright wrote: https://www.reddit.com/r/programming/comments/3cg1r0/lessons_learned_writing_a_filesystem_in_d/ I run up against the same problem with threads when trying to play audio asynchronously - the callbacks are made from another thread wh

Re: dmd 2.057 release

2011-12-15 Thread Adrian
Am 15.12.2011 12:31, schrieb Stephan: > On 15.12.2011 12:02, Adrian wrote: >> - for the crash to happen the project has to be compiled with the >> switches -noboundscheck and -deps="bug.dep". if you omit one of them >> the crash wont show. > > sounds lik

Re: dmd 2.057 release

2011-12-15 Thread Adrian
Am 15.12.2011 07:50, schrieb Adrian: > Am 14.12.2011 18:57, schrieb Walter Bright: >> On 12/14/2011 6:59 AM, Adrian wrote: >>> I have a strange crash of the new dmd 2.057 compiler. >> >> I can't do anything without a reproducible test case. > > If you w

Re: dmd 2.057 release

2011-12-14 Thread Adrian
Am 14.12.2011 18:57, schrieb Walter Bright: > On 12/14/2011 6:59 AM, Adrian wrote: >> I have a strange crash of the new dmd 2.057 compiler. > > I can't do anything without a reproducible test case. If you want, I can sent you the whole source. Its nothing real important,

Re: dmd 2.057 release

2011-12-14 Thread Adrian
Am 14.12.2011 08:05, schrieb Walter Bright: > Highlights are use of XMM floating point registers in 64 bit targets, > and now supporting OS X 64 as a target. > > http://www.digitalmars.com/d/2.0/changelog.html > http://ftp.digitalmars.com/dmd.2.057.zip > > A lot of people put a ton of effort into

Re: Visual D 0.3.29 features C++ to D conversion wizard

2011-12-04 Thread Adrian
, Rainer Schuetze wrote: >> I can confirm the problem on another computer. I'll look into it... >> >> On 03.12.2011 16:02, Mirko Pilger wrote: >>> i neither see the menu entry nor the command assignment, too. i'm using >>> the vs shell 2008. >>> >>> Thanks, it works now - a very nice tool ! Cheers, Adrian.

Re: Visual D 0.3.29 features C++ to D conversion wizard

2011-12-03 Thread Adrian
submenu. Do I have to enable something, somewhere ? best, Adrian.

Ć: simple language for portable libraries

2011-08-16 Thread Adrian Matoga
Hi, I'd like to announce my friend's baby, "a programming language for writing very portable programming libraries", which translates to C, Java, C#, JavaScript, ActionScript and, of course, D. First version has limited features, but has been successfully applied in ASAP (multiplatform player

Re: TDPL in Russian

2010-11-15 Thread Adrian Matoga
It's the same with recent Polish translations, with one exception I've found so far. It was Andrei's "Modern C++ design" translated by Grzegorz Jakacki with in-depth understanding of the original book, perfect sense of what should be translated and what shouldn't, correct, natural and itelligibl

Re: dmd 1.063 and 2.048 release

2010-08-11 Thread Adrian Matoga
/dmd.2.048.zip Thanks very, very much! One little thing (D2): it seems that in some cases int array literals are no longer implicitly converted to uint arrays, I'll try to prepare a minimal testcase. Adrian

Re: This just in: authorless TDPL becomes collector's edition

2010-06-21 Thread Adrian Matoga
Alix Pexton pisze: On 21/06/2010 20:23, Mike James wrote: Got my "collectors item" delivered today from Amazon UK. Looks good. I like the bonus of being able to download a PDF version of TDPL. Where to find this PDF version? I can only see the contents, excerpt from first chapter, and the i