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
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!
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;
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
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 ?
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.
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/
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
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.
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
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.
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
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
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!
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
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
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
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
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
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
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
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
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!
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
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
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
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,
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
, 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.
submenu. Do I have to enable
something, somewhere ?
best,
Adrian.
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
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
/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
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
34 matches
Mail list logo