Re: London D Programmers MeetUp

2015-01-25 Thread Russel Winder via Digitalmars-d-announce
On Thu, 2015-01-22 at 22:12 +, Kingsley via Digitalmars-d-announce
wrote:
 We now have a venue for the London D meetup. Skills Matter have 
 kindly offered us their support.
 
 The first meetup will be Tuesday 3rd February - see details here:
 http://www.meetup.com/London-D-Programmers/
 
 Please come along if you can :)

Excellently done sir. You have succeeding in creating a London meetup
where I have singularly failed. I shall make all endeavours to be there.
A day of Go followed by an early evening of D.

There is a pub a few doors down from Skills Matter that serves good food
for a late supper. (I'll check with Oana what their last food order
time is.)

-- 
Russel.
=
Dr Russel Winder  t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


signature.asc
Description: This is a digitally signed message part


Re: DlangUI project update

2015-01-25 Thread John Colvin via Digitalmars-d-announce

On Sunday, 25 January 2015 at 13:37:33 UTC, Suliman wrote:

I removed all dub cash by hand and now I have got error:
C:\Users\Dima\AppData\Roaming\dub\packages\derelict-sdl2-1.9.1\source\derelict\s
dl2\sdl.d(62): Error: undefined identifier SharedLibVersion


Don't know why you're getting that, but SharedLibVersion is, 
IIRC, a relatively new thing in derelict, so it's probably that 
something is looking at an older version than it should.


Re: London D Programmers MeetUp

2015-01-25 Thread Andrei Alexandrescu via Digitalmars-d-announce

On 1/25/15 1:22 AM, Russel Winder via Digitalmars-d-announce wrote:

On Thu, 2015-01-22 at 22:12 +, Kingsley via Digitalmars-d-announce
wrote:

We now have a venue for the London D meetup. Skills Matter have
kindly offered us their support.

The first meetup will be Tuesday 3rd February - see details here:
http://www.meetup.com/London-D-Programmers/

Please come along if you can :)


Excellently done sir. You have succeeding in creating a London meetup
where I have singularly failed. I shall make all endeavours to be there.
A day of Go followed by an early evening of D.

There is a pub a few doors down from Skills Matter that serves good food
for a late supper. (I'll check with Oana what their last food order
time is.)


Awesome. Would be great if a volunteer could do a short write-up 
afterwards. -- Andrei


Re: DlangUI project update

2015-01-25 Thread Suliman via Digitalmars-d-announce

$ dub clean
$ dub build --force

Some inconsistency in build caches I bet.


Not help :(


Re: DlangUI project update

2015-01-25 Thread Suliman via Digitalmars-d-announce

I removed all dub cash by hand and now I have got error:
C:\Users\Dima\AppData\Roaming\dub\packages\derelict-sdl2-1.9.1\source\derelict\s
dl2\sdl.d(62): Error: undefined identifier SharedLibVersion


Re: This Week in D, Issue 3

2015-01-25 Thread Adam D. Ruppe via Digitalmars-d-announce

On Monday, 26 January 2015 at 05:26:23 UTC, Ali Çehreli wrote:

There is an exposed $P tag on the page:


Ooops, fixed. Thanks! (remember to refresh to skip your browser 
cache)


Re: This Week in D, Issue 3

2015-01-25 Thread weaselcat via Digitalmars-d-announce

On Monday, 26 January 2015 at 05:15:51 UTC, Adam D. Ruppe wrote:
I've been out of town this week and also dealing with trying to 
remotely find my lost dog (she got away from the sitter... and 
no luck yet :( ) so I haven't been as active as I often am in 
the D community, but I still made time to compile another issue!


http://arsdnet.net/this-week-in-d/jan-25.html

Also available via RSS: 
http://arsdnet.net/this-week-in-d/twid.rss


This week's tip goes into the import statement which many 
people use but not everyone realizes what all it can do.


D.announce seemed a bit less active this week too (my criteria 
for inclusion there is simply a new thread made since last 
time, so new posts in an existing thread don't count), but 
there were a lot of bug and pull request action this week 
(mostly related to the style tweaks)!


At first I feared there wouldn't be enough content for you to do 
this weekly but I'm glad I was wrong. D seems more popular than 
ever.


Can't wait for next week's update.


Re: DlangUI project update

2015-01-25 Thread Vadim Lopatin via Digitalmars-d-announce

On Sunday, 25 January 2015 at 13:37:33 UTC, Suliman wrote:

I removed all dub cash by hand and now I have got error:
C:\Users\Dima\AppData\Roaming\dub\packages\derelict-sdl2-1.9.1\source\derelict\s
dl2\sdl.d(62): Error: undefined identifier SharedLibVersion


Did you try  dub upgrade --force-remove   ?


Re: This Week in D, Issue 3

2015-01-25 Thread ketmar via Digitalmars-d-announce
On Mon, 26 Jan 2015 05:15:49 +, Adam D. Ruppe wrote:

great. and i never realised that the trick with

  static import arsd.dom;
  import std.xml;

will help to disambiguate identifiers. but it's so obvious after you 
pointed that out...

signature.asc
Description: PGP signature


This Week in D, Issue 3

2015-01-25 Thread Adam D. Ruppe via Digitalmars-d-announce
I've been out of town this week and also dealing with trying to 
remotely find my lost dog (she got away from the sitter... and no 
luck yet :( ) so I haven't been as active as I often am in the D 
community, but I still made time to compile another issue!


http://arsdnet.net/this-week-in-d/jan-25.html

Also available via RSS: http://arsdnet.net/this-week-in-d/twid.rss

This week's tip goes into the import statement which many people 
use but not everyone realizes what all it can do.


D.announce seemed a bit less active this week too (my criteria 
for inclusion there is simply a new thread made since last time, 
so new posts in an existing thread don't count), but there were a 
lot of bug and pull request action this week (mostly related to 
the style tweaks)!


Re: This Week in D, Issue 3

2015-01-25 Thread Adam D. Ruppe via Digitalmars-d-announce
Reddit: 
http://www.reddit.com/r/programming/comments/2tozgb/this_week_in_d_website_makeover_c_interop_import/


Re: This Week in D, Issue 3

2015-01-25 Thread Walter Bright via Digitalmars-d-announce

On 1/25/2015 9:15 PM, Adam D. Ruppe wrote:

http://arsdnet.net/this-week-in-d/jan-25.html

Also available via RSS: http://arsdnet.net/this-week-in-d/twid.rss


Awesome job (as usual!). Thanks, Adam!


Re: DlangUI project update

2015-01-25 Thread Vadim Lopatin via Digitalmars-d-announce

On Sunday, 25 January 2015 at 13:37:33 UTC, Suliman wrote:

I removed all dub cash by hand and now I have got error:
C:\Users\Dima\AppData\Roaming\dub\packages\derelict-sdl2-1.9.1\source\derelict\s
dl2\sdl.d(62): Error: undefined identifier SharedLibVersion


Try to hack dlangui/dub.json - remove all dependencies to 
external packages except dlib.


Re: Interfacing D to existing C++ code

2015-01-25 Thread Andrew Godfrey via Digitalmars-d-announce
Is it common for a C++ library you want to interface to, to use 
std library types in its interface? Things like iterators or 
maybe containers.
Do those hit any of the hard cases, so that you'd need to 
change the std library to resolve the issue?