Re: Beta release DUB 1.0.0-beta.1

2016-06-09 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 9 June 2016 at 10:43:31 UTC, drug wrote: 09.06.2016 13:23, Andre Pany пишет: Untested, but try ``` dub build app.d --build=release ``` Unfortunately it is not working: dub answers: Failed to find a package named 'app.d'. Kind regards André

Re: Beta release DUB 1.0.0-beta.1

2016-06-09 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 9 June 2016 at 12:15:24 UTC, Sönke Ludwig wrote: You need to use the --single switch: dub build --single=app.d --build=release For the commandline that you have used, the arguments "build --build=release" will be passed to the compiled app.d executable instead. I'll deploy

Re: Beta release DUB 1.0.0-beta.1

2016-06-09 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: Full change log:

Re: Beta release DUB 1.0.0-beta.1

2016-06-09 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 9 June 2016 at 08:02:21 UTC, Mike Parker wrote: On Thursday, 9 June 2016 at 07:35:35 UTC, Andre Pany wrote: while calling dub within the directory containing app.d I dub app.d Without passing a file name, dub will look for a project configuration. Thanks for the info. In my

Re: Beta release DUB 1.0.0-beta.1

2016-06-13 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 9 June 2016 at 12:15:24 UTC, Sönke Ludwig wrote: You need to use the --single switch: dub build --single=app.d --build=release For the commandline that you have used, the arguments "build --build=release" will be passed to the compiled app.d executable instead. I'll deploy

Dreams come true: Compiling and running linux apps on windows :)

2016-08-06 Thread Andre Pany via Digitalmars-d-announce
Hi, there is a new feature with the recent windows 10 update. You now can compile and run your linux apps (console only) on windows. The build script is working fine: curl -fsS https://dlang.org/install.sh | bash -s dmd The only thing you need is to install the build-essential package sudo

Re: Dreams come true: Compiling and running linux apps on windows :)

2016-08-06 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 6 August 2016 at 17:48:43 UTC, Rattle Weird Hole wrote: what are concret applications ? For me it is the possibility to develop applications for the amazon web services cloud while not leaving my windows system. I am used to windows but now I have the possibility to also develop

Re: Android LDC in a Container

2017-02-20 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 19 February 2017 at 23:16:20 UTC, Nick Sabalausky (Abscissa) wrote: On 01/15/2017 12:40 PM, Andre Pany wrote: Hi, on Dockerhub I published a repository which makes it really easy to develop Android applications using LDC and Joakims work. The repository contains Android 1.1.0

Re: Android LDC in a Container

2017-01-19 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 15 January 2017 at 17:40:01 UTC, Andre Pany wrote: Hi, on Dockerhub I published a repository which makes it really easy to develop Android applications using LDC and Joakims work. The repository contains Android 1.1.0 beta from https://github.com/joakim-noah/android/releases and

Re: Release D 2.072.0

2016-11-03 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 3 November 2016 at 12:17:29 UTC, Sönke Ludwig wrote: Am 03.11.2016 um 06:58 schrieb Andre Pany: Temp-folder builds are only done if the special shebang invocation syntax is used (i.e. "dub file.d Building with "dub --single file.d" should build normally. This was the case within

Re: Release D 2.072.0

2016-11-03 Thread Andre Pany via Digitalmars-d-announce
On Monday, 31 October 2016 at 01:27:08 UTC, Martin Nowak wrote: Glad to announce D 2.072.0. http://dlang.org/download.html This is the release ships with the latest version of dub (v1.1.0), comes with lots of phobos additions and native TLS on OSX. See the changelog for more details.

Re: Alexa Skill written in D

2017-01-08 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 7 January 2017 at 13:17:35 UTC, extrawurst wrote: Hi guys, the last 2 weeks I jumped on a new toy project: An Alexa Skill written in D. It is a skill that allows me to voice control my TV receiver with commands like: Alexa, ask Telly to go to standby Alexa, ask Telly what is

Re: It's alive! D building D building D, all on Android

2017-03-01 Thread Andre Pany via Digitalmars-d-announce
On Monday, 27 February 2017 at 17:08:26 UTC, Joakim wrote: Piping hot builds of the upcoming ldc 1.1.1 release available as both a linux/x64 -> Android/ARM cross-compiler and a native Android/ARM compiler, that you can run on your own phone or tablet:

Re: Release D 2.075.0

2017-07-20 Thread Andre Pany via Digitalmars-d-announce
On Wednesday, 19 July 2017 at 15:36:22 UTC, Martin Nowak wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 [...] Could you please create a post on reddit? Kind regards André

Re: DMD now has colorized syntax highlighting in error messages

2017-05-14 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 14 May 2017 at 14:07:20 UTC, Walter Bright wrote: https://github.com/dlang/dmd/pull/6777 It turned out to be unexpectedly easy to implement. The only downside is now we have to rather tediously tweak the error message texts so they use backticks. Thanks a lot. In my opinion these

Black Duck: DMD license corrected

2017-06-07 Thread Andre Pany via Digitalmars-d-announce
Hi, Black duck is a software and a service for enterprises to evaluate the usage of OSS in their products to avoid legal risks. DMD license type is now corrected. There is also a non commercial public available service of Black duck called OpenHub. Here is DMD still listed with the old

Re: Revised DIP Info

2017-06-14 Thread Andre Pany via Digitalmars-d-announce
On Monday, 12 June 2017 at 17:51:05 UTC, Mike Parker wrote: Now that I've got a few DIP reviews under my belt, I've got a good enough handle on the process to lay it out in documentation form. To that end [1], I've kept the general structure that Dicebot initially set down, changing the

Re: Release candidates vibe.d 0.8.0-rc.2 and vibe-core 1.0.0-rc.2

2017-06-28 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 27 June 2017 at 09:20:40 UTC, Sönke Ludwig wrote: Am 22.06.2017 um 10:55 schrieb Sönke Ludwig: There have been some minor fixes and vibe.d 0.8.0-rc.2 and vibe-core 1.0.0-rc.2 have been tagged. The final release is rescheduled for Monday, July the 3rd. It seems there is an issue

Re: D on devdocs

2017-09-11 Thread Andre Pany via Digitalmars-d-announce
On Monday, 11 September 2017 at 03:23:47 UTC, ANtlord wrote: Hello. I'm not sure that you know, but documentation of D language has become to devdocs.io. It is web service provides offline documentation. We've got a useful tool for documentation viewing and reading. The next step is an

Re: D books for $10

2017-09-12 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 12 September 2017 at 13:25:47 UTC, Ali wrote: On Tuesday, 12 September 2017 at 06:29:04 UTC, Kai Nacke wrote: Hi all, D Web Development by myself (https://www.packtpub.com/web-development/d-web-development) Regards, Kai kind of unrelated question, does vibe.d install and

Re: Delta - Bridge to the Delphi ecosystem

2017-09-04 Thread Andre Pany via Digitalmars-d-announce
On Monday, 4 September 2017 at 02:32:48 UTC, Domain wrote: On Sunday, 3 September 2017 at 19:53:59 UTC, Andre Pany wrote: Delta is a proof of concept to enhance the D Programming Language with the Delphi ecosystem. [...] Cool! Any plan to support lazarus/fpc? That makes a lot of sense as

Delta - Bridge to the Delphi ecosystem

2017-09-03 Thread Andre Pany via Digitalmars-d-announce
Delta is a proof of concept to enhance the D Programming Language with the Delphi ecosystem. There are 2 scenarios Delta tries to achieve: - Create your GUI using the Delphi RAD Studio and connect the events with your logic written in D. The obligatory Hello World sample:

Dlang support added to fx

2017-12-16 Thread Andre Pany via Digitalmars-d-announce
Hi, initial D support for fx (Functions as a service based on Docker) was merged today. https://github.com/metrue/fx Kind regards André

Re: Reorganization and list of D libraries (300+)

2017-11-12 Thread Andre Pany via Digitalmars-d-announce
On Monday, 6 November 2017 at 16:12:14 UTC, Martin Tschierschke wrote: On Saturday, 4 November 2017 at 00:16:35 UTC, Ali Çehreli wrote: On 11/03/2017 05:12 PM, Fra Mecca wrote: https://github.com/FraMecca/D_Libraries_Registry This effort should be combined with the current work being done

Re: serialport v1.0.0

2018-05-13 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 13 May 2018 at 18:05:35 UTC, Jonathan M Davis wrote: On Sunday, May 13, 2018 17:57:56 Andre Pany via Digitalmars-d-announce wrote: On Sunday, 6 May 2018 at 22:02:05 UTC, Oleg B wrote: > Stable version of serialport package > > * Blocking `SerialPortBlk` for classic usage

Re: serialport v1.0.0

2018-05-13 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 6 May 2018 at 22:02:05 UTC, Oleg B wrote: Stable version of serialport package * Blocking `SerialPortBlk` for classic usage * Non-blocking `SerialPortNonBlk` and `SerialPortFR` for usage in fibers or in vibe-d * Variative initialization and configuration * Hardware flow control

WhiteSource supports D

2018-05-18 Thread Andre Pany via Digitalmars-d-announce
Hi, I just learned WhiteSource added support for D. https://www.whitesourcesoftware.com/what-is-whitesource/ Kind regards André

Re: Proposal for a standard Decimal type in alpha

2017-12-21 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 21 December 2017 at 13:59:28 UTC, Jack Stouffer wrote: A couple of months ago, Andrei noted that a donor asked for a precise decimal type for D specifically: https://forum.dlang.org/post/osnema$d5s$1...@digitalmars.com. I've also heard this asked for many times, so I decided to

Re: Release D 2.078.0

2018-01-08 Thread Andre Pany 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

Re: Release D 2.078.0

2018-01-09 Thread Andre Pany via Digitalmars-d-announce
On Monday, 8 January 2018 at 22:41:31 UTC, Rainer Schuetze wrote: Unfortunately the corresponding installer PRs didn't make it into the release, so you still have to remove most options of section Environment64 from sc.ini yourself. This should be enough [Environment64] LIB=%@P%\..\lib64

Re: Beta 2.078.1

2018-01-16 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 16 January 2018 at 05:59:16 UTC, Martin Nowak wrote: First beta for the 2.078.1 patch release. Lots of useful fixes, most prominently dub now timeouts and uses one of the mirrors when code.dlang.org has connection issues. http://dlang.org/download.html#dmd_beta

Re: Release D 2.078.0

2018-01-12 Thread Andre Pany via Digitalmars-d-announce
On Friday, 12 January 2018 at 10:13:13 UTC, Leandro Lucarella wrote: From what I saw in the code, I think what it does is just override where the code was actually placed when you compiled, so tools to visualize the coverage can show you the source code. *

Re: Release D 2.078.0

2018-01-12 Thread Andre Pany via Digitalmars-d-announce
On Monday, 8 January 2018 at 22:41:31 UTC, Rainer Schuetze wrote: Unfortunately the corresponding installer PRs didn't make it into the release, so you still have to remove most options of section Environment64 from sc.ini yourself. This should be enough [Environment64] LIB=%@P%\..\lib64

Re: Release D 2.078.0

2018-01-09 Thread Andre Pany 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

Re: Release D 2.078.0

2018-01-12 Thread Andre Pany via Digitalmars-d-announce
On Friday, 12 January 2018 at 18:25:37 UTC, Rainer Schuetze wrote: IMO removing the detected entries from sc.ini should be good enough: https://github.com/dlang/dmd/pull/7686. The linker path is built from the other VC variables. I've based it on stable in the hope it will make it into

camisole supports now the D Programming Language

2018-02-11 Thread Andre Pany via Digitalmars-d-announce
Support for D was added in the recent days. More information about camisole https://camisole.prologin.org/

Re: lld-link.exe [in: Re: Beta 2.079.0]

2018-02-23 Thread Andre Pany via Digitalmars-d-announce
On Friday, 23 February 2018 at 19:06:42 UTC, Martin Nowak wrote: On Friday, 23 February 2018 at 18:13:01 UTC, Martin Nowak wrote: On Monday, 19 February 2018 at 20:17:05 UTC, Andre Pany wrote: You also need to install VC++ 2015 redistributable to run lld-link.exe. The x86 one btw. Also

Re: Beta 2.079.0

2018-02-19 Thread Andre Pany via Digitalmars-d-announce
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. [...] This release is fantastic! In the change log information about lld linker is missing. Maybe you can add some info how

Re: Proposal for a standard Decimal type in alpha

2017-12-22 Thread Andre Pany via Digitalmars-d-announce
On Friday, 22 December 2017 at 08:32:03 UTC, Nathan S. wrote: I think it would be clearer if the precision, the rounding mode, and the error behavior were three separate parameters instead of a single Hook. Predefined settings named "Abort", "Throw", and "NoOp" would then be self-explanatory,

Re: Blogpost about parallelizing Datacat with std.parallelism

2018-07-26 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 26 July 2018 at 12:13:01 UTC, Joakim Brännström wrote: Hello, I've written up a blog post[0] of my explorations when parallelizing Datacat[1]. It is my thoughts, failures and successes when I wanted to improve the performance by leveraging std.parallelism. The implementation[2]

Re: Symmetry Autumn of Code

2018-07-18 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 14 July 2018 at 06:02:37 UTC, Mike Parker wrote: Thanks to the sponsorship of Symmetry Investments, the D Language Foundation is happy to announce the Symmetry Autumn of Code! We're looking for three university students to hack on D this autumn, from September - January. We're

Re: Symmetry Autumn of Code

2018-07-18 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 14 July 2018 at 06:02:37 UTC, Mike Parker wrote: Thanks to the sponsorship of Symmetry Investments, the D Language Foundation is happy to announce the Symmetry Autumn of Code! We're looking for three university students to hack on D this autumn, from September - January. We're

Re: Release D 2.078.1

2018-01-23 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 23 January 2018 at 13:08:35 UTC, thedeemon wrote: On Monday, 22 January 2018 at 20:43:56 UTC, Martin Nowak wrote: Glad to announce D 2.078.1. The Windows 7z archive version now has much simpler sc.ini, in fact too simple. With Visual C++ 2015 x64 Native Build Tools now trying

Re: dpldocs now has cross-package search (experimental)

2018-03-09 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 10 March 2018 at 00:09:18 UTC, Adam D. Ruppe wrote: Looking for http libs? Behold: http://search.dpldocs.info/?q=http Oh my. Eats 2 GB of ram but with the newest patrons I sprung for the beefier host. Only searches projects already on the

Re: Beta 2.082.0

2018-10-17 Thread Andre Pany via Digitalmars-d-announce
On Wednesday, 17 October 2018 at 15:18:43 UTC, Vladimir Panteleev wrote: On Wednesday, 17 October 2018 at 12:14:55 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.083.0 release, ♥ to the 48 contributors for this release. Thanks! CppRuntime_* version identifiers -

Re: The #dbugfix Campaign Round 1 Report

2018-11-06 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 6 November 2018 at 11:15:09 UTC, RazvanN wrote: On Tuesday, 6 November 2018 at 11:12:44 UTC, Mike Parker wrote: [...] Sounds good. Thanks! Hi RazvanN, Any chance you could have a look at this one :) ? https://forum.dlang.org/post/zwxbdnxdvkbaesujw...@forum.dlang.org Kind

Re: The New Fundraising Campaign

2018-11-11 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 10 November 2018 at 16:09:12 UTC, Mike Parker wrote: I've just published a new blog post describing our new fundraising campaign. TL;DR: We want to pay a Pull Request Manager to thin out the pull request queues and coordinate between relevant parties on newer pull requests so they

Re: Beta 2.082.1

2018-10-06 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 6 October 2018 at 15:24:38 UTC, Martin Nowak wrote: First beta for the 2.082.1 patch release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.082.1.html Please report any bugs at https://issues.dlang.org - - -Martin Hi Martin, Slightly off topic. The

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

2018-12-30 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 29 December 2018 at 19:14:29 UTC, Andre Pany wrote: On Saturday, 29 December 2018 at 15:21:32 UTC, Martin Nowak wrote: On 12/17/18 10:38 PM, Martin Nowak wrote: Release Candidate for 2.084.0 is live now. http://dlang.org/download.html#dmd_beta

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

2018-12-29 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 29 December 2018 at 15:21:32 UTC, Martin Nowak wrote: On 12/17/18 10:38 PM, Martin Nowak wrote: Release Candidate for 2.084.0 is live now. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.0.html As usual please report any bugs at https://issues.dlang.org

Re: Release D 2.084.0

2019-01-05 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 5 January 2019 at 08:54:45 UTC, Walter Bright wrote: On 1/2/2019 5:25 AM, Martin Nowak wrote: Glad to announce D 2.084.0, ♥ to the 53 contributors. Have we ever had 53 for one release before? Wow! There are even more;), contributors to dub repository aren't listed here, if

Re: My Meeting C++ Keynote video is now available

2019-01-14 Thread Andre Pany via Digitalmars-d-announce
On Monday, 14 January 2019 at 21:08:50 UTC, Ben Jones wrote: On Saturday, 12 January 2019 at 15:51:03 UTC, Andrei Alexandrescu wrote: https://youtube.com/watch?v=tcyb1lpEHm0 If nothing else please watch the opening story, it's true and quite funny :o). Now as to the talk, as you could

Re: A brief survey of build tools, focused on D

2018-12-12 Thread Andre Pany via Digitalmars-d-announce
On Wednesday, 12 December 2018 at 09:38:55 UTC, Sönke Ludwig wrote: Most notably, there is a directive missing to specify arbitrary files as build dependencies. I am working on a pull request: https://github.com/andre2007/dub/commit/97161fb352dc1237411e2e7010447f8a9e817d48 Productive

Re: A brief survey of build tools, focused on D

2018-12-10 Thread Andre Pany via Digitalmars-d-announce
On Monday, 10 December 2018 at 18:27:48 UTC, Neia Neutuladh wrote: I wrote a post about language-agnostic (or, more accurately, cross- language) build tools, primarily using D as an example and Dub as a benchmark. Spoiler: dub wins in speed, simplicity, dependency management, and actually

Re: Beta 2.084.0

2018-12-17 Thread Andre Pany via Digitalmars-d-announce
On Monday, 17 December 2018 at 21:38:07 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.084.0 release, ♥ to the 51 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.084.0.html As usual please report any bugs at https://issues.dlang.org

Re: Beta 2.084.0

2018-12-25 Thread Andre Pany via Digitalmars-d-announce
On Monday, 24 December 2018 at 22:33:27 UTC, Martin Nowak wrote: On 12/17/18 10:38 PM, Martin Nowak wrote: Second beta live now. Basile B. solved the spurious NOLOGO bug. Can you include it in 2.084? https://github.com/dlang/dmd/pull/9142 For the regression (rt_loadLibraryW) there is an

Using D for AWS Beanstalk applications (German)

2018-11-27 Thread Andre Pany via Digitalmars-d-announce
Hi, Find here a short tutorial how you can directly execute D applications on AWS Beanstalk. http://d-land.sepany.de/tutorials/cloud/native-aws-beanstalk-applikation/ Kind regards Andre

Re: now it's possible! printing floating point numbers at compile-time

2019-01-04 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 30 December 2018 at 15:14:08 UTC, 0xEAB wrote: On Thursday, 27 December 2018 at 12:46:06 UTC, Nick Treleaven wrote: Is the MIT license compatible with Boost? Simply put, no. The MIT license comes with the additional requirement of including the copyright notice and license in all

Re: Last Year in D

2019-01-24 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 24 January 2019 at 13:58:59 UTC, Mike Parker wrote: I said in my annual D Blog retrospective that I wanted to do a similar post focused on D at large. Sebastian Wilzbach sent me a tremendously helpful info dump of all sorts of goings on, most of which I knew nothing about. When I

Re: GtkD Blog Now Up and Running

2019-01-26 Thread Andre Pany via Digitalmars-d-announce
On Friday, 25 January 2019 at 21:16:59 UTC, Ron Tarrant wrote: Hi y'all, As of January 11, 2019, http://gtkdcoding.com is up. It's a blog, it's a github page, it's simple examples of how to use GtkD for all that GUI stuff. My approach is to lay out a firm foundation for both imperative and

Re: GtkD Blog Now Up and Running

2019-01-26 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 26 January 2019 at 09:32:53 UTC, Andre Pany wrote: On Friday, 25 January 2019 at 21:16:59 UTC, Ron Tarrant wrote: Hi y'all, As of January 11, 2019, http://gtkdcoding.com is up. It's a blog, it's a github page, it's simple examples of how to use GtkD for all that GUI stuff. My

Re: What is the purpose of the ARM backend?

2019-03-26 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 26 March 2019 at 06:36:52 UTC, babatnvn wrote: Hi every one; I finding something for ARM backend... but I have a question related with its. What is the ARM backend? Your question is not clear, therefore I just assume what your question is. DRuntime has specific parts to support

Re: hunt-time library 1.0.0 beta1 released

2019-04-04 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 4 April 2019 at 10:49:46 UTC, zoujiaqing wrote: Hunt time released the first beta version. hunt-time is a time library and similar to Joda-time and Java.time api. [...] I am not sure but did you rewrote the java.time library (copyright of Oracle) from Java to D? I am not an

Re: DPP on the D Blog

2019-04-08 Thread Andre Pany via Digitalmars-d-announce
On Monday, 8 April 2019 at 10:28:04 UTC, Mike Parker wrote: I've just published a new Project Highlight, this one on dpp. Atila shares some anecdotes about how and why the project came together. He'll be speaking more about it at DConf next month. The blog:

Re: Beta 2.085.0

2019-02-26 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 24 February 2019 at 22:31:53 UTC, Martin Nowak wrote: 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

Re: Sublime Text Syntax Definition Rewrite

2019-02-28 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 28 February 2019 at 00:30:24 UTC, Benjamin Schaaf wrote: Hello all, I've recently gotten a massive rewrite of the D syntax highlighting merged into the Sublime Text default packages. This has since been deployed in the most recent development version 3192 (license required) and

Re: Release D 2.085.0

2019-03-03 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 3 March 2019 at 14:01:03 UTC, aliak wrote: On Saturday, 2 March 2019 at 18:19:37 UTC, Martin Nowak wrote: Glad to announce D 2.085.0, ♥ to the 49 contributors. This release comes with context-aware assertion messages, lower GC memory usage, a precise GC, support to link custom

Re: Beta 2.085.0

2019-02-26 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 26 February 2019 at 08:09:00 UTC, Andre Pany wrote: On Sunday, 24 February 2019 at 22:31:53 UTC, Martin Nowak wrote: [...] I just found this regression for linux and windows, starting with 2.084.1 and still occurring in this second beta: [...] Issue created

Re: Containerize Your D Server Application

2019-03-14 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 14 March 2019 at 18:02:31 UTC, Arun Chandrasekaran wrote: On Thursday, 14 March 2019 at 12:38:30 UTC, Mike Parker wrote: One of the items on my list of "things I'd like to do if I only had the time" is to create a Mud server with D and deploy it with Docker. Just for kicks. If I

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread Andre Pany via Digitalmars-d-announce
On Monday, 18 March 2019 at 12:33:12 UTC, Seb wrote: On Monday, 18 March 2019 at 11:02:55 UTC, aliak wrote: On Monday, 18 March 2019 at 10:05:40 UTC, Jacob Carlborg wrote: On 2019-03-17 21:09, Per Nordlöw wrote: I thought that already is the case... No, the official binaries are built with

Re: Fireside chat with Walter Bright, the creator of the D programming language

2019-02-15 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 14 February 2019 at 23:34:40 UTC, Ali Çehreli wrote: February 21, 2019 7pm https://www.meetup.com/D-Lang-Silicon-Valley/events/zhpvlqyzdbcc/ We will post a streaming link at the time of the meetup. What specific questions would you like answered? Ali It would be quite

Re: Beta 2.084.1

2019-02-05 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote: 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

Re: LDC 1.16.0

2019-06-21 Thread Andre Pany via Digitalmars-d-announce
On Friday, 21 June 2019 at 14:22:16 UTC, Martino wrote: On Thursday, 20 June 2019 at 17:36:45 UTC, kinke wrote: Glad to announce LDC 1.16: * Based on D 2.086.1. * Non-Windows x86: Faster `real` versions of std.math.{tan,expi}. * Windows: Fix linking DLLs with MinGW-based libs. * WebAssembly:

Re: Beta 2.086.0

2019-04-20 Thread Andre Pany 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. This beta started a little later than planned because we had to solve a FreeBSD build issue

Re: Containerize Your D Server Application

2019-04-19 Thread Andre Pany via Digitalmars-d-announce
On Friday, 19 April 2019 at 20:45:12 UTC, Valeriy Fedotov wrote: On Thursday, 14 March 2019 at 12:38:30 UTC, Mike Parker wrote: [...] Seems that multithe tutorial no longer works. ``` The dependency resolution process is taking too long. The dependency graph is likely hitting a pathological

Re: Beta 2.086.0

2019-04-20 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 20 April 2019 at 19:41:09 UTC, Guillaume Piolat wrote: On Saturday, 20 April 2019 at 18:00:02 UTC, Nick Sabalausky (Abscissa) wrote: Wow! A whole bunch of great, long-awaited stuff! There's --lowmem, reflection of privates, less optlink, import std, copy ctors... The changelog

Re: DConf 2019 Livestream

2019-05-08 Thread Andre Pany via Digitalmars-d-announce
On Wednesday, 8 May 2019 at 10:13:35 UTC, Ethan wrote: On Wednesday, 8 May 2019 at 07:57:40 UTC, Mike Parker wrote: The venue uses WebEx for livestreaming. All the information is available in this PDF: https://drive.google.com/open?id=1yekllbfOmxHqJNuuWIVeP9vNeROmfp1I Good news everyone! A

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

2019-07-03 Thread Andre Pany via Digitalmars-d-announce
On Wednesday, 3 July 2019 at 06:43:50 UTC, Eugene Wissner wrote: On Wednesday, 3 July 2019 at 05:13:34 UTC, Andre Pany wrote: Hi, for this coding ``` import std; void main() { assert("abc123".all!(c => (c.isAlpha && c.isUpper == false) || c.isDigit)); } ``` 2.087.0 RC throws an

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

2019-07-02 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 29 June 2019 at 22:21:42 UTC, Martin Nowak wrote: 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

Re: I was able to write some D last week!

2019-07-11 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 11 July 2019 at 14:09:09 UTC, Adam D. Ruppe wrote: On Thursday, 11 July 2019 at 13:40:50 UTC, matheus wrote: Do you think that your libraries could fill this gap for D? Possibly. So I'm trying to convince my bosses at work to let me use D on the core product and one of the

Re: What's Up on Reddit?

2019-07-12 Thread Andre Pany via Digitalmars-d-announce
On Friday, 12 July 2019 at 11:23:29 UTC, Ron Tarrant wrote: I decided to take matheus' (and others') advice and post the gtkDcoding face-lift announcement on Reddit, but for some reason, I have to get permission to post to the dlang group? I was sure I'd done it before. Anyway, I sent the

Re: New DConf Blog Post

2019-04-09 Thread Andre Pany via Digitalmars-d-announce
On Monday, 8 April 2019 at 17:01:25 UTC, matheus wrote: On Monday, 8 April 2019 at 16:48:19 UTC, Seb wrote: On Monday, 8 April 2019 at 16:42:50 UTC, matheus wrote: On Sunday, 7 April 2019 at 07:03:34 UTC, bauss wrote: [...] Design is a complicated matter and thankfully I'm mostly back-end

Re: A tutorial teaching the basics about multimedia with the arsd library

2019-06-30 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 30 June 2019 at 23:46:27 UTC, Murilo wrote: Hi everyone, I am writing a tutorial teaching the basics about multimedia programming using the arsd library. This is a library all D programmers should have since it is very useful and easy. In this tutorial I will teach in a fun and easy

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

2019-08-19 Thread Andre Pany via Digitalmars-d-announce
On Monday, 19 August 2019 at 15:11:54 UTC, Guillaume Piolat wrote: On Friday, 16 August 2019 at 14:31:14 UTC, Robert Schadek wrote: classic noob error: forget the urls * https://code.dlang.org/packages/dubproxy * https://github.com/symmetryinvestments/dubproxy UP This sounds super useful

Build your dub packages with Github Actions

2019-09-06 Thread Andre Pany via Digitalmars-d-announce
Hi, Just a small info, building your D application using Github Actions just works out of the box thanks to the install.sh script! This configuration will install a "dub build" pull request voter: https://github.com/andre2007/coding-puzzles/blob/master/.github/workflows/blank.yml Kind

Re: Github Action: cross-platfrom D compiler installation

2019-09-12 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 12 September 2019 at 13:52:14 UTC, Mihails wrote: https://github.com/marketplace/actions/d-compiler-installation https://github.com/mihails-strasuns/setup-dlang [...] Fantastic, thanks a lot for your work! Kind regards Andre

Re: Build your dub packages with Github Actions

2019-09-07 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 7 September 2019 at 09:20:23 UTC, Ernesto Castellotti wrote: On Saturday, 7 September 2019 at 07:56:28 UTC, Jacob Carlborg wrote: On 2019-09-07 00:02, Andre Pany wrote: Hi, Just a small info, building your D application using Github Actions just works out of the box thanks to

D Listing Coverage plugin for Jenkins CI

2019-09-18 Thread Andre Pany via Digitalmars-d-announce
Hi, with the plugin "D Listing Coverage" Jenkins is now able to read D coverage files. https://plugins.jenkins.io/dlisting-cov Kind regards André

Re: Build your dub packages with Github Actions

2019-09-08 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 7 September 2019 at 22:34:03 UTC, CodeMyst wrote: On Friday, 6 September 2019 at 22:02:06 UTC, Andre Pany wrote: Hi, Just a small info, building your D application using Github Actions just works out of the box thanks to the install.sh script! This configuration will install a

Re: Intellij: Support for TextMate Bundled

2019-07-27 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 27 July 2019 at 11:38:28 UTC, JN wrote: On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote: On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote: Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting.

Re: SAOC - Looking for a mentor

2019-08-09 Thread Andre Pany via Digitalmars-d-announce
On Friday, 9 August 2019 at 05:50:22 UTC, Ionuț Mihalache wrote: Hi everyone, I want to participate to Symmetry Autumn of Code 2019 with the project DUB: D's package manager, DEP5 (build system support for C/C++). I have here [1] my project proposal, could you give me some opinions about

Re: Intellij: Support for TextMate Bundled

2019-08-01 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote: Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup

Project Piper: Support for D added

2019-07-27 Thread Andre Pany via Digitalmars-d-announce
Hi, The Project "Piper" offers default pipelines to easily implement CI/CD processes integrating SAP systems. The corresponding "Shared Library" provides a set of "steps" to build your own scenarios beyond defaults. With version 0.12 also D is supported. This step was build for D

Intellij: Support for TextMate Bundled

2019-07-25 Thread Andre Pany via Digitalmars-d-announce
Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup DLS [2]. In addition there is also the complete D support

Re: Intellij: Support for TextMate Bundled

2019-07-25 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote: On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote: Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and

Unleash the geek! Register now for CodinGame contest with D

2019-10-01 Thread Andre Pany via Digitalmars-d-announce
Hi all, the next coding competition of CodingGame UNLEASH THE GEEK will start on October 4. You can play contest with the greatest programming language:) Registration is free of charge and you can win some nice prizes. More information here:

Re: CodinGame adds support for 2 new programming languages

2019-10-01 Thread Andre Pany via Digitalmars-d-announce
On Tuesday, 1 October 2019 at 06:55:10 UTC, Bastiaan Veelo wrote: On Thursday, 26 September 2019 at 15:58:46 UTC, Andre Pany wrote: Hi, Based on the voting results (https://www.codingame.com/forum/t/poll-what-programming-language-would-you-like-codingame-to-support-next) Codingame is

CodinGame adds support for 2 new programming languages

2019-09-26 Thread Andre Pany via Digitalmars-d-announce
Hi, Based on the voting results (https://www.codingame.com/forum/t/poll-what-programming-language-would-you-like-codingame-to-support-next) Codingame is currently adding 2 new programming languages, Type Script and D! Thanks for your votes, they made it happen! Kind regards Andre

Jenkins Warnings Next Generation Plugin: DScanner added

2019-07-06 Thread Andre Pany via Digitalmars-d-announce
Hi, starting with version 5.3.0, Jenkins Warnings Next Generation Plugin can now read DScanner json files. More information here: https://github.com/jenkinsci/warnings-ng-plugin Kind regards Andre

Re: Proposal for porting D runtime to WebAssembly

2019-11-23 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 23 November 2019 at 09:51:13 UTC, Sebastiaan Koppe wrote: This is my proposal for porting D runtime to WebAssembly. I would like to ask you to review it. You can find it here: https://gist.github.com/skoppe/7617ceba6afd67b2e20c6be4f922725d While I can't say anything on the

  1   2   >