Silicon Valley D Meetup - September 28, 2017 - "Open Methods: From C++ to D" by Jean-Louis Leroy

2017-09-18 Thread Ali Çehreli via Digitalmars-d-announce

We're excited to be in San Francisco this month:

  https://www.meetup.com/D-Lang-Silicon-Valley/events/243022411/

Our host is AdRoll[1].

Ali

[1] AdRoll uses D for data science:

http://tech.adroll.com/blog/data/2014/11/17/d-is-for-data-science.html


Trial v0.4.0 and visual-trial v0.1.0 are out

2017-09-18 Thread Szabo Bogdan via Digitalmars-d-announce

Hi!

I want to announce that I managed to release a new version of 
Trial, the DLang test runner. Since my last announcement, I made 
this changes:


 - new TAP and VisualTrial reporters
 - add -r flag to override the default reporters
 - add the describe command which prints a json with the 
discovered tests

 - the tests now vave source location
 - ars.d terminal is now part of trial... to fix some dependencies

Also, I worked on a visual studio code plugin, it works on my 
machine... I developed it on mac os, but I will test it on 
windows and linux in the following weeks:


https://marketplace.visualstudio.com/items?itemName=bosz.visual-trial


Any feedback is appreciated!

Thanks!
Bogdan