Re: Beta D 2.070.0-b2

2016-01-17 Thread Andrei Amatuni via Digitalmars-d-announce

On Sunday, 17 January 2016 at 20:52:20 UTC, Martin Nowak wrote:

Second and last beta for the 2.070.0 release.

http://dlang.org/download.html#dmd_beta 
http://dlang.org/changelog/2.070.0.html


Please report any bugs at https://issues.dlang.org

-Martin


Changelog doesn't include ndslice. Wasn't it merged for the 2.070 
release?


Re: 2016Q1: std.blas

2015-12-26 Thread Andrei Amatuni via Digitalmars-d-announce
On Saturday, 26 December 2015 at 19:57:19 UTC, Ilya Yaroshenko 
wrote:

Hi,

I will write GEMM and GEMV families of BLAS for Phobos.

[...]


Just want to thank you in advance. Can't wait!


Re: 1st Ever Artificial Consciousness to be Written in D Language

2015-09-02 Thread Andrei Amatuni via Digitalmars-d-announce

On Wednesday, 2 September 2015 at 14:41:20 UTC, GrandAxe wrote:
This is to inform the D Language community that the first 
viable general artificial algorithm is being written in D. It 
is called Organic Big data intelligence (OBI); the website is 
at www.okeuvo.com.


Some of its capabilities are:

1. Ability to learn
2. Ability to analyse
3. Problem solving
4. Moral judgement
5. Ability to feel emotions
6. Free will
7. Consciousness
8. Self awareness



lmao



Re: Dutyl - a Vim plugin for running D tools

2014-09-14 Thread Andrei Amatuni via Digitalmars-d-announce

On Sunday, 14 September 2014 at 20:06:13 UTC, Idan Arye wrote:

On Sunday, 14 September 2014 at 03:22:35 UTC, Andrei Amatuni
wrote:
On Saturday, 13 September 2014 at 15:19:56 UTC, Idan Arye 
wrote:
Version 1.2.0 is out now. I've added the command 
:DUsyntaxCheck, :DUlsyntaxCheck :DUstyleCheck, and 
:DUlstyleCheck to run Dscanner's syntax or style checks and 
store the results in the quickfix or location list. As per 
Vim's conventions for commands that update these lists, it'll 
automatically jump to the first entry unless the command is 
called with a bang.


GitHub repo: https://github.com/idanarye/vim-dutyl
vim.org page: 
http://www.vim.org/scripts/script.php?script_id=5003


I just updated both Dutyl and DCD and something broke along 
the way. I can see that Vim is communicating with DCD because 
the DCD server log shows that it received a request after a 
dot completion, but nothing shows up in Vim.


The problem was with Dutyl - I used the `uniq` function, which
apparently was bleeding
new(https://github.com/LaTeX-Box-Team/LaTeX-Box/issues/190#issuecomment-47459338).

The fix is in `develop` now. It worked for me(on my Windows
installation - which has a not-as-up-to-date version of Vim as 
my

Linux installation) - let me know it works for you and I'll make
it an official bugfix.



Just updated it. It's working about 60-70% of the time now.
Sometimes it won't complete at first, and then after erasing and
retyping once or twice it'll show the completions. Thanks for the
quick fix though!