Re: EMSI is hiring a D developer

2013-12-15 Thread eles

On Saturday, 14 December 2013 at 01:42:09 UTC, Justin Whear wrote:
On Saturday, 14 December 2013 at 01:29:08 UTC, Adam D. Ruppe 
wrote:
On Saturday, 14 December 2013 at 01:25:09 UTC, Justin Whear 
wrote:
this position will be working primarily with me, so I can 
answer any specific questions for the curious.


Does it offer remote (work from home)?


Meeting together regularly and physically is part of our 
company culture, so no, you'd have to move here.


Moscow, Idaho

Err... Is that in Russia or in the USA? :D


Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-15 Thread Dylan Knutson

On Sunday, 15 December 2013 at 23:31:48 UTC, Dylan Knutson wrote:

Hello,

I was hoping for Travis-CI to provide a set of D compilers for 
building projects written in D, but alas, they do not.


So, here's a small skeleton project that I'm using for testing 
my D projects with DMD 2.064.2 and LDC 0.12.1.


It should be straightforward to bring in the relevant parts of 
the .travis.yml and Makefile into another project; just copy 
over the .travis_scripts folder, the install and env portions 
of the config in .travis.yml and it should be good to go.


Oops, forgot to paste the link:

https://github.com/dymk/travis-d-tests

And the Travis-CI page for this project:

https://travis-ci.org/dymk/travis-d-tests



Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-15 Thread Dylan Knutson

Hello,

I was hoping for Travis-CI to provide a set of D compilers for 
building projects written in D, but alas, they do not.


So, here's a small skeleton project that I'm using for testing my 
D projects with DMD 2.064.2 and LDC 0.12.1.


It should be straightforward to bring in the relevant parts of 
the .travis.yml and Makefile into another project; just copy over 
the .travis_scripts folder, the install and env portions of the 
config in .travis.yml and it should be good to go.


Re: EMSI is hiring a D developer

2013-12-15 Thread Brian Schott

On Sunday, 15 December 2013 at 23:34:55 UTC, eles wrote:

Moscow, Idaho

Err... Is that in Russia or in the USA? :D


I'm sure they never get tired of that joke.


Re: EMSI is hiring a D developer

2013-12-15 Thread Justin Whear

On Sunday, 15 December 2013 at 23:54:12 UTC, Brian Schott wrote:

On Sunday, 15 December 2013 at 23:34:55 UTC, eles wrote:

Moscow, Idaho

Err... Is that in Russia or in the USA? :D


I'm sure they never get tired of that joke.


We pronounce our Moscow as Moss-coe as opposed to the Russian 
Moss-cow.  I do sometimes compare the weather forecasts to see 
which Moscow is colder--Russia is winning right now.


Re: EMSI is hiring a D developer

2013-12-15 Thread Justin Whear

On Saturday, 14 December 2013 at 20:13:52 UTC, MattCoder wrote:
On Saturday, 14 December 2013 at 01:25:09 UTC, Justin Whear 
wrote:

...we've been using D since 2008. ...
... I can answer any specific questions for the curious.


I'm just curious, have you introduced D for them or it was 
otherwise?


Matheus.


My coworker, Jonathan, started using it around the time I was 
hired (2008), so I guess I was the second person.  There's 
another tech company in town that we've done barbecues with and 
it's fun to start talking and realize the other guy uses D as 
well.  Feels like we need a special handshake.


Re: Travis-CI Skeleton Project for DMD 2.064.2 and LDC 0.12.1

2013-12-15 Thread Jacob Carlborg

On 2013-12-16 00:31, Dylan Knutson wrote:

Hello,

I was hoping for Travis-CI to provide a set of D compilers for building
projects written in D, but alas, they do not.

So, here's a small skeleton project that I'm using for testing my D
projects with DMD 2.064.2 and LDC 0.12.1.

It should be straightforward to bring in the relevant parts of the
.travis.yml and Makefile into another project; just copy over the
.travis_scripts folder, the install and env portions of the config in
.travis.yml and it should be good to go.


We really need to get officially support for D in Travis. I've been 
thinking about this for a while but haven't done anything about it so far.


--
/Jacob Carlborg