Re: Quora: Why hasn't D started to replace C++?

2018-02-02 Thread Russel Winder via Digitalmars-d
On Thu, 2018-02-01 at 17:25 +, Benny via Digitalmars-d wrote: > On Thursday, 1 February 2018 at 15:47:50 UTC, Russel Winder wrote: > > For me: > > > > aptitude install ldc > > aptitude install gdc > > aptitude install dmd-bin > > aptitude install dub > > > > Seems to work fine, and no

Re: Quora: Why hasn't D started to replace C++?

2018-02-02 Thread Russel Winder via Digitalmars-d
On Thu, 2018-02-01 at 08:17 -0800, H. S. Teoh via Digitalmars-d wrote: > On Thu, Feb 01, 2018 at 03:47:50PM +, Russel Winder via > Digitalmars-d wrote: > > […] > > For me: > > > > aptitude install ldc > > aptitude install gdc > > aptitude install dmd-bin > > aptitude install dub > > > >

[Issue 18357] New: can break immutable with postblit

2018-02-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18357 Issue ID: 18357 Summary: can break immutable with postblit Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: accepts-invalid

Re: [RFC] IDE starter kit

2018-02-02 Thread rjframe via Digitalmars-d
On Fri, 02 Feb 2018 06:14:03 +, b4s1L3 b. wrote: > Actually nowadays if DMD is already setup, Coedit doesn't require more > configuration. Completion, all DCD features, and D-Scanner warnings just > work out of the box since the tools are distributed with the IDE. In a > way Coedit is already

Re: An idea for commercial support for D

2018-02-02 Thread Joakim via Digitalmars-d
On Friday, 2 February 2018 at 09:26:51 UTC, Iain Buclaw wrote: On 31 January 2018 at 09:43, Joakim via Digitalmars-d wrote: I'm sure you can find much better D devs to contribute such work by posting bounties on the D or ldc bountysource pages:

Re: [RFC] IDE starter kit

2018-02-02 Thread aberba via Digitalmars-d
On Friday, 2 February 2018 at 06:14:03 UTC, b4s1L3 b. wrote: On Thursday, 1 February 2018 at 12:21:24 UTC, rjframe wrote: As a followup to [0], I want to take a look at packaging DlangIDE with a DMD compiler and tools, so we have an out-of-the box IDE for people giving D a try. This would be

Re: Beta 2.078.2

2018-02-02 Thread Antonio Corbi via Digitalmars-d-announce
On Friday, 2 February 2018 at 09:29:15 UTC, Seb wrote: 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: [...] Wouldn't it be good to include a fix for errors like produced by int.min assigned to a variable

Re: How programmers transition between languages

2018-02-02 Thread Atila Neves via Digitalmars-d
On Thursday, 1 February 2018 at 12:19:48 UTC, Russel Winder wrote: On Tue, 2018-01-30 at 11:55 +, rjframe via Digitalmars-d wrote: On Tue, 30 Jan 2018 10:38:31 +, Russel Winder wrote: […] Are you sure? Every project on my PC places the build files in $PROJECTDIR/.dub/build; the

Re: An idea for commercial support for D

2018-02-02 Thread psychoticRabbit via Digitalmars-d
On Friday, 2 February 2018 at 08:56:04 UTC, Joakim wrote: So given that all your claims are easily logically proven to be nonsense, there's no point in going any further. You need to do better than that to convince me ;-) Now.. I might entertain a model of paying someone, *after* they had

Re: Quora: Why hasn't D started to replace C++?

2018-02-02 Thread Martin Tschierschke via Digitalmars-d
On Friday, 2 February 2018 at 08:39:58 UTC, Paolo Invernizzi wrote: On Friday, 2 February 2018 at 08:21:33 UTC, Martin Tschierschke [...] Maybe there should be a blog post, with some kind of status report every .. weeks or .. month? Telling more about the focus of the D foundation, statistics

Re: Very tiny script for testing D projects with Pijul version control system.

2018-02-02 Thread Suliman via Digitalmars-d-announce
Good news! Working version: @echo off for %%a in ("%cd%") do set folder=%%~na winscp.com /command "open devuser@172.16.16.11 -privatekey=C:\Users\suliman\.ssh\123.ppk" "put latest.tar.gz /home/devuser/folder/" "exit" 1. File-name hard-coded 2. WinSCP should be installed and added to PATH

Re: An idea for commercial support for D

2018-02-02 Thread Iain Buclaw via Digitalmars-d
On 2 February 2018 at 09:56, Joakim via Digitalmars-d wrote: > On Friday, 2 February 2018 at 02:04:07 UTC, psychoticRabbit wrote: >> >> On Wednesday, 31 January 2018 at 08:43:46 UTC, Joakim wrote: >>> >>> ... >>> >>> My time-limited model makes sure all source is made

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: An idea for commercial support for D

2018-02-02 Thread Iain Buclaw via Digitalmars-d
On 31 January 2018 at 09:43, Joakim via Digitalmars-d wrote: > On Tuesday, 30 January 2018 at 19:45:51 UTC, Laeeth Isharc wrote: >> >> On Sunday, 4 January 2015 at 08:31:23 UTC, Joakim wrote: >>> >>> This is an idea I've been kicking around for a while, and given the

Re: [RFC] IDE starter kit

2018-02-02 Thread Jacob Carlborg via Digitalmars-d
On 2018-02-01 23:42, rjframe wrote: basically this whole idea is solved by an installer for DlangIDE that includes the DMD installer in case it's needed. Exactly. -- /Jacob Carlborg

Re: dub test

2018-02-02 Thread carblue via Digitalmars-d-learn
On Friday, 2 February 2018 at 07:23:54 UTC, Joel wrote: When I try 'dub test' I get errors like 'Source file '/Users/joelchristensen/jpro/dpro2/JMiscLib/source/jmisc/base.d' not found in any import path.' Here's the dub.json file I'm using: ``` { "name": "timelog", "targetType":

Re: An idea for commercial support for D

2018-02-02 Thread Joakim via Digitalmars-d
On Friday, 2 February 2018 at 02:04:07 UTC, psychoticRabbit wrote: On Wednesday, 31 January 2018 at 08:43:46 UTC, Joakim wrote: ... My time-limited model makes sure all source is made open eventually, once the developers have been paid for their work. This deceptive hybrid model (based I

Re: Visual D >> TRACKER : error TRK0004: Failed to locate: "FileTracker32.dll". The system cannot find the file specified.

2018-02-02 Thread Markus via Digitalmars-d-learn
On Tuesday, 21 November 2017 at 04:39:52 UTC, A Guy With a Question wrote: I'm trying to learn D using Visual D in Visual Studio Community 2015. Both dmd and ldc give me this error when building from Visual Studio. Any ideas? I'm able to build C++ projects... I had to update "Visual Studio

Re: Quora: Why hasn't D started to replace C++?

2018-02-02 Thread Paolo Invernizzi via Digitalmars-d
On Friday, 2 February 2018 at 08:21:33 UTC, Martin Tschierschke wrote: On Thursday, 1 February 2018 at 22:38:36 UTC, Walter Bright wrote: On 2/1/2018 3:11 AM, Martin Tschierschke wrote: Idea: There should be some kind of news ticker for all enhancements and important decisions, maybe at first

Re: Beta 2.078.2

2018-02-02 Thread Antonio Corbi via Digitalmars-d-announce
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 release. Contains a major regression fix for hashtable array

Re: Quora: Why hasn't D started to replace C++?

2018-02-02 Thread Martin Tschierschke via Digitalmars-d
On Thursday, 1 February 2018 at 22:38:36 UTC, Walter Bright wrote: On 2/1/2018 3:11 AM, Martin Tschierschke wrote: Idea: There should be some kind of news ticker for all enhancements and important decisions, maybe at first just via twitter  with a special #tag beside #dlang where all updates

<    1   2