Re: dmd 2.065 beta 3

2014-02-09 Thread Kapps
On Monday, 3 February 2014 at 18:54:49 UTC, evilrat wrote: On Monday, 3 February 2014 at 18:37:20 UTC, Andrew Edwards wrote: Windows users, please give the new installer a try. It has been updated to facilitate proper installation. vc2013/win 8.1/winsdk 8.1 detects visual studio correctly,

Re: COMPO

2014-02-09 Thread Russel Winder
On Sun, 2014-02-09 at 07:25 +, Steve Teale wrote: […] I have changed the naming to make it clear that it is a 32 bit version. However it's not clear to me whether I can build a 64 bit version on my 32 bit system. Should be possible if you have the 64-bit libraries, it's just a form of

Re: COMPO

2014-02-09 Thread Russel Winder
Steve, I cloned your Git repository. Instead of editing your Makefile to switch from your file structure to mine, I created a SCons build, using the separate compilation approach for now. with my 64-bit build of your code, I am seeing errors such as: acomp.d(782): Error: cannot implicitly

Re: COMPO

2014-02-09 Thread Russel Winder
Steve, I switched my SCons build to all at once: dmd -I/home/users/russel/lib.Linux.x86_64/GtkD_DMD/include/d/gtkd-2 -ofcompo about.d acomp.d arrow.d avery.d bevel.d brushdabs.d circle.d common.d compo.d config.d constants.d container.d controlsdlg.d controlset.d corner.d crescent.d cross.d

Re: COMPO

2014-02-09 Thread Steve Teale
On Sunday, 9 February 2014 at 09:36:15 UTC, Russel Winder wrote: Steve, I cloned your Git repository. Instead of editing your Makefile to switch from your file structure to mine, I created a SCons build, using the separate compilation approach for now. with my 64-bit build of your code, I

Re: Opensourced my web server written in D

2014-02-09 Thread Danny Arends
It was related to the update of std.process, I was using the 'bad way' just building a string and then executing it. Using the old API I could just get back the stdout and stderr as strings. And when the new API came in the old version got deprecated or something else I don't know exactly, it

Re: Opensourced my web server written in D

2014-02-09 Thread Martin Nowak
On 02/09/2014 07:18 PM, Danny Arends wrote: It was related to the update of std.process, The new API is much cleaner and I now use the spawnShell command, which allows to use pipes. This means the server can read data in nice chunks, and that I could tweak the throughput/chunksize based on the

Re: Visual D 0.3.37 released

2014-02-09 Thread Rainer Schuetze
On 05.02.2014 22:47, Rainer Schuetze wrote: On 05.02.2014 13:21, Manu wrote: Any chance you can release a beta with that settings bug fixed? I've supervised 2 new VD installs the last couple of days, and they all suffer the problem with the mspdb dll path not being remembered in the exe

Re: COMPO

2014-02-09 Thread Iain Buclaw
On 8 February 2014 06:03, Steve Teale steve.te...@britseyeview.com wrote: A deb file of an early version of COMPO2 is now available at http://britseyeview.com/compo/. I'd appreciate some feedback from the Debian based users in the D community. It's not technical stuff, but it's an example of

Re: COMPO

2014-02-09 Thread Steve Teale
On Sunday, 9 February 2014 at 22:48:23 UTC, Iain Buclaw wrote: Looks like some old British twit has been taking the mushrooms again. This is all quite beyond me! ;-) Having a quick look at the source on github. I would suggest to not have a flat module hierarchy (ie: move them all into

Re: COMPO

2014-02-09 Thread Rory McGuire
I believe Iain is suggesting you put your source code into a folder called compo/. In Dub you would generally put the sources in Source/ then have project files in the root of the project folder Readme and License for example. On Mon, Feb 10, 2014 at 7:02 AM, Steve Teale

Re: COMPO

2014-02-09 Thread Iain Buclaw
On 10 Feb 2014 05:06, Steve Teale steve.te...@britseyeview.com wrote: On Sunday, 9 February 2014 at 22:48:23 UTC, Iain Buclaw wrote: Looks like some old British twit has been taking the mushrooms again. This is all quite beyond me! ;-) Having a quick look at the source on github. I would