Re: Beta 2.079.0

2018-02-19 Thread Seb via Digitalmars-d-announce
On Monday, 19 February 2018 at 16:14:46 UTC, Eugene Wissner wrote: fold is added to std.parallelism.TaskPool std.parallelism.TaskPool.fold and reduce point to https://dlang.org/phobos-prerelease/std_parallelism_TaskPool.html#.fold and

Re: Beta 2.079.0

2018-02-19 Thread Seb via Digitalmars-d-announce
On Monday, 19 February 2018 at 15:45:30 UTC, bachmeier wrote: On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. http://dlang.org/download.html#dmd_beta

Re: Beta 2.079.0

2018-02-19 Thread Seb via Digitalmars-d-announce
On Monday, 19 February 2018 at 11:27:11 UTC, Nick Sabalausky (Abscissa) wrote: On 02/19/2018 05:49 AM, Martin Nowak wrote: http://dlang.org/changelog/2.079.0.html ...WOW O_o This release is seriously, just...wow! One question though: I'm unclear on the "include imports". Do those

Re: Beta 2.079.0

2018-02-19 Thread Seb via Digitalmars-d-announce
On Monday, 19 February 2018 at 11:21:34 UTC, Nicholas Wilson wrote: On Monday, 19 February 2018 at 10:49:03 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.079.0 release, ♥ to the 77 contributors for this release. Awesome. A typo. Lambda comparison using __traits(isSame,

Re: The Expressive C++17 Coding Challenge in D

2018-02-15 Thread Seb via Digitalmars-d-announce
On Thursday, 15 February 2018 at 16:22:17 UTC, Steven Schveighoffer wrote: On 2/13/18 6:35 PM, Seb wrote: Someone revived the Expressive C++17 Coding Challenge thread today and I thought this is an excellent opportunity to revive my blog and finally write an article showing why I like D so

Re: The Expressive C++17 Coding Challenge in D

2018-02-14 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 February 2018 at 18:55:23 UTC, bachmeier wrote: On Tuesday, 13 February 2018 at 23:35:36 UTC, Seb wrote: Someone revived the Expressive C++17 Coding Challenge thread today and I thought this is an excellent opportunity to revive my blog and finally write an article showing why

Re: The Expressive C++17 Coding Challenge in D

2018-02-14 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 February 2018 at 17:13:28 UTC, John Gabriele wrote: On Tuesday, 13 February 2018 at 23:35:36 UTC, Seb wrote: Someone revived the Expressive C++17 Coding Challenge thread today and I thought this is an excellent opportunity to revive my blog and finally write an article showing

Re: The Expressive C++17 Coding Challenge in D

2018-02-14 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 February 2018 at 08:06:13 UTC, Mike Franklin wrote: Aren’t you concered that Rust is faster in this benchmark? Not at all. The challenge was to write expressive code and if performance really matters I can always opt to optimize the hot path of the program and don’t need to

Re: The Expressive C++17 Coding Challenge in D

2018-02-14 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 February 2018 at 09:42:47 UTC, Russel Winder wrote: Seb, I believe this blog post would make a great article for Overload or CVu. Cool idea, but I'm not so familiar with these. What can/should I do to make this happen? We can also talk in private (seb [at] wilzba [dot]

Re: The Expressive C++17 Coding Challenge in D

2018-02-13 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 February 2018 at 06:42:23 UTC, Arun Chandrasekaran wrote: It takes a lot of time and effort to write such quality content. Thanks for detailed explanations. Thanks :) Now if we had a magic automaton that makes more of these ... // import std.algorithm, std.exception,

Re: The Expressive C++17 Coding Challenge in D

2018-02-13 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 February 2018 at 07:11:08 UTC, Nicholas Wilson wrote: On Tuesday, 13 February 2018 at 23:35:36 UTC, Seb wrote: Someone revived the Expressive C++17 Coding Challenge thread today and I thought this is an excellent opportunity to revive my blog and finally write an article

Re: The Expressive C++17 Coding Challenge in D

2018-02-13 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 February 2018 at 02:57:28 UTC, ketmar wrote: Seb wrote: Someone revived the Expressive C++17 Coding Challenge thread today and I thought this is an excellent opportunity to revive my blog and finally write an article showing why I like D so much:

Re: The Expressive C++17 Coding Challenge in D

2018-02-13 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 February 2018 at 03:40:41 UTC, jmh530 wrote: On Tuesday, 13 February 2018 at 23:35:36 UTC, Seb wrote: Someone revived the Expressive C++17 Coding Challenge thread today and I thought this is an excellent opportunity to revive my blog and finally write an article showing why I

The Expressive C++17 Coding Challenge in D

2018-02-13 Thread Seb via Digitalmars-d-announce
Someone revived the Expressive C++17 Coding Challenge thread today and I thought this is an excellent opportunity to revive my blog and finally write an article showing why I like D so much: https://seb.wilzba.ch/b/2018/02/the-expressive-c17-coding-challenge-in-d It's mostly targeted at

Re: Vanquish Forever These Bugs That Blasted Your Kingdom

2018-02-12 Thread Seb via Digitalmars-d-announce
On Monday, 12 February 2018 at 23:41:14 UTC, Bastiaan Veelo wrote: On Wednesday, 7 February 2018 at 13:29:04 UTC, Mike Parker wrote: Blog: https://dlang.org/blog/2018/02/07/vanquish-forever-these-bugs-that-blasted-your-kingdom/ Small mistake: Assertion failure: 'array overflow' on line 11

Re: Release D 2.078.2

2018-02-10 Thread Seb via Digitalmars-d-announce
On Saturday, 10 February 2018 at 08:17:27 UTC, Thomas Mader wrote: On Friday, 9 February 2018 at 09:20:14 UTC, Martin Nowak wrote: This point release also ships with dub 1.7.2 which further improves reliability. https://github.com/dlang/dub/blob/master/CHANGELOG.md#v172---2018-02-07 -

Re: dxml 0.1.0 released

2018-02-10 Thread Seb via Digitalmars-d-announce
On Friday, 9 February 2018 at 21:15:33 UTC, Jonathan M Davis wrote: I have multiple projects that need an XML parser, and std_experimental_xml is clearly going nowhere, with the guy who wrote it having disappeared into the ether, so I decided to break down and write one. I've kind of wanted to

Re: run.dlang.io can now display ASM + AST + IR

2018-02-07 Thread Seb via Digitalmars-d-announce
On Wednesday, 7 February 2018 at 12:17:11 UTC, Bastiaan Veelo wrote: On Wednesday, 7 February 2018 at 01:15:14 UTC, Seb wrote: https://run.dlang.io/is/vSUTf6 Press [Run] and it shows "42". OK Press [-X] and it shows "42". ?? Press [-D] and it shows "42". ?? These options aren't supported

Re: run.dlang.io can now display ASM + AST + IR

2018-02-07 Thread Seb via Digitalmars-d-announce
On Wednesday, 7 February 2018 at 02:20:37 UTC, Kirr wrote: On Sunday, 14 January 2018 at 04:18:41 UTC, Seb wrote: 1) Assembly output This is great, thanks for this tool! Does it support using DMD's optimizer (-O)? I'd like to check ASM output of Bug 16189 with different compilers. Yes,

Re: run.dlang.io can now display ASM + AST + IR

2018-02-06 Thread Seb via Digitalmars-d-announce
On Sunday, 28 January 2018 at 22:49:35 UTC, Bastiaan Veelo wrote: On Sunday, 28 January 2018 at 17:06:36 UTC, Seb wrote: CTRL+Enter -> run Thanks for reading my mind! You people are awesome. Anything else on your mind? It's getting harder to read. For large display, I added two more

DConf Artwork now public and released under Creative Commons

2018-02-06 Thread Seb via Digitalmars-d-announce
The amazing and beautiful artwork created by Sociomantic for DConf16 and DConf17 is now publicly available on GitHub: https://github.com/dlang-community/artwork It's released under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) by Sociomantic. A huge thanks goes to

@dlang_ng is now tweeting about NG.announce on Twitter

2018-02-02 Thread Seb via Digitalmars-d-announce
For those people who want to be notified immediately about new announcements in #dlang, there's now @dlang_ng: https://twitter.com/dlang_ng Huge thanks and credits go to Vladimir for taking my initial implementation and putting it into DFeed. Also credits go to rjframe for posting this idea

Re: LDC 1.7.0

2018-02-02 Thread Seb via Digitalmars-d-announce
On Tuesday, 30 January 2018 at 19:57:39 UTC, aberba wrote: On Tuesday, 30 January 2018 at 18:30:56 UTC, Johan Engelen wrote: On Tuesday, 30 January 2018 at 09:38:26 UTC, aberba wrote: On Monday, 29 January 2018 at 07:40:10 UTC, Dominikus Dittes Scherkl wrote: On Saturday, 27 January 2018 at

Re: Beta 2.078.2

2018-02-02 Thread Seb via Digitalmars-d-announce
On Friday, 2 February 2018 at 08:34:32 UTC, Antonio Corbi wrote: On Thursday, 1 February 2018 at 18:21:22 UTC, Seb wrote: On Thursday, 1 February 2018 at 17:32:09 UTC, Andrew Benton wrote: On Thursday, 1 February 2018 at 16:01:18 UTC, Martin Nowak wrote: First beta for the 2.078.2 patch

Re: Bootstrap D template

2018-02-01 Thread Seb via Digitalmars-d-announce
On Thursday, 1 February 2018 at 23:35:43 UTC, Tony wrote: On Thursday, 1 February 2018 at 22:01:52 UTC, Mike Wey wrote: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html#Prerequisite-Types Thanks! Couldn't seem to get a search to work. I was hoping the "|" would

Re: Beta 2.078.2

2018-02-01 Thread Seb via Digitalmars-d-announce
On Thursday, 1 February 2018 at 17:32:09 UTC, Andrew Benton wrote: On Thursday, 1 February 2018 at 16:01:18 UTC, Martin Nowak wrote: First beta for the 2.078.2 patch release. Contains a major regression fix for hashtable array comparison and comes with more reliable retries and fallback

DConf 2018: Register Now!

2018-01-31 Thread Seb via Digitalmars-d-announce
It was the middle of November when DConf 2018 was announced here on the DBlog in a Q & A session with Andrei Alexandrescu. Since then, the DConf train has slowly been building up steam as things have been happening behind the scenes. Now it’s full steam ahead!

Re: Bootstrap D template

2018-01-30 Thread Seb via Digitalmars-d-announce
On Tuesday, 30 January 2018 at 17:14:15 UTC, Mengu wrote: On Monday, 29 January 2018 at 11:04:19 UTC, Seb wrote: Have you ever wanted to use D in a project where not everyone had D installed or maybe you wanted to fix the compiler to a specific version? [...] clojure's lein support starter

Bootstrap D template

2018-01-29 Thread Seb via Digitalmars-d-announce
Have you ever wanted to use D in a project where not everyone had D installed or maybe you wanted to fix the compiler to a specific version? I typically use a simple Makefile in such cases and download my preferred DMD and LDC version. As others who I have shown this have found this useful,

Re: Pull requests to stable will no longer close bugzilla issues immediately

2018-01-28 Thread Seb via Digitalmars-d-announce
On Sunday, 28 January 2018 at 19:44:36 UTC, Steven Schveighoffer wrote: Just a note to all those who may have a PR that targets stable, even if you properly put in a commit message the instruction to close a bugzilla issue, it will NOT be closed until the commit is merged into master. The

Re: run.dlang.io can now display ASM + AST + IR

2018-01-28 Thread Seb via Digitalmars-d-announce
On Saturday, 27 January 2018 at 02:33:19 UTC, Mike Franklin wrote: On Saturday, 27 January 2018 at 01:31:45 UTC, Seb wrote: https://github.com/dlang-tour/core/pull/649 It's fixed now. I have also increased the maximal output limit to 500.000 bytes - I hope that's enough for everyone :O

Re: run.dlang.io can now display ASM + AST + IR

2018-01-26 Thread Seb via Digitalmars-d-announce
On Friday, 26 January 2018 at 18:29:28 UTC, Justin Whear wrote: Very cool features! Due to template expansion, even very simple D programs won't display their AST, e.g. https://run.dlang.io/is/yVsPsH gives me a "Compilation or running program took longer than 25 seconds. Aborted!" Not sure

Re: run.dlang.io can now display ASM + AST + IR

2018-01-26 Thread Seb via Digitalmars-d-announce
On Thursday, 25 January 2018 at 19:44:13 UTC, ikod wrote: Is it possible to show demangled names in asm output (or this option already available)? Sure: https://github.com/dlang-tour/core-exec/pull/19 Preview e.g. here: https://run.dlang.io/is/Vehrcv Note that core.demangle isn't perfect,

Re: run.dlang.io can now display ASM + AST + IR

2018-01-25 Thread Seb via Digitalmars-d-announce
On Monday, 15 January 2018 at 22:50:55 UTC, kinke wrote: On Sunday, 14 January 2018 at 04:18:41 UTC, Seb wrote: 3) IR (LDC only) https://run.dlang.io/is/BOTNDf Thanks Seb. I particularly like this feature. After a quick glance, the debuginfos (-g) seem to be needlessly enforced, bloating

Re: dub release package

2018-01-22 Thread Seb via Digitalmars-d-announce
On Tuesday, 23 January 2018 at 00:22:01 UTC, Seb wrote: On Monday, 22 January 2018 at 23:16:38 UTC, Arun Chandrasekaran wrote: I was looking at the recent DUB release for binary package of 1.7.1 at https://github.com/dlang/dub/releases The assets don't seem to contain the binary packages. Was

Re: dub release package

2018-01-22 Thread Seb via Digitalmars-d-announce
On Monday, 22 January 2018 at 23:16:38 UTC, Arun Chandrasekaran wrote: I was looking at the recent DUB release for binary package of 1.7.1 at https://github.com/dlang/dub/releases The assets don't seem to contain the binary packages. Was it unnoticed or was it intentionally skipped?

GSOC 2018 - Final call for project ideas and mentors

2018-01-18 Thread Seb via Digitalmars-d-announce
Hi all, Google Summer of Code (GSoC) 2018 is about to start soon [1] (the deadline for organizations is next Tuesday, 23.1). So if you have any project ideas or things that you consider important to the D ecosystem - please let me know! And, of course, if you would be willing to mentor a

run.dlang.io can now display ASM + AST + IR

2018-01-13 Thread Seb via Digitalmars-d-announce
It was bad weather in Munich on Saturday, so run.dlang.io got a couple of new cool features: 1) Assembly output https://run.dlang.io/is/qtk8Wq However, if you are seriously interested in looking at the ASM output, I recommend https://d.godbolt.org for LDC and GDC. 2) AST of DMD frontend

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

2018-01-13 Thread Seb via Digitalmars-d-announce
On Thursday, 14 December 2017 at 15:46:03 UTC, Walter Bright wrote: On 12/12/2017 10:37 AM, Seb wrote: After it has been in stealth mode for quite a while, I'm happy to announce that there's https://run.dlang.io Very impressive! Nice work! Can I add a suggestion? Have an option to show the

Re: [howto] Serve ddox documentation on github.io deployed by Travis CI

2018-01-12 Thread Seb via Digitalmars-d-announce
On Saturday, 13 January 2018 at 04:59:25 UTC, Martin Nowak wrote: On Wednesday, 10 January 2018 at 08:50:37 UTC, Bastiaan Veelo wrote: [...] What do you mean with "taking care of it"? It's a bit of a hen and egg problem, first you need a project before you can register it with

Re: Another take on decimal data types

2018-01-11 Thread Seb via Digitalmars-d-announce
On Thursday, 11 January 2018 at 11:19:41 UTC, Robert M. Münch wrote: On 2018-01-08 22:16:25 +, rumbu said: This is my first D finalized project (+16k loc). Great stuff! Will this work in betterC mode? Side-Note: I'm always missing the betterC information or is the philosophy to just

Re: [howto] Serve ddox documentation on github.io deployed by Travis CI

2018-01-08 Thread Seb via Digitalmars-d-announce
On Monday, 8 January 2018 at 22:20:37 UTC, Bastiaan Veelo wrote: On Monday, 8 January 2018 at 22:12:17 UTC, Seb wrote: On Monday, 8 January 2018 at 22:06:44 UTC, Bastiaan Veelo wrote: Here's how: https://gist.github.com/veelo/f7668510bad2e8c9212ab66104541fcc FYI: You could reduce the size of

Re: [howto] Serve ddox documentation on github.io deployed by Travis CI

2018-01-08 Thread Seb via Digitalmars-d-announce
On Monday, 8 January 2018 at 22:06:44 UTC, Bastiaan Veelo wrote: I was looking for this, it wasn't there, so I wrote it myself. - You have a D poject on GitHub? - You want your documentation online? For free? - You think it should always be up to date without you lifting a finger? - You

Re: DLang docker images for CircleCi 2.0

2018-01-06 Thread Seb via Digitalmars-d-announce
On Thursday, 4 January 2018 at 12:18:13 UTC, aberba wrote: On Wednesday, 3 January 2018 at 13:12:48 UTC, Seb wrote: tl;dr: you can now use special D docker images for CircleCi 2.0 --- version: 2 jobs: build: docker: - image: dlang2/dmd-circleci --- [...] do you orchestrate your

Re: DLang docker images for CircleCi 2.0

2018-01-06 Thread Seb via Digitalmars-d-announce
On Saturday, 6 January 2018 at 05:02:48 UTC, Jon Degenhardt wrote: On Wednesday, 3 January 2018 at 13:12:48 UTC, Seb wrote: tl;dr: you can now use special D docker images for CircleCi 2.0 [snip PS: I'm aware of Stefan Rohe's great D Docker images [1], but this Docker image is built on top of

Re: Release D 2.078.0

2018-01-03 Thread Seb via Digitalmars-d-announce
On Wednesday, 3 January 2018 at 17:43:36 UTC, Martin Nowak wrote: Glad to announce D 2.078.0. This release comes with runtime detection of Visual Studio installation paths, an integral promotion transition for unary operations on byte and short sized integers, more -betterC features, and a

DLang docker images for CircleCi 2.0

2018-01-03 Thread Seb via Digitalmars-d-announce
tl;dr: you can now use special D docker images for CircleCi 2.0 --- version: 2 jobs: build: docker: - image: dlang2/dmd-circleci --- Available tags -- The default tag (`latest`) is the last stable release. ### DMD ```yaml - image: dlang2/dmd-circleci:nightly - image:

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 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

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: run.dlang.io - a modern way to run D code

2017-12-17 Thread Seb via Digitalmars-d-announce
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 obj2asm test.obj >test.asm FYI: There's http://asm.dlang.org which seems to be a bit outdated. Moreover, there's an open issue

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

2017-12-14 Thread Seb via Digitalmars-d-announce
On Thursday, 14 December 2017 at 13:22:54 UTC, Mengu wrote: On Thursday, 14 December 2017 at 06:43:58 UTC, Mike Franklin wrote: On Thursday, 14 December 2017 at 06:26:16 UTC, Seb wrote: It's interesting to see that no one complained about gdc not being there - I thought that this would be the

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

2017-12-13 Thread Seb via Digitalmars-d-announce
On Thursday, 14 December 2017 at 02:57:42 UTC, David Nadlinger wrote: On Wednesday, 13 December 2017 at 01:14:26 UTC, Seb wrote: Also the storage on the machine is limited and we can't drop an unlimited amount of Docker images there. Shouldn't the overhead from that be fairly manageable?

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

2017-12-12 Thread Seb via Digitalmars-d-announce
On Wednesday, 13 December 2017 at 06:53:02 UTC, rikki cattermole wrote: On 13/12/2017 6:46 AM, bauss wrote: On Wednesday, 13 December 2017 at 01:14:26 UTC, Seb wrote: On Wednesday, 13 December 2017 at 00:32:11 UTC, rikki cattermole wrote: On 12/12/2017 6:37 PM, Seb wrote: === Supported D

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

2017-12-12 Thread Seb via Digitalmars-d-announce
On Wednesday, 13 December 2017 at 00:50:40 UTC, Meta wrote: This is a real life saver considering dpaste is blocked at work. It gets very tedious having to create a file, invoke the compiler, and run it in 3 separate steps just to test out some quick snippet. Great to hear that it's useful

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

2017-12-12 Thread Seb via Digitalmars-d-announce
On Wednesday, 13 December 2017 at 00:32:11 UTC, rikki cattermole wrote: On 12/12/2017 6:37 PM, Seb wrote: === Supported D Compilers === * Latest DMD nightly * Latest DMD beta * Latest DMD * Latest LDC beta * Latest LDC The Docker images are rebuilt every day automatically. Can we please

Re: Released vibe.d 0.8.2

2017-12-12 Thread Seb via Digitalmars-d-announce
On Tuesday, 12 December 2017 at 19:44:17 UTC, Sönke Ludwig wrote: The major changes in this release are HTTP forward proxy support, handling incoming HTTP requests on custom transports and a MongoDB based session store. On top of that, there are many smaller improvements in the HTTP server,

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

2017-12-12 Thread Seb via Digitalmars-d-announce
After it has been in stealth mode for quite a while, I'm happy to announce that there's https://run.dlang.io === Features === * Color-highlighted DMD errors * Format source code with dfmt * Generate a short URL for link sharing * Import/Export to GitHub Gist * Typical key shortcuts like

Re: GSoC 2018 - Your project ideas

2017-12-10 Thread Seb via Digitalmars-d-announce
On Sunday, 10 December 2017 at 13:01:43 UTC, Mengu wrote: On Tuesday, 5 December 2017 at 18:20:40 UTC, Seb wrote: Hi all, Google Summer of Code (GSoC) 2018 is about to start soon [1] (the application period for organizations is in January 2018). Hence, I would very happy about any project

GSoC 2018 - Your project ideas

2017-12-05 Thread Seb via Digitalmars-d-announce
Hi all, Google Summer of Code (GSoC) 2018 is about to start soon [1] (the application period for organizations is in January 2018). Hence, I would very happy about any project ideas you have or projects which are important to you. And, of course, if you would be willing to mentor a student,

Re: Release D 2.077.0

2017-11-03 Thread Seb via Digitalmars-d-announce
On Friday, 3 November 2017 at 14:00:38 UTC, Arun Chandrasekaran wrote: Mike, thanks for the blog post. Few lines about how the name mangling issue was addressed would've been interesting know on the blog. The regarding main PR contains a lot of info: https://github.com/dlang/dmd/pull/5855

Re: I'm the new package maintainer for D on ArchLinux

2017-08-09 Thread Seb via Digitalmars-d-announce
On Wednesday, 9 August 2017 at 20:42:48 UTC, Wild wrote: Hi everyone, The D packages for ArchLinux has been orphaned since Dicebot stepped down as the maintainer and no one else stepped up. So I decided to step up and apply to become a Trusted User, and I got accepted yesterday[1]. So from

Re: Beta D 2.075.1

2017-08-09 Thread Seb via Digitalmars-d-announce
On Tuesday, 8 August 2017 at 20:32:34 UTC, Martin Nowak wrote: On Tuesday, 8 August 2017 at 15:45:45 UTC, Vladimir Panteleev wrote: On Tuesday, 8 August 2017 at 14:57:58 UTC, Daniel Kozak wrote: https://issues.dlang.org/show_bug.cgi?id=17731 Thanks. I've submitted a fix. Thanks,

Re: Vectorflow: a neural network library for sparse data from Netflix

2017-08-02 Thread Seb via Digitalmars-d-announce
On Wednesday, 2 August 2017 at 18:02:10 UTC, Ali Çehreli wrote: On 08/02/2017 10:40 AM, Benoit Rostykus wrote: Netflix is happy to open-source its first D library. Blog post: https://medium.com/@NetflixTechBlog/introducing-vectorflow-fe10d7f126b8 Repo: https://github.com/Netflix/vectorflow

Re: H2 2017 Vision Document

2017-07-25 Thread Seb via Digitalmars-d-announce
On Tuesday, 25 July 2017 at 14:16:18 UTC, Atila Neves wrote: "We have added merge rights to three contributors and are looking for more" How would one go about volunteering? Atila Btw we have introduced a CODEOWNERS file at Phobos two weeks ago (druntime and dmd will come soon as well).

Re: static foreach is now in github master

2017-07-22 Thread Seb via Digitalmars-d-announce
On Saturday, 22 July 2017 at 21:13:47 UTC, Steven Schveighoffer wrote: On Thursday, 20 July 2017 at 21:02:20 UTC, Seb wrote: Oh because I thought run.dlang.io wasn't using `rdmd`. However, there was a minor glitch today when I added support for flags and stdin to the docker images [2]. The

Re: WebConfig - a vibe.d HTML form generator & validator from D structs

2017-07-21 Thread Seb via Digitalmars-d-announce
On Friday, 21 July 2017 at 15:16:30 UTC, NVolcz wrote: On Thursday, 20 July 2017 at 15:57:55 UTC, WebFreak001 wrote: [...] I am getting OpenSSL linker errors when I run "dub test": https://gist.github.com/NVolcz/d1731f92622b018e1cebbc42b195028c FYI:

Re: static foreach is now in github master

2017-07-20 Thread Seb via Digitalmars-d-announce
On Thursday, 20 July 2017 at 20:33:47 UTC, Steven Schveighoffer wrote: On 7/20/17 4:08 PM, Seb wrote: On Thursday, 20 July 2017 at 19:53:46 UTC, Jack Stouffer wrote: On Tuesday, 18 July 2017 at 15:46:04 UTC, Seb wrote: https://is.gd/1TCQOh Hmmm, that code is printing 0 1 2 3 0 1 2 3 for

Re: static foreach is now in github master

2017-07-20 Thread Seb via Digitalmars-d-announce
On Thursday, 20 July 2017 at 19:53:46 UTC, Jack Stouffer wrote: On Tuesday, 18 July 2017 at 15:46:04 UTC, Seb wrote: https://is.gd/1TCQOh Hmmm, that code is printing 0 1 2 3 0 1 2 3 for me. Shouldn't it just be printing once? I bet you are using `rdmd`? It runs dmd twice on your main

Re: Release D 2.075.0 does not install on Windows 10 with VS2017

2017-07-20 Thread Seb via Digitalmars-d-announce
On Thursday, 20 July 2017 at 17:44:29 UTC, Jolly James wrote: On Thursday, 20 July 2017 at 16:28:54 UTC, jan wrote: seems like i am not the first one to have that problem. please fix. everything working fine from here :) Maybe you should state what exactly is not working for you and paste

Re: static foreach is now in github master

2017-07-18 Thread Seb via Digitalmars-d-announce
On Tuesday, 18 July 2017 at 10:06:33 UTC, Vladimir Panteleev wrote: On Tuesday, 18 July 2017 at 10:02:10 UTC, Seb wrote: And thanks to dmd-nightly, also on run.dlang.io:

Re: static foreach is now in github master

2017-07-18 Thread Seb via Digitalmars-d-announce
On Monday, 17 July 2017 at 21:27:40 UTC, Martin Nowak wrote: On Monday, 17 July 2017 at 18:14:35 UTC, Andrei Alexandrescu wrote: For those who want to play with our new static foreach feature and are willing to take the steps to building their own dmd, Or just wait for the next nightly until

Re: Munich D Meetup July 2017

2017-07-17 Thread Seb via Digitalmars-d-announce
On Monday, 17 July 2017 at 12:16:13 UTC, Stefan Koch wrote: On Monday, 3 July 2017 at 18:23:27 UTC, Dragos Carp wrote: Hi all, On 18 July, we will have our next Munich meetup. Mario will give a talk with the title "Avoiding the Big Ball of Mud". As usual before and after the talk we will also

Re: Beta 2.075.0-b4

2017-07-13 Thread Seb via Digitalmars-d-announce
On Thursday, 13 July 2017 at 11:52:13 UTC, Martin Nowak wrote: On Thursday, 13 July 2017 at 07:22:00 UTC, Eugene Wissner wrote: The ChangeLog link is: http://dlang.org/changelog/2.075.0_pre.html Works for now, but it shouldn't be under that URL. Will check what broke with dlang.org's

Re: Hiring D programmers (with cryptography and blockchain knowledge are preferred)

2017-07-12 Thread Seb via Digitalmars-d-announce
On Wednesday, 12 July 2017 at 04:40:16 UTC, Vitor Rozsas wrote: * First of all, does Dlang.org have it's own website for hiring D programmers or offering D programming services? If not, it should! There is https://dlang.org/orgs-using-d.html where companies using D can link to their hiring

Re: Call for arms: Arch Linux D package maintenance

2017-07-09 Thread Seb via Digitalmars-d-announce
On Monday, 17 April 2017 at 11:04:11 UTC, R McGuire wrote: On Thursday, 13 April 2017 at 09:34:00 UTC, Atila Neves wrote: On Tuesday, 11 April 2017 at 16:17:32 UTC, John Colvin wrote: On Thursday, 16 February 2017 at 19:58:47 UTC, Rory McGuire wrote: [...] Any news on this? The arch

Re: Beta 2.075.0-b2

2017-07-08 Thread Seb via Digitalmars-d-announce
On Saturday, 8 July 2017 at 23:53:57 UTC, Martin Nowak wrote: On Friday, 7 July 2017 at 09:27:15 UTC, Paolo Invernizzi wrote: /Paolo We've recently changed the versioning of development builds and when we bump the hardcoded VERSION file https://github.com/dlang/dmd/pull/6935. Looks like we

Re: docarchives.dlang.io - go back in time to previous released versions of dlang.org

2017-07-05 Thread Seb via Digitalmars-d-announce
On Wednesday, 5 July 2017 at 18:38:33 UTC, Jack Stouffer wrote: On Tuesday, 4 July 2017 at 01:39:23 UTC, Seb wrote: ... Thanks for doing this. IMO there should be a link under the "switch to pre-release." link in the current docs. Maybe replace it with a dropdown to select the version

docarchives.dlang.io - go back in time to previous released versions of dlang.org

2017-07-03 Thread Seb via Digitalmars-d-announce
Hi all, I remember that especially long-time users of GDC and LDC complained from time to time about non-versioned docs. There's a simple solution now: docarchives.dlang.io and contains snapshots from dlang.org at every release from 2.074.0 to 2.066.0: https://docarchives.dlang.io/v2.074.0

Re: Compile-Time Sort in D

2017-06-05 Thread Seb via Digitalmars-d-announce
On Monday, 5 June 2017 at 14:23:34 UTC, Mike Parker wrote: The crowd-edited (?) blog post exploring some of D's compile-time features is now live. Thanks again to everyone who helped out with it. The blog: https://dlang.org/blog/2017/06/05/compile-time-sort-in-d/ Reddit:

Re: Release D 2.074.1

2017-06-03 Thread Seb via Digitalmars-d-announce
On Saturday, 3 June 2017 at 19:57:36 UTC, Joseph Rushton Wakeling wrote: It's a mistake that remains tolerated, despite the problem being known and having an associated issue, because the dlang/installer scripts work around it, meaning the fundamental problem never gets fixed. I understand

Re: Release D 2.074.1

2017-06-03 Thread Seb via Digitalmars-d-announce
On Saturday, 3 June 2017 at 19:02:36 UTC, Joseph Rushton Wakeling wrote: On Saturday, 3 June 2017 at 18:42:57 UTC, Seb wrote: So, I guess your problem is the VERSION file on the dmd stable branch? No, it's the VERSION file present if one checks out the v2.074.1 tag. Tags are only made from

Re: 101 LINQ examples in D

2017-05-24 Thread Seb via Digitalmars-d-announce
On Wednesday, 24 May 2017 at 16:06:01 UTC, Pradeep Gowda wrote: Inspired by Demis Bellot's "Kotlin LINQ examples" [1], I have started a github repo to port the 101 LINQ examples to D - https://github.com/btbytes/dlang-linq-examples So far, I've completed one section on "Restriction

Re: Harbored-mod 0.2.1 and DYaml 0.6.1 at dlang-community

2017-05-16 Thread Seb via Digitalmars-d-announce
On Tuesday, 16 May 2017 at 22:03:17 UTC, Daniel Kozak wrote: Nice, I have wait so many months until I decided to fork yamkeys because of d-yaml. Now I can delete it thanks. This makes my live easier. This is something I want to propose many times, that there is something like dlang-community.

Re: DConf hackathon: idea list

2017-05-06 Thread Seb via Digitalmars-d-announce
On Saturday, 6 May 2017 at 10:13:28 UTC, Seb wrote: On Thursday, 4 May 2017 at 13:32:21 UTC, Seb wrote: Hi all, the DConf hackathon isn’t a hackathon in the traditional sense. It is intended as a day for _collaboratively_ focusing on long-lasting problems and pain points in the D ecosystem,

Re: DConf hackathon: idea list

2017-05-06 Thread Seb via Digitalmars-d-announce
On Thursday, 4 May 2017 at 13:32:21 UTC, Seb wrote: Hi all, the DConf hackathon isn’t a hackathon in the traditional sense. It is intended as a day for _collaboratively_ focusing on long-lasting problems and pain points in the D ecosystem, planning upcoming features or DIPs, and creation of

DConf hackathon: idea list

2017-05-04 Thread Seb via Digitalmars-d-announce
Hi all, the DConf hackathon isn’t a hackathon in the traditional sense. It is intended as a day for _collaboratively_ focusing on long-lasting problems and pain points in the D ecosystem, planning upcoming features or DIPs, and creation of a rough roadmap for the next months. Of course, any

Re: From the D Blog: Editable and Runnable Doc Examples on dlang.org

2017-03-08 Thread Seb via Digitalmars-d-announce
On Wednesday, 8 March 2017 at 20:12:51 UTC, Joakim wrote: On Wednesday, 8 March 2017 at 13:24:15 UTC, Mike Parker wrote: Sebastian Wilzbach lays out how the new editable & runnable documentation examples came to be. The blog:

Re: DConf 2017 Hotel - book now!

2017-03-02 Thread Seb via Digitalmars-d-announce
On Thursday, 2 March 2017 at 19:43:38 UTC, Walter Bright wrote: On 3/2/2017 6:44 AM, Steven Schveighoffer wrote: The bus terminal had machines that allowed you to buy the ticket with cash or credit card I believe, and the same machines validate your ticket as well. Last year I used those

Re: DConf 2017 Hotel - book now!

2017-03-02 Thread Seb via Digitalmars-d-announce
On Thursday, 2 March 2017 at 15:09:16 UTC, Chris wrote: On Thursday, 2 March 2017 at 14:44:17 UTC, Steven Schveighoffer wrote: On 3/2/17 4:33 AM, Chris wrote: [...] I used the bus + train, it was quite easy. Don't remember the exact stops, but I just used google maps to tell me the info.

Re: New (page-per-artifact) standard library doc examples are now editable and runnable

2017-02-27 Thread Seb via Digitalmars-d-announce
On Monday, 27 February 2017 at 16:49:13 UTC, David Nadlinger wrote: On Monday, 27 February 2017 at 15:41:18 UTC, Seb wrote: Is it redditable? Yes, finally :) Can we fix the fact that the docs are duplicated for template functions before any big announcements? See e.g.

Re: New (page-per-artifact) standard library doc examples are now editable and runnable

2017-02-27 Thread Seb via Digitalmars-d-announce
On Monday, 27 February 2017 at 14:12:30 UTC, Mike Parker wrote: On Wednesday, 22 February 2017 at 19:14:14 UTC, Seb wrote: Okay I just couldn't let this sit on myself. So I went ahead and proposed a more "sophisticated" assert -> writeln rewrite tool that is based on Hackerpilot's excellent

Need a fancy domain for your project? .dub.pm has you covered!

2017-02-23 Thread Seb via Digitalmars-d-announce
Hey all, As I own dub.pm since a year and it hasn't been used much, I have just configured automatic sub-domain rewriting, s.t. everyone can have nice and fancy URLs. All sub-domains get redirected to their respective DUB package page, so now you can browse e.g. eventcore.dub.pm

Re: Call for arms: Arch Linux D package maintenance

2017-02-22 Thread Seb via Digitalmars-d-announce
On Thursday, 16 February 2017 at 19:58:47 UTC, Rory McGuire wrote: Hi, I am planning on asking to become TU for the dlang packages in community. I've been building and working with the current packages and making my own packages to make sure I know what I'm getting in to. LDC and GDC are

Re: New (page-per-artifact) standard library doc examples are now editable and runnable

2017-02-22 Thread Seb via Digitalmars-d-announce
On Tuesday, 21 February 2017 at 22:58:57 UTC, Seb wrote: Unfortunately it reverts the writeln magic as the false positive rate was too high - at some point we really should come up with something better :/ However the fact that ddoc and ddox emit different, fully built synax-highlighted HTML

Re: New (page-per-artifact) standard library doc examples are now editable and runnable

2017-02-21 Thread Seb via Digitalmars-d-announce
On Sunday, 19 February 2017 at 02:27:41 UTC, Mike Parker wrote: On Saturday, 18 February 2017 at 16:43:43 UTC, Seb wrote: Excellent idea! AFAIK reddit doesn't like self posts that much. Would someone be so kind to post this once the improvements are in?

Re: tanya library 0.2.0

2017-02-18 Thread Seb via Digitalmars-d-announce
On Saturday, 18 February 2017 at 15:51:59 UTC, Eugene Wissner wrote: It isn't really a release announce, maybe a pre-release. tanya is a general purpose library, used mostly for networking by me. It is an attempt to develop an alternative memory model for D; 100% of the library are usable

Re: New (page-per-artifact) standard library doc examples are now editable and runnable

2017-02-18 Thread Seb via Digitalmars-d-announce
On Friday, 17 February 2017 at 13:50:48 UTC, John Colvin wrote: Might I suggest you change the output s to s with border: none; and max-height: 30em; This would make them auto-grow to the right height to fit the content (with max-height for sanity). It does mean you lose manual resizability

Re: New (page-per-artifact) standard library doc examples are now editable and runnable

2017-02-18 Thread Seb via Digitalmars-d-announce
On Friday, 17 February 2017 at 16:07:37 UTC, Nick Sabalausky (Abscissa) wrote: 1. This is pretty awesome. Thanks a lot :) 2. Looks like someone forgot to set a foreground text color for the output even though the background is set to white. This makes the output text invisible for those

<    1   2   3   >