Re: gchunt v0.2.0

2016-04-06 Thread sigod via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 19:43:08 UTC, jmh530 wrote: On Tuesday, 5 April 2016 at 19:15:04 UTC, Pradeep Gowda wrote: This is somewhat tangentially related to the announcement.. but how does one run "-vgc" switch with "dub"? Running dmd -vgc with a project with dependencies (eg: docopt)

Re: Release D 2.071.0

2016-04-06 Thread sigod via Digitalmars-d-announce
On Tuesday, 5 April 2016 at 22:43:05 UTC, Martin Nowak wrote: Glad to announce D 2.071.0. http://dlang.org/download.html This release fixes many long-standing issues with imports and the module system. See the changelog for more details. http://dlang.org/changelog/2.071.0.html -Martin

Re: D Functional garden

2016-03-02 Thread sigod via Digitalmars-d-announce
On Monday, 29 February 2016 at 15:09:56 UTC, Seb wrote: I have started to learn D lately and as a part of my learning process I decided to put my insights into a new, open platform - the D Functional Garden. It maintains a variety of snippets that can be used to learn D or help one as a

Re: Hotfix release vibe.d 0.7.28

2016-02-28 Thread sigod via Digitalmars-d-announce
On Saturday, 27 February 2016 at 16:21:05 UTC, Sönke Ludwig wrote: This is a small bugfix release that mainly fixes two critical regressions: - FreeListRef!T, which is used heavily in the HTTP server code, stored its reference count in an unallocated memory region, leading to

Re: blog post - "An illustrated guide to using Sublime Text 3 for D programming"

2016-02-16 Thread sigod via Digitalmars-d-announce
On Friday, 22 January 2016 at 04:39:00 UTC, Pradeep Gowda wrote: Sublime text 3 is a decent editor to write D code. However, getting all the different plugins working together has always proven to be somewhat of a challenge for me. So, I decided to document the process as I went along. The

Re: Release vibe.d 0.7.27

2016-02-14 Thread sigod via Digitalmars-d-announce
On Sunday, 14 February 2016 at 08:17:34 UTC, Sönke Ludwig wrote: Am 11.02.2016 um 00:24 schrieb sigod: Did some benchmarks between `std.net.curl.get` and `vibe.http.client.requestHTTP`. Only GET requests. 100 requests, ~1.4mb file: curl total: 131304, average: 1 sec and 313 ms vibe

Re: Sublime Text 3 Gets Better D Support

2016-02-10 Thread sigod via Digitalmars-d-announce
On Tuesday, 9 February 2016 at 21:08:37 UTC, Brian Schott wrote: On Wednesday, 27 January 2016 at 17:34:35 UTC, Jack Stouffer wrote: Sublime Text is a very popular text editor, and for a while now it's had marginal D support. What has changed recently is updated syntax highlighting to support

Re: Release vibe.d 0.7.27

2016-02-10 Thread sigod via Digitalmars-d-announce
Did some benchmarks between `std.net.curl.get` and `vibe.http.client.requestHTTP`. Only GET requests. 100 requests, ~1.4mb file: curl total: 131304, average: 1 sec and 313 ms vibe total: 21975, average: 219 ms 52 different files: curl total: 24851, average: 477 ms vibe

Re: Do D need a popular framework? like ruby's rails? or java 's ssh?

2016-02-04 Thread sigod via Digitalmars-d-announce
On Tuesday, 19 January 2016 at 13:22:48 UTC, beck wrote: Do D need a popular framework? in china ,a little peopel use dlang. i just use it do some simple work for myself. yet,i have learn d for a week .. i ask so many friends ,they don't use D at all.we use golang more than dlang. Oh, I

Re: Sublime Text 3 Gets Better D Support

2016-01-31 Thread sigod via Digitalmars-d-announce
This package might be of some help to those who doesn't want to use dev version: https://packagecontrol.io/packages/D%20Programming%20Language

Re: Programming in D – Tutorial and Reference

2015-08-28 Thread sigod via Digitalmars-d-announce
Actual link: https://news.ycombinator.com/item?id=10136882

Re: Release D 2.068.0

2015-08-10 Thread sigod via Digitalmars-d-announce
On Monday, 10 August 2015 at 14:27:47 UTC, Marc Schütz wrote: On Monday, 10 August 2015 at 14:05:14 UTC, sigod wrote: Only, why `std.digest.hmac` hasn't been included in this release? It's there, just the documentation is missing: https://github.com/D-Programming-Language/phobos/pull/3543 I

Re: Release D 2.068.0

2015-08-10 Thread sigod via Digitalmars-d-announce
On Monday, 10 August 2015 at 08:48:52 UTC, Martin Nowak wrote: Glad to announce D 2.068.0. http://downloads.dlang.org/releases/2.x/2.068.0/ This release comes with many rangified phobos functions, 2 new GC profilers, a new AA implementation, and countless further improvements and fixes.

Re: DevDocs.io: voting for D

2015-06-09 Thread sigod via Digitalmars-d-announce
On Tuesday, 2 June 2015 at 16:42:43 UTC, sigod wrote: Hi everyone. Please vote for D to be added to https://DevDocs.io: https://trello.com/c/bCgqhZ4s/123-d 80 votes! Nice.

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ When writing reply you click `Save and preview`: URL changes from http://beta.forum.dlang.org/reply/sqqngcfwtkhxeoiqn...@beta.forum.dlang.org to http://beta.forum.dlang.org/send. As does text at

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Friday, 5 June 2015 at 01:52:07 UTC, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 01:48:20 UTC, Meta wrote: How feasible is it to add code formatting for the web interface? Not sure what you mean. Do you mean syntax highlighting for D code? If you mean the rewrapping issues with

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Friday, 5 June 2015 at 09:53:34 UTC, Jonathan M Davis wrote: On Friday, June 05, 2015 09:16:29 sigod via Digitalmars-d-announce wrote: On Friday, 5 June 2015 at 01:52:07 UTC, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 01:48:20 UTC, Meta wrote: How feasible is it to add code

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Friday, 5 June 2015 at 10:48:31 UTC, ketmar wrote: On Fri, 05 Jun 2015 10:19:20 +, sigod wrote: This just scares off users who doesn't have experience with all this stuff. And I believe now there's much more users, who doesn't even heard of NNTP, than whose who worked with it. i vote

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Friday, 5 June 2015 at 10:54:03 UTC, Jonathan M Davis wrote: On Friday, June 05, 2015 10:19:20 sigod via Digitalmars-d-announce wrote: Markdown in a raw format is very readable. As for me, it's easier to read raw markdown than mix of text and code. Perhaps, but I don't want to see raw

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Friday, 5 June 2015 at 12:57:23 UTC, Vladimir Panteleev wrote: 1. People receiving messages through NNTP/mailing lists will not see the formatted Markdown. That isn't a problem at all. Although Markdown's goal is to be readable in its plain text source code, it still allows many

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 20:25:02 UTC, sigod wrote: Few issues with help dialog (opened with Shift+H): - Centers on full page instead of only visible part of it. - Scrolls with page. `fixed` instead of [`absolute`][0] and it should be fixed. (Heh, funny.) Also, I believe closing popup on

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 21:32:36 UTC, Vladimir Panteleev wrote: Chrome weirdness. Push fixed. Thanks. It was fast. :)

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 21:08:04 UTC, Vladimir Panteleev wrote: On Thursday, 4 June 2015 at 20:56:33 UTC, sigod wrote: On Thursday, 4 June 2015 at 20:25:02 UTC, sigod wrote: Few issues with help dialog (opened with Shift+H): - Centers on full page instead of only visible part of it. -

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:38:57 UTC, Vladimir Panteleev wrote: On Thursday, 4 June 2015 at 15:33:56 UTC, extrawurst wrote: On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: [...] Wow its insanely fast! i have some issues with the shortcuts. i have a german keyboard

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 20:07:26 UTC, Vladimir Panteleev wrote: On Thursday, 4 June 2015 at 19:55:28 UTC, sigod wrote: On Thursday, 4 June 2015 at 15:38:57 UTC, Vladimir Panteleev wrote: On Thursday, 4 June 2015 at 15:33:56 UTC, extrawurst wrote: [...] Code in question:

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 20:30:38 UTC, sigod wrote: On Thursday, 4 June 2015 at 20:07:26 UTC, Vladimir Panteleev wrote: On Thursday, 4 June 2015 at 19:55:28 UTC, sigod wrote: On Thursday, 4 June 2015 at 15:38:57 UTC, Vladimir Panteleev wrote: [...] Shift+? returns key code 191. And

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:33:56 UTC, extrawurst wrote: i have some issues with the shortcuts. i have a german keyboard and ? is Shift+.. combo and i cant open the shortcut help. I cannot open it too. Both in Chrome 43 and Firefox 38.

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 19:42:09 UTC, Vladimir Panteleev wrote: On Thursday, 4 June 2015 at 17:57:26 UTC, Mr. Anonymous wrote: * Space to scroll doesn't work. Where? In threads. But works on help page.

Re: forum.dlang.org, version 2 (BETA)

2015-06-04 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 20:05:32 UTC, Vladimir Panteleev wrote: On Thursday, 4 June 2015 at 19:57:20 UTC, sigod wrote: On Thursday, 4 June 2015 at 19:42:09 UTC, Vladimir Panteleev wrote: On Thursday, 4 June 2015 at 17:57:26 UTC, Mr. Anonymous wrote: * Space to scroll doesn't work.

Re: DevDocs.io: voting for D

2015-06-02 Thread sigod via Digitalmars-d-announce
On Tuesday, 2 June 2015 at 17:35:19 UTC, tired_eyes wrote: http://forum.dlang.org/thread/mjnscnoxgoxvoymgi...@forum.dlang.org Dang it! When I checked google wasn't showing this post in the search results.

DevDocs.io: voting for D

2015-06-02 Thread sigod via Digitalmars-d-announce
Hi everyone. Please vote for D to be added to https://DevDocs.io: https://trello.com/c/bCgqhZ4s/123-d About DevDocs (copy-pasted from index page): ``` DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Here's what you should know before you start: -