Re: Visual D 0.3.39 released - mago now supports 64-bit debugging

2014-10-13 Thread Rainer Schuetze via Digitalmars-d-announce



On 12.10.2014 21:37, Meta wrote:

On Sunday, 12 October 2014 at 08:17:33 UTC, Rainer Schuetze wrote:

Hmmm, I don't get errors with that. Is it reproducible? What version
of VS are you using?


I can reproduce it by opening Visual Studio, going to File > New > File
 > D > Empty D Module, and editing the file. It happened to me a few
moments ago, but I have tried reproducing it twice afterward and I
couldn't. It's happened multiple times, however, so it's not a fluke.


Could you create a minidump of the frozen Visual Studio with the
Pocess Explorer [1] and send it to me? Maybe I can see where it is
going beserk.


Where can I email you at? I use the web interface, so I'm unable to see
the email addresses that messages come from.



My email is r.sagitario at gmx dot de.

If it isn't too large, you can also attach it to a bug report here: 
https://issues.dlang.org/enter_bug.cgi for component "VisualD".


Re: Visual D 0.3.39 released - mago now supports 64-bit debugging

2014-10-13 Thread Rainer Schuetze via Digitalmars-d-announce



On 13.10.2014 14:59, FrankLike wrote:

Sorry, Rainer,
I find it didn't get the Debug info !
I test it by DGui.

Converting debug information...
"Debug\dguiTest.exe" not created!
Building Debug\dguiTest.exe failed!

Project Property → Compiler → Debug → Debug Info

The Default item is 'Symbolic(suitable for Mago)'.

But I use the vs's item : 'Symbolic(suitable for VS debug engine)'
Then get the bad info:

Building Debug\dguiTest.exe...
Converting debug information...
"Debug\dguiTest.exe" not created!
Building Debug\dguiTest.exe failed!

Where is my Error? Maybe it's the Visual D 's Error?

Thank you,I'm waiting for your answer.


There seems something wrong with the cv2pdb conversion.

Please open a bug report at https://issues.dlang.org/enter_bug.cgi and 
quote the file Debug\dguiTest.buildlog.html




Re: Recent download statistics

2014-10-13 Thread Andrei Alexandrescu via Digitalmars-d-announce

On 10/13/14, 9:07 AM, Martin Nowak wrote:

On Wednesday, 3 September 2014 at 09:20:44 UTC, Andrei Alexandrescu wrote:

The relevant makefile rules are:

$(OUT)/downloads:
grep -o 'GET [^ ]* ' \
  $(DATADIR)/downloads/2013-* $(DATADIR)/downloads/2014-* \
  | grep 'dmd' | sed -e 's/:GET//' -e 's|^.*downloads/||' \
  | sed -e 's/ .*dmd/ dmd/' | sort >$@.tmp
mv $@.tmp $@

$(OUT)/downloads.monthly: $(OUT)/downloads
sed -e 's/-.. .*//' $^ | uniq -c >>$@.tmp
mv $@.tmp $@


Nice, might be worth to spend some time filtering out machine traffic,
e.g. from running travis-ci.


How can those be identified?


Also equally interesting is to group those numbers by DPL release and
OS.


Yah.


Andrei


Re: Recent download statistics

2014-10-13 Thread Martin Nowak via Digitalmars-d-announce
On Wednesday, 3 September 2014 at 09:20:44 UTC, Andrei 
Alexandrescu wrote:

The relevant makefile rules are:

$(OUT)/downloads:
grep -o 'GET [^ ]* ' \
  $(DATADIR)/downloads/2013-* $(DATADIR)/downloads/2014-* \
  | grep 'dmd' | sed -e 's/:GET//' -e 's|^.*downloads/||' \
  | sed -e 's/ .*dmd/ dmd/' | sort >$@.tmp
mv $@.tmp $@

$(OUT)/downloads.monthly: $(OUT)/downloads
sed -e 's/-.. .*//' $^ | uniq -c >>$@.tmp
mv $@.tmp $@


Nice, might be worth to spend some time filtering out machine 
traffic, e.g. from running travis-ci. Also equally interesting is 
to group those numbers by DPL release and OS.


Re: Visual D 0.3.39 released - mago now supports 64-bit debugging

2014-10-13 Thread FrankLike via Digitalmars-d-announce

Sorry, Rainer,
I find it didn't get the Debug info !
I test it by DGui.

Converting debug information...
"Debug\dguiTest.exe" not created!
Building Debug\dguiTest.exe failed!

Project Property → Compiler → Debug → Debug Info

The Default item is 'Symbolic(suitable for Mago)'.

But I use the vs's item : 'Symbolic(suitable for VS debug engine)'
Then get the bad info:

Building Debug\dguiTest.exe...
Converting debug information...
"Debug\dguiTest.exe" not created!
Building Debug\dguiTest.exe failed!

Where is my Error? Maybe it's the Visual D 's Error?

Thank you,I'm waiting for your answer.


Re: DGui is alive

2014-10-13 Thread FrankLike via Digitalmars-d-announce

On Sunday, 12 October 2014 at 17:53:06 UTC, Gary Willoughby wrote:

On Sunday, 12 October 2014 at 13:23:33 UTC, Frank Like wrote:

Hello,Denis Shelomovskij.
How about the DGui's new status?


You can see all activity here:

https://bitbucket.org/dgui/dgui/


Sorry,I'm waiting for the  Denis Shelomovskij's Answers.


Re: Despiker 0.1: a GUI real-time profiler for game development

2014-10-13 Thread Kiith-Sa via Digitalmars-d-announce

On Monday, 13 October 2014 at 11:09:14 UTC, Szymon Gatner wrote:

On Monday, 13 October 2014 at 10:32:54 UTC, Szymon Gatner wrote:
On Sunday, 12 October 2014 at 01:36:15 UTC, Brad Anderson 
wrote:

On Friday, 10 October 2014 at 23:55:03 UTC, Kiith-Sa wrote:

--
Announcing Despiker, a GUI real time profiler for game 
development

--


Very cool. Tharsis looks very interesting too. Also, it 
appears you have a great blog about this and other stuff I'm 
surprised I've never seen before.


Very cool indeed! Will take closer look at it for sure.


This happens after just adding

"tharsis-prof": "~>0.4.0" to the dependancies

and running 'dub' in project directory:

C:\Users\bravo\AppData\Roaming\dub\packages\tharsis-prof-0.4.1\source\tharsis\pr
of\despikersender.d(309): Error: cannot implicitly convert 
expression (this.byte

sSentPerProfiler_[threadIdx]) of type ulong to uint
FAIL 
C:\Users\bravo\AppData\Roaming\dub\packages\tharsis-prof-0.4.1\.dub\build\l
ibrary-debug-windows-x86-dmd_2066-5F4CDB1FE63BE3C80C818C14E6D175D5\ 
tharsis-prof

 staticLibrary
Error executing command run: dmd failed with exit code 1.


I made new releases of despiker/tharsis.prof (0.1.1/0.4.2) that 
fix 32-bit compilation. Couldn't test despiker yet, though.


Re: Despiker 0.1: a GUI real-time profiler for game development

2014-10-13 Thread Szymon Gatner via Digitalmars-d-announce

On Monday, 13 October 2014 at 10:32:54 UTC, Szymon Gatner wrote:

On Sunday, 12 October 2014 at 01:36:15 UTC, Brad Anderson wrote:

On Friday, 10 October 2014 at 23:55:03 UTC, Kiith-Sa wrote:

--
Announcing Despiker, a GUI real time profiler for game 
development

--


Very cool. Tharsis looks very interesting too. Also, it 
appears you have a great blog about this and other stuff I'm 
surprised I've never seen before.


Very cool indeed! Will take closer look at it for sure.


This happens after just adding

"tharsis-prof": "~>0.4.0" to the dependancies

and running 'dub' in project directory:

C:\Users\bravo\AppData\Roaming\dub\packages\tharsis-prof-0.4.1\source\tharsis\pr
of\despikersender.d(309): Error: cannot implicitly convert 
expression (this.byte

sSentPerProfiler_[threadIdx]) of type ulong to uint
FAIL 
C:\Users\bravo\AppData\Roaming\dub\packages\tharsis-prof-0.4.1\.dub\build\l
ibrary-debug-windows-x86-dmd_2066-5F4CDB1FE63BE3C80C818C14E6D175D5\ 
tharsis-prof

 staticLibrary
Error executing command run: dmd failed with exit code 1.


Re: Despiker 0.1: a GUI real-time profiler for game development

2014-10-13 Thread Szymon Gatner via Digitalmars-d-announce

On Sunday, 12 October 2014 at 01:36:15 UTC, Brad Anderson wrote:

On Friday, 10 October 2014 at 23:55:03 UTC, Kiith-Sa wrote:

--
Announcing Despiker, a GUI real time profiler for game 
development

--


Very cool. Tharsis looks very interesting too. Also, it appears 
you have a great blog about this and other stuff I'm surprised 
I've never seen before.


Very cool indeed! Will take closer look at it for sure.


Re: Searching for a tool to use D for web development with Apache

2014-10-13 Thread TSalm via Digitalmars-d-announce

On Sunday, 12 October 2014 at 16:58:38 UTC, Nick Sabalausky wrote:

On 10/12/2014 12:46 PM, TSalm wrote:

Hello,

Does it exist a project to use D in web development with 
Apache; not for

CGI scripts, but rather like what PHP does ?



Not really sure exactly what you mean by "like what PHP does", 
but yes, Vibe.d is generally considered fantastic: 
http://vibed.org/


Someone should be able to help you get it set up with Apache 
over at Vibe's forums.



Thanks in advance for your help.

I hope this is the correct forum to post my question on. Sorry 
if not.




This digitalmars.D.announce forum is for announcements. This 
question would go in digitalmars.D.


Thanks you.
Sorry to post this on the wrong forum ... I thought 
digitalmars.D.Learn and digitalmars.d are for D questions only, 
not for "externals" tools. Sorry.