Re: Compare string with German umlauts

2020-05-19 Thread Martin Tschierschke via Digitalmars-d-learn
On Monday, 18 May 2020 at 14:28:33 UTC, Steven Schveighoffer wrote: On 5/18/20 9:44 AM, Martin Tschierschke wrote: [...] using == on strings is going to compare the exact bits for equality. In unicode, things can be encoded differently to make the same grapheme. For example, ö is a code

Re: Compare string with German umlauts

2020-05-19 Thread Martin Tschierschke via Digitalmars-d-learn
On Monday, 18 May 2020 at 14:22:31 UTC, WebFreak001 wrote: [...] It solved the problem, but what is the right way to use umlauts (encode them) inside the program? Your code should have already worked like that, assuming your input file is a UTF-8 file. Check with an editor like Notepad++ or

Compare string with German umlauts

2020-05-18 Thread Martin Tschierschke via Digitalmars-d-learn
Hi, I have to find a certain line in a file, with a text containing umlauts. How do you do this? The following was not working: foreach(i,line; file){ if(line=="My text with ö oe, ä ae or ü"){ writeln("found it at line",i) } } I ended up using line.canFind("with part of the text

Release D 2.092.0

2020-05-12 Thread Martin Nowak via Digitalmars-d-announce
/changelog/2.092.0.html -Martin

Release Candidate 2.092.0 [was: Re: Beta 2.092.0]

2020-05-09 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 30 April 2020 at 10:43:29 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.092.0 release, ♥ to the 47 contributors. Release candidate is live now.

Beta 2.092.0

2020-04-30 Thread Martin Nowak via Digitalmars-d-announce
release date is May 10th by now. As usual please report any bugs at https://issues.dlang.org -Martin

Re: diet-ng Live mode and announcing dietpc

2020-04-27 Thread Martin Tschierschke via Digitalmars-d-announce
On Tuesday, 24 March 2020 at 15:03:33 UTC, Steven Schveighoffer wrote: [...] I decided to build a "pre-compiler" for the templates, that builds the cache files before the compilation step. In my project, this lowered my build time from 38 seconds down to 11, and the caching saves about 25% of

Release D 2.091.1

2020-04-19 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.091.1, ♥ to the 10 contributors. http://dlang.org/download.html This point release fixes a few issues over 2.091.1, see the changelog for more details. http://dlang.org/changelog/2.091.1.html -Martin

Beta 2.091.1

2020-04-13 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.091.1 point release, ♥ to the 10 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.091.1.html As usual please report any bugs at https://issues.dlang.org -Martin

Release D 2.091.0

2020-03-10 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.091.0, ♥ to the 55 contributors. This release comes with 64-bit Windows binaries, improvements on C++ integrations, a @safe std.bigint, and various bugfixes. http://dlang.org/download.html http://dlang.org/changelog/2.091.0.html -Martin

Re: swaywm-ipc

2020-03-09 Thread Martin Brezel via Digitalmars-d-announce
On Sunday, 8 March 2020 at 18:04:36 UTC, Panke wrote: What are you using it for? I plan to use it for creating plugins, which hook into the eventstream to do things like "give the workspace the name of its active window" - actually a plugin for this example exists already as a python script

swaywm-ipc

2020-03-08 Thread Martin Brezel via Digitalmars-d-announce
If you are using swaywm (swaywm.org), then it may interest you that i started to implement its IPC interface: https://github.com/mab-on/swaywm-ipc `swaywmipc.core` is the implementation of https://www.mankier.com/7/sway-ipc `swaywmipc.client` is a higher-level client, easy to use.

Re: Beta 2.091.0

2020-03-06 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 5 March 2020 at 05:15:06 UTC, Andre Pany wrote: Another solution would also be to have 2 dmd windows zip archives like you have it for FreeBSD: dmd.2.090.0.freebsd-32.zip dmd.2.090.0.freebsd-64.zip FreeBSD never properly supported multiarch build systems, hence this exceptional

Release Candidate 2.091.0 [was: Re: Beta 2.091.0]

2020-03-06 Thread Martin Nowak via Digitalmars-d-announce
On Wednesday, 26 February 2020 at 12:17:43 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.091.0 release, ♥ to the 55 contributors. The release candidate is live now. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.091.0.html Due to updating several

Re: spawn a function with object as arg?

2020-03-05 Thread Martin Brezel via Digitalmars-d-learn
On Thursday, 5 March 2020 at 03:04:10 UTC, Adam D. Ruppe wrote: You can also not use `spawn` and instead give `new Thread` a try from core.thread. Thanks for the hint, I didn't notice core.thread at all. I will definitely try it out. Unfortunately the documentation page for core.thread is

spawn a function with object as arg?

2020-03-04 Thread Martin Brezel via Digitalmars-d-learn
I want to create a Client, which receives and handles received data in background while the Client can send via the same socket. My first idea was something like this: class Client { private Socket socket; private Tid receiverTid; this(Socket socket) {

Beta 2.091.0

2020-02-26 Thread Martin Nowak via Digitalmars-d-announce
to be released one week later on March 8th. As usual please report any bugs at https://issues.dlang.org -Martin

Re: D-Ecke: A German D-website

2020-02-11 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 10 February 2020 at 16:28:30 UTC, Andre Pany wrote: Unfortunately the author was disappointed with some of the processes and decided to leave the D community ): See the 3 months of waiting thread in the general forum. Kind regards Andre I have seen the thread, but hoped, he is

Re: D-Ecke: A German D-website

2020-02-10 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 3 February 2020 at 09:13:19 UTC, Jan Hönig wrote: On Tuesday, 28 January 2020 at 15:00:11 UTC, berni44 wrote: I setup my own D-website: http://d-ecke.de (in German language) I hope, you enjoy reading it. Schaut sehr vielversprechend aus :) Ja, aber wo ist die Ecke hina 404

Release D 2.090.1

2020-02-10 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.090.1, ♥ to the 13 contributors. http://dlang.org/download.html This point release fixes a few issues over 2.090.1, see the changelog for more details. http://dlang.org/changelog/2.090.1.html -Martin

Re: total newbie + IDE

2020-02-09 Thread Martin Brezel via Digitalmars-d-learn
On Sunday, 9 February 2020 at 13:22:56 UTC, solnce wrote: I was expecting D lang to have something similar,if not an RAD, then native IDE with all that basic functionality support. VisualStudioCode seems to be what you are looking for - except I do not fully understand what you mean by

Beta 2.090.1

2020-02-02 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.090.1 point release, ♥ to the 13 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.1.html As usual please report any bugs at https://issues.dlang.org -Martin

Deprecation message from phobos compiling a vibe.d app.

2020-01-30 Thread Martin Tschierschke via Digitalmars-d-learn
When building my small vibe.d app I am getting this messages twice: /usr/include/dmd/phobos/std/range/primitives.d(174,38): Deprecation: alias byKeyValue this is deprecated - Iterate over .byKeyValue instead. /usr/include/dmd/phobos/std/range/primitives.d(176,27): Deprecation: alias

Re: Problem with std.algorithm.iteration::substitute

2020-01-11 Thread Martin Brezl via Digitalmars-d-learn
On Saturday, 11 January 2020 at 17:10:02 UTC, Martin Brezl wrote: Hi, i have a function like this: ``` [...] auto result = content.substitute(searches.front,replace); for(size_t i=1; i < searches.length; i++) { searches.popFront(); res

Problem with std.algorithm.iteration::substitute

2020-01-11 Thread Martin Brezl via Digitalmars-d-learn
Hi, i have a function like this: ``` import std.algorithm.iteration : substitute; //... string replace(string content, string[] searches , string replace) { if(searches.empty) return content; auto result = content.substitute(searches.front,replace); for(size_t

Release D 2.090.0

2020-01-07 Thread Martin Nowak via Digitalmars-d-announce
other changes. http://dlang.org/download.html http://dlang.org/changelog/2.090.0.html -Martin

Release Candidate [was: Re: Beta 2.090.0]

2019-12-30 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 22 December 2019 at 15:23:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.0.html As usual please report any bugs at https://issues.dlang.org

Beta 2.090.0

2019-12-22 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.090.0 release, ♥ to the 48 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.090.0.html As usual please report any bugs at https://issues.dlang.org -Martin

Release D 2.089.1

2019-12-16 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.089.1, ♥ to the 19 contributors. http://dlang.org/download.html This point release fixes a few issues over 2.089.1, see the changelog for more details. http://dlang.org/changelog/2.089.1.html -Martin

Re: mysql-native v3.0.0: Update from `vibe-d:core` to `vibe-core`

2019-12-09 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 9 December 2019 at 16:15:50 UTC, Steven Schveighoffer wrote: On 12/9/19 6:02 AM, Martin Tschierschke wrote: Is there a easy way to get the mysql row as an AA? So that I can write something like result["email"] if "email" is a column? ResultRange has an asAA me

Re: mysql-native v3.0.0: Update from `vibe-d:core` to `vibe-core`

2019-12-09 Thread Martin Tschierschke via Digitalmars-d-announce
On Sunday, 8 December 2019 at 23:35:02 UTC, Nick Sabalausky (Abscissa) wrote: The mysql-native package is a native all-D client library for MySQL and MariaDB. If vibe-d is included in your project, it will use vibe-d networking, otherwise it will use Phobos networking.

Beta 2.089.1

2019-12-07 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.089.1 point release, ♥ to the 14 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.089.1.html As usual please report any bugs at https://issues.dlang.org -Martin

Re: Article about D in the iX magazine

2019-11-22 Thread Martin Tschierschke via Digitalmars-d-announce
On Friday, 22 November 2019 at 08:11:11 UTC, Ozan Nurettin Süel wrote: Hi A famous german computer magazine "iX" published this month an article about D. I'm so excited to find it in my prefered mag. Thanks to Robert Schadek. Link: https://www.heise.de/select/ix/2019/12/1913713393109056137

Re: I wrote a little socket tutorial

2019-11-13 Thread Martin Tschierschke via Digitalmars-d-announce
On Tuesday, 12 November 2019 at 18:03:44 UTC, Adam D. Ruppe wrote: A lot of people ask me how to use sockets in Phobos, so I wrote it up with a few samples. Not every detail you could ever need, but I tried to be reasonably comprehensive for new users.

Re: Blog series to teach and show off D's metaprogramming by creating a JSON serialiser

2019-11-04 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 4 November 2019 at 08:25:11 UTC, Patrick Schluter wrote: On Sunday, 3 November 2019 at 21:35:18 UTC, JN wrote: On Sunday, 3 November 2019 at 08:37:07 UTC, SealabJaster wrote: On Sunday, 3 November 2019 at 08:35:42 UTC, SealabJaster wrote: On Friday, 1 November 2019 at 21:14:56 UTC,

Release D 2.089.0

2019-11-03 Thread Martin Nowak via Digitalmars-d-announce
. http://dlang.org/download.html http://dlang.org/changelog/2.089.0.html -Martin

Execute certain Tests?

2019-11-02 Thread Martin Brezel via Digitalmars-d-learn
Is there a trick to execute only the test, defined in one file? Or the Tests of a certain Module? Or in general: How to avoid to execute all the tests, when running "dub test"? It doesn't has to be dub, though.

Release Candidate 2.089.0 [was: Re: Beta 2.089.0]

2019-10-27 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.089.0 release, ♥ to the 44 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.089.0.html As usual please report any bugs at https://issues.dlang.org

Re: Beta 2.089.0

2019-10-24 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.089.0 release, ♥ to the 44 contributors. Second beta is live now. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.089.0.html As usual please report any bugs

Re: Meta question - what about moving the D - Learn Forum to a seperate StackExchange platform?

2019-10-18 Thread Martin Tschierschke via Digitalmars-d-learn
On Friday, 18 October 2019 at 13:38:11 UTC, Ron Tarrant wrote: On Friday, 18 October 2019 at 07:35:21 UTC, Martin Tschierschke wrote: I very often end with a solution found on one of the StackExchange forums like > StackOverflow or AskUbuntu etc. I have found that StackExchange does of

Re: Meta question - what about moving the D - Learn Forum to a seperate StackExchange platform?

2019-10-18 Thread Martin Tschierschke via Digitalmars-d-learn
On Friday, 18 October 2019 at 12:41:53 UTC, Paolo Invernizzi wrote: On Friday, 18 October 2019 at 11:45:33 UTC, Seb wrote: On Friday, 18 October 2019 at 10:55:59 UTC, Martin Tschierschke wrote: [...] In the state of the D survey, there were more people in favor of StackOverflow than D.learn

Re: Meta question - what about moving the D - Learn Forum to a seperate StackExchange platform?

2019-10-18 Thread Martin Tschierschke via Digitalmars-d-learn
On Friday, 18 October 2019 at 12:51:35 UTC, bachmeier wrote: On Friday, 18 October 2019 at 07:35:21 UTC, Martin Tschierschke wrote: If I search for what ever, not related to D, I very often end with a solution found on one of the StackExchange forums like StackOverflow or AskUbuntu etc

Re: Meta question - what about moving the D - Learn Forum to a seperate StackExchange platform?

2019-10-18 Thread Martin Tschierschke via Digitalmars-d-learn
On Friday, 18 October 2019 at 10:23:28 UTC, jmh530 wrote: On Friday, 18 October 2019 at 07:35:21 UTC, Martin Tschierschke wrote: [snip] I think this is something that's been proposed before, but most people are happy with just asking a question here and usually people are pretty good about

Meta question - what about moving the D - Learn Forum to a seperate StackExchange platform?

2019-10-18 Thread Martin Tschierschke via Digitalmars-d-learn
If I search for what ever, not related to D, I very often end with a solution found on one of the StackExchange forums like StackOverflow or AskUbuntu etc. The main advantage is, that all answers can be classified (up/down voted, moderated etc.) This is much better than finding something in

Beta 2.089.0

2019-10-17 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.089.0 release, ♥ to the 44 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.089.0.html As usual please report any bugs at https://issues.dlang.org -Martin

Release D 2.088.1

2019-10-12 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.088.1, ♥ to the 9 contributors. http://dlang.org/download.html This point release fixes a few issues over 2.088.1, see the changelog for more details. http://dlang.org/changelog/2.088.1.html -Martin

selective tests

2019-10-12 Thread Martin Brezeln via Digitalmars-d-learn
Is it possible to execute only certain modules or tests which are defined in certain directories? For example, in go one can run "go test ./XYZ" to execute ony tests in ./XYZ or "go test ./..." to execute all the tests in and under the current directory. Please don't get me wrong, i do not

Beta 2.088.1

2019-10-04 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.088.1 point release, ♥ to the 6 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.088.1.html As usual please report any bugs at https://issues.dlang.org -Martin

Howto create bindings?

2019-09-28 Thread Martin Brezeln via Digitalmars-d-learn
Hello everyone, i have a rather general question about how to approach the attempt to create a binding for a foreign system, for which bindings already exists for other languages than dlang. To be more concrete: There is this Database i am using in some recent projects: "Apache Cassandra" /

Re: LDC 1.18.0-beta1

2019-09-24 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 23 September 2019 at 19:40:13 UTC, Ivan Butygin wrote: On Monday, 23 September 2019 at 12:22:47 UTC, Martin Tschierschke wrote: Can you please give (again?) a link or a more detailed description of the JIT, explaining some use cases? https://wiki.dlang.org/LDC

Re: LDC 1.18.0-beta1

2019-09-23 Thread Martin Tschierschke via Digitalmars-d-announce
On Thursday, 12 September 2019 at 23:49:04 UTC, kinke wrote: Glad to announce the first beta for LDC 1.18: * Based on D 2.088.0+ (yesterday's stable). * Bundled dub upgraded to v1.17.0+ with improved LDC support, incl. cross-compilation. * Init symbols of zero-initialized structs are no longer

Re: LDC 1.17.0

2019-09-06 Thread Martin Tschierschke via Digitalmars-d-announce
On Wednesday, 4 September 2019 at 20:54:40 UTC, kinke wrote: There's a new v1.17 Termux package for Android. Cool !!!

Re: problems with swig generated code

2019-09-03 Thread Martin DeMello via Digitalmars-d-learn
On Sunday, 1 September 2019 at 11:19:11 UTC, DanielG wrote: Do you know whether SWIG's D generator is even being maintained? I've searched for it on the forums in the past and got the impression that it's outdated. I didn't realise that :( It was included in the current release of swig, so

Release D 2.088.0

2019-09-03 Thread Martin Nowak via Digitalmars-d-announce
http://dlang.org/changelog/2.088.0.html -Martin

problems with swig generated code

2019-08-28 Thread Martin DeMello via Digitalmars-d-learn
I'm trying to add a D binding to a C++ project that already has a swig definition file; you can see my attempt here: https://github.com/martindemello/quackle/tree/d/bindings but trying to run dmd over the generated file errors with: $ dmd quackle.d quackle.d(105): Error: undefined identifier

Release Candidate 2.088.0 [was: Re: Beta 2.088.0]

2019-08-28 Thread Martin Nowak via Digitalmars-d-announce
On Friday, 16 August 2019 at 11:04:07 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.088.0 release, ♥ to the 58 contributors. Release candidate is live, website should get updated soon. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.088.0.html

Re: Beta 2.088.0

2019-08-25 Thread Martin Nowak via Digitalmars-d-announce
On Friday, 16 August 2019 at 11:47:23 UTC, Suliman wrote: New releases become more and more strange. 30% of deprecation 30% removing futures It's also a sign of better documentation of even small deprecations. The short release cycle means that there is a bit more variance on the amount of

Re: Beta 2.088.0

2019-08-25 Thread Martin Nowak via Digitalmars-d-announce
On Friday, 16 August 2019 at 11:04:07 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org -Martin Second beta is live now, website should get updated shorty.

Re: dubproxy: Easy private repos and code.dlang.org mirror

2019-08-20 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 19 August 2019 at 15:29:55 UTC, Andre Pany wrote: [...] Ok, we should add some more info to Dub help page explaining the different repository providers (dub/maven/file system). Yes! Please :-)

Beta 2.088.0

2019-08-16 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.088.0 release, ♥ to the 58 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.088.0.html As usual please report any bugs at https://issues.dlang.org -Martin

Re: cachetools v.0.3.1

2019-08-13 Thread Martin Tschierschke via Digitalmars-d-announce
On Tuesday, 13 August 2019 at 09:34:48 UTC, ikod wrote: Hello cachetools version 0.3.1 released [...] Looking at your performance numbers, I am wondering should your work in the end result in a better std AA implementation? Regards mt.

Release D 2.087.1

2019-08-05 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.087.1, ♥ to the 24 contributors. http://dlang.org/download.html This point release fixes a few issues over 2.087.1, see the changelog for more details. http://dlang.org/changelog/2.087.1.html -Martin

Beta 2.087.1

2019-07-31 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.087.1 point release, ♥ to the 23 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.1.html As usual please report any bugs at https://issues.dlang.org -Martin

Re: How do I display unicode characters in D on standard (english) Windows 10 console window?

2019-07-30 Thread Martin Krejcirik via Digitalmars-d-learn
On Monday, 29 July 2019 at 22:31:01 UTC, kinke wrote: Switching the console code page to UTF-8, and then restoring the original one before termination. See https://github.com/ldc-developers/ldc/pull/3086/commits/5915534530fa095e7e5d58bcfb4ad100d249bbca#diff-c59e7716a40a08ce42f141c738f2c311. You

Re: Release D 2.087.0

2019-07-04 Thread Martin Tschierschke via Digitalmars-d-announce
On Thursday, 4 July 2019 at 08:47:03 UTC, Martin Tschierschke wrote: On Thursday, 4 July 2019 at 08:11:26 UTC, Martin Nowak wrote: Glad to announce D 2.087.0, ♥ to the 63 contributors. [...] http://dlang.org/download.html http://dlang.org/changelog/2.087.0.html -Martin Thank you, all 63

Re: Release D 2.087.0

2019-07-04 Thread Martin Tschierschke via Digitalmars-d-announce
On Thursday, 4 July 2019 at 08:11:26 UTC, Martin Nowak wrote: Glad to announce D 2.087.0, ♥ to the 63 contributors. This release comes with types matching single template alias parameters, nested template methods/local template functions, multi-threaded GC marking, and a phobos compiled

Release D 2.087.0

2019-07-04 Thread Martin Nowak via Digitalmars-d-announce
/changelog/2.087.0.html -Martin

Re: Release Candidate [was: Re: Beta 2.087.0]

2019-07-02 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 30 June 2019 at 06:45:05 UTC, Rainer Schuetze wrote: Thanks. It seems https://github.com/dlang/druntime/pull/2620 hasn't made it into the RC although it was merged into stable 2 days ago. I guess that coincided with preparations for the release candidate. Will it still be included

Release Candidate [was: Re: Beta 2.087.0]

2019-06-29 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors. Release Candidate is live. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html As usual please report any bugs

Re: DUB and ddoc - howto?

2019-06-28 Thread Martin Tschierschke via Digitalmars-d-learn
On Friday, 28 June 2019 at 13:03:17 UTC, Daniel Kozak wrote: Did you try dub build --help? Oh, thank you! I just looked at dub --help | grep -i doc ... and several other places...

DUB and ddoc - howto?

2019-06-28 Thread Martin Tschierschke via Digitalmars-d-learn
A very simple question, is there an example how to generate documentation with dub? (like dmd -D) My internet search was not successful.

Re: Beta 2.087.0

2019-06-26 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors. Second beta is live since yesterday. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html As usual please report any

Beta 2.087.0

2019-06-16 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html As usual please report any bugs at https://issues.dlang.org -Martin

Release D 2.086.1

2019-06-16 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.086.1, ♥ to the 19 contributors. http://dlang.org/download.html This point release fixes a few issues over 2.086.1, see the changelog for more details. http://dlang.org/changelog/2.086.1.html -Martin

Beta 2.086.1

2019-06-12 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.086.1 point release, ♥ to the 20 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.086.1.html As usual please report any bugs at https://issues.dlang.org -Martin

Release D 2.086.0

2019-05-05 Thread Martin Nowak via Digitalmars-d-announce
/changelog/2.086.0.html -Martin

Re: 2nd Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-05-04 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 4 May 2019 at 09:55:00 UTC, Martin Nowak wrote: `dub build :pkg1 --non-interactively`. `dub build :pkg1 --non-interactive` is the correct name of the flag

Re: 2nd Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-05-04 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 2 May 2019 at 01:34:16 UTC, Norm wrote: Sorry I don't know if this is the right place to report this, if not please let me know where a good place would be. With this release I can no longer build a subpackage with dub. https://github.com/dlang/dub/issues/1691 The new auto-fetch

2nd Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-05-01 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 20 April 2019 at 14:16:09 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.086.0 release, ♥ to the 51 contributors. A second release candidate including a critical regression fix is live now. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog

2nd Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-05-01 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 20 April 2019 at 14:16:09 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.086.0 release, ♥ to the 51 contributors. A second release candidate including a critical regression fix is live now. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog

Re: Beta 2.086.0

2019-05-01 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 21 April 2019 at 08:47:12 UTC, Bastiaan Veelo wrote: The $(CONSOLE) macro seems to not be able to handle `---` in its argument, which wrongly starts an example. There is another formatting issue in the Copy Constructor section, where the nested $(OL) does not handle examples well,

Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-04-29 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 20 April 2019 at 14:16:09 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.086.0 release, ♥ to the 52 contributors. The release candidate is live now. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.086.0.html -Martin

Re: Beta 2.086.0

2019-04-28 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 20 April 2019 at 14:52:53 UTC, ag0aep6g wrote: https://issues.dlang.org/show_bug.cgi?id=19777 https://github.com/dlang/phobos/pull/6984

Re: Beta 2.086.0

2019-04-28 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 21 April 2019 at 09:29:45 UTC, Bastiaan Veelo wrote: Presumably, contributors Boris Carvajal and BorisCarvajal are the same Boris :-) Our git mailmap¹ file lives in the tools repo, see https://github.com/dlang/tools/pull/367. ¹:

Beta 2.086.0

2019-04-20 Thread Martin Nowak via Digitalmars-d-announce
figure out that more time is needed to fix regressions. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.086.0.html As usual please report any bugs at https://issues.dlang.org -Martin

Re: How to debug long-lived D program memory usage?

2019-04-17 Thread Martin Krejcirik via Digitalmars-d-learn
On Wednesday, 17 April 2019 at 16:27:02 UTC, Adam D. Ruppe wrote: Each individual process eats ~30-100 MB, but that times 60 = trouble. They start off small, like 5 MB, and grow over weeks or months, so it isn't something I can easily isolate in a Do you run GC.minimize ?

Release D 2.085.1

2019-04-06 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.085.1, ♥ to the 14 contributors. http://dlang.org/download.html This point release fixes a few issues over 2.085.0, see the changelog for more details. http://dlang.org/changelog/2.085.1.html -Martin

Beta 2.085.1

2019-03-25 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.085.1 point release, ♥ to the 9 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.085.1.html As usual please report any bugs at https://issues.dlang.org -Martin

Re: DConf 2019 Schedule

2019-03-19 Thread Martin Tschierschke via Digitalmars-d-announce
On Tuesday, 19 March 2019 at 14:26:24 UTC, Mike Parker wrote: On Tuesday, 19 March 2019 at 13:47:55 UTC, Guillaume Piolat wrote: On Tuesday, 19 March 2019 at 13:44:03 UTC, Steven Schveighoffer wrote: No, you are not. Something happened, and the CSS is in chaos right now. Nothing looks good.

Release D 2.085.0

2019-03-02 Thread Martin Nowak via Digitalmars-d-announce
-32. http://dlang.org/download.html http://dlang.org/changelog/2.085.0.html ¹: There is a pending Objective-C fix (https://github.com/dlang/dmd/pull/9402) that slipped 2.085.0 but will be released with 2.085.1 soon (~1.5 weeks). -Martin

Release Candidate 2.085.0 [was: Beta 2.085.0]

2019-02-26 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 16 February 2019 at 15:06:51 UTC, Martin Nowak wrote: http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.085.0.html The release candidate is live now.

Re: Beta 2.085.0

2019-02-24 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 16 February 2019 at 15:06:51 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.085.0 release, ♥ to the 49 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.085.0.html Second beta is live now.

Beta 2.085.0

2019-02-16 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.085.0 release, ♥ to the 49 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.085.0.html As usual please report any bugs at https://issues.dlang.org -Martin

Release D 2.084.1

2019-02-10 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.084.1, ♥ to the 6 contributors. http://dlang.org/download.html This point release fixes a few issues over 2.084.0, see the changelog for more details. http://dlang.org/changelog/2.084.1.html -Martin

NEW Milestone: 1500 packages at code.dlang.org

2019-02-07 Thread Martin Tschierschke via Digitalmars-d-announce
Hi all, I am very happy to be the first to announce this here: 1500 D packages available via DUB at code.dlang.org ! Now as the pure volume of solutions gets more and more impressive, we have to find better ways to enhance quality and stability. The "Score" indicator is a very good step. A

Re: a van Emde Boas tree

2019-02-05 Thread Martin Drašar via Digitalmars-d-announce
Dne 5.2.2019 v 16:47 Dejan Lekic via Digitalmars-d-announce napsal(a): > On Tuesday, 5 February 2019 at 15:28:04 UTC, Alex wrote: >> Hi all, >> my van Emde Boas tree finally reached an announceable state, at >> version 0.12.0. > > vEB tree is an interesting data structure. Where is the

Re: Issues Donating or Registering for DConf via Flipcause

2019-02-05 Thread Martin Tschierschke via Digitalmars-d-announce
On Tuesday, 29 January 2019 at 02:29:08 UTC, Mike Parker wrote: Flipcause released a major upgrade to their platform last week that unified several different components (donations, events, online stores, etc) into a single system they call Universal Checkout. [...] No chance... I updated

Beta 2.084.1

2019-02-04 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.084.1 point release, ♥ to the 6 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.1.html As usual please report any bugs at https://issues.dlang.org -Martin

Re: New Fundraiser: D Forums Server

2019-01-29 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 28 January 2019 at 20:00:53 UTC, Johannes Loher wrote: Am 25.01.19 um 18:01 schrieb Mike Parker: One of the options we were considering for a new fundraising campaign was raising money for Vladimir's continuing efforts on the forums. He's been maintaining them, and covering the

Re: New Fundraiser: D Forums Server

2019-01-28 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 28 January 2019 at 14:49:15 UTC, Mike Parker wrote: On Monday, 28 January 2019 at 14:37:48 UTC, Martin Tschierschke wrote: On Monday, 28 January 2019 at 14:31:03 UTC, Mike Parker wrote: Before I made the donation ($25) the total was at $200 now it is at $225, looks ok

<    1   2   3   4   5   6   7   8   9   10   >