[ANN] 3T Software Labs MongoDB tools for D programmers.

2014-04-17 Thread Graham

Hello fair D hackers!

I’d like to announce the availability of 3T Software Labs MongoDB 
tools to the readers of this list.


To forward-thinking D adopters and MongoDB users alike, I’d like 
to extend a special 60-day trial of all the apps in our suite at 
http://3tsoftwarelabs.com/evaluation-edition using the code 
‘DLNG’.


My apologies for the spam if you’re not a MongoDB user.

If you are, I hope you enjoy our tools and find them useful.

Like many of the pioneering D projects described on this list, 
we’ve just started our adventure, and would love to hear any 
feedback you have.



Thanks a lot,

Graham
3T Software Labs


Re: Mono-D 1.9 - opIndex/opSlice overload recognition + completion

2014-04-17 Thread Adam Wilson

On Wed, 16 Apr 2014 20:15:21 -0700, Kapps opantm2+s...@gmail.com wrote:


On Wednesday, 16 April 2014 at 22:45:45 UTC, Adam Wilson wrote:
On Fri, 04 Apr 2014 07:35:18 -0700, Alexander Bothe  
i...@alexanderbothe.com wrote:



On Monday, 31 March 2014 at 21:41:26 UTC, Théo Bueno wrote:
Mono-D seems pretty complete to me now, I was wondering if you are  
thinking about new major features ?


http://mono-d.alexanderbothe.com/mono-d-v1-9-opindexopslice-overload-recognition-completion/

:-)


I am getting a Completion Timeout and Xamarin Studio is lagging hard  
when the completion window pops up... I didn't think my files were that  
big or complex...


I had a similar issue until I disabled mixin and template
analysis. It seems to have been getting into an infinite loop
somewhere in my code (though I'm not sure where).


Interesting, I'll have to try that, the project has a LOT of the same  
mixin template, and it worked for a while, but as the project has gotten  
bigger it's timed out...


--
Adam Wilson
IRC: LightBender
Project Coordinator
The Horizon Project
http://www.thehorizonproject.org/


Re: [ANN] 3T Software Labs MongoDB tools for D programmers.

2014-04-17 Thread Rikki Cattermole via Digitalmars-d-announce

On Thursday, 17 April 2014 at 15:50:04 UTC, Graham Fawcett wrote:
To clarify: you've built these tools in D? Or do the tools 
provide some kind of D API to MongoDB?


Best,
Graham Fawcett (not the 3T software Graham; last names are 
helpful!)


They've posted this same thing to a number of different mailing
lists in last day or so. Looks valid code however hence I didn't
say anything earlier.


Re: [ANN] 3T Software Labs MongoDB tools for D programmers.

2014-04-17 Thread Joakim via Digitalmars-d-announce

On Friday, 18 April 2014 at 03:54:46 UTC, Rikki Cattermole wrote:
On Thursday, 17 April 2014 at 15:50:04 UTC, Graham Fawcett 
wrote:
To clarify: you've built these tools in D? Or do the tools 
provide some kind of D API to MongoDB?


Best,
Graham Fawcett (not the 3T software Graham; last names are 
helpful!)


They've posted this same thing to a number of different mailing
lists in last day or so. Looks valid code however hence I didn't
say anything earlier.


Yep, a google search for the above text turns up almost identical 
posts to Clojure, Scala, Haskell, Ruby, and Ruby on Rails forums 
also.  Looking at their website, it appears they're a 
three-person startup building dev tools, likely written in Java, 
for noSQL databases like MongoDB, mostly GUI tools to view and 
modify a database.  So it doesn't appear to have anything 
specific to do with D, just GUI apps that those using MongoDB 
might find helpful.


Re: Mono-D 1.9 - opIndex/opSlice overload recognition + completion

2014-04-17 Thread Adam Wilson via Digitalmars-d-announce

On Thu, 17 Apr 2014 09:56:32 -0700, Adam Wilson flybo...@gmail.com wrote:


On Wed, 16 Apr 2014 20:15:21 -0700, Kapps opantm2+s...@gmail.com wrote:


On Wednesday, 16 April 2014 at 22:45:45 UTC, Adam Wilson wrote:
On Fri, 04 Apr 2014 07:35:18 -0700, Alexander Bothe  
i...@alexanderbothe.com wrote:



On Monday, 31 March 2014 at 21:41:26 UTC, Théo Bueno wrote:
Mono-D seems pretty complete to me now, I was wondering if you are  
thinking about new major features ?


http://mono-d.alexanderbothe.com/mono-d-v1-9-opindexopslice-overload-recognition-completion/

:-)


I am getting a Completion Timeout and Xamarin Studio is lagging hard  
when the completion window pops up... I didn't think my files were  
that big or complex...


I had a similar issue until I disabled mixin and template
analysis. It seems to have been getting into an infinite loop
somewhere in my code (though I'm not sure where).


Interesting, I'll have to try that, the project has a LOT of the same  
mixin template, and it worked for a while, but as the project has gotten  
bigger it's timed out...




I just checked my settings and it was already off.

--
Adam Wilson
GitHub/IRC: LightBender
Aurora Project Coordinator