Re: The dlang-community releases DCD 0.9.3 and D-Scanner 0.5.2

2018-04-25 Thread WebFreak001 via Digitalmars-d-announce

On Wednesday, 25 April 2018 at 03:59:12 UTC, wangwei wrote:

On Monday, 23 April 2018 at 17:26:49 UTC, Seb wrote:

[...]


I use the dmd portable version and vscode with code-d, the dcd 
just failed (d.ext.dcdFail) no matter dcd is installed 
automatically by code-d or by (source + dub), I definitely need 
the binary release. Dscanner works great.


Once I have used Emacs + company-dcd in Linux, it works well 
although it doesn't look pretty :)


Buying a laptop with intel + nvidia (optimus) is a huge pain in 
installing linux on it.


huh but DCD comes with a prebuilt binary for windows with code-d 
and I have never seen it fail on linux


Re: GDB + ddemangle

2018-04-25 Thread ANtlord via Digitalmars-d-announce

On Wednesday, 25 April 2018 at 05:12:37 UTC, Joakim wrote:

On Wednesday, 25 April 2018 at 05:09:28 UTC, ANtlord wrote:

On Friday, 20 April 2018 at 17:55:12 UTC, Iain Buclaw wrote:
On 20 April 2018 at 17:40, drug via Digitalmars-d-announce 
 wrote:


Using a compiler that implements 2.077 or later (IIRC) 
probably won't, due to gdb being too old.  They broke ABI by 
introducing back referencing, no release of gdb supports that 
yet.


I launched gdb with command `gdb -ex 'set lang d' test` 
disabling my plugin and I don't see demangling anywhere. 
Source file is compiled with command `dmd -g test.d`


DMD 2.079
GDB 8.1

Did I miss something?


Yes, read two posts back, by Iain.


My bad. I wasn't aware on the morning. I mess the sentence
They broke ABI by introducing back referencing, no release of 
gdb supports that yet


Re: LDC 1.9.0 beta

2018-04-25 Thread Rel via Digitalmars-d-announce

On Sunday, 22 April 2018 at 15:56:49 UTC, kinke wrote:
* `-link-internally` able to (cross-)link Windows, Linux and 
macOS binaries.
This is nice to hear, but just to make it clear, what steps do I 
need to take to for example build a Mac OSX binary on Windows or 
Linux? Can I just download libs from prebuilt LDC for Mac OSX, 
put them somewhere in my current LDC installation and it will 
work?


I'm also waiting so much for LDC to be independent of MS Visual 
Studio libs, and ship MinGW libs with the installation or 
something. I thought you had some troubles getting LLVM to work 
with MinGW libs, is it still true?


Pre-DConf Meetup on May 1

2018-04-25 Thread Seb via Digitalmars-d-announce

Hi all,

I hope you are all looking forward to DConf.

We (Stefan, Dragos and I) have very good news for you.
Our next D Munich Meetup will coincide with DConf to give our 
local community who can't join DConf an opportunity to meetup all 
the rockstars from the D community.


Agenda
--

We will kickoff with a lightning talk session where DConf 
speakers can practice a part of their talk in front of a live 
audience and give local D hackers a sneak-peak at DConf (thanks 
to all speakers who have already volunteered to give a short 
talk).
@ others: There's no registration required, just bring your 
laptop and of course even non-DConf speakers are invited to 
present their ideas/projects.


Afterwards we will have a Fishbowl conversation [1].

Logistics
-

The Meetup will be at Austin Fraser GmbH (Lenbachplatz 1, 
München).
As Austin Fraser will sponsor Pizza and Drinks please RSVP on 
Meetup, s.t. we know how much food to order.


https://www.meetup.com/Munich-D-Programmers/events/250094983/

For those of you who stay at the hotel, we will be at the NH 
München Messe hotel at 18:00 and lead you towards the venue. No 
risk at getting lost ;-)


Looking forward to seeing you soon,

The D Munich Meetup organizers

[1] https://en.wikipedia.org/wiki/Fishbowl_(conversation)


Re: Pre-DConf Meetup on May 1

2018-04-25 Thread SimonN via Digitalmars-d-announce

On Wednesday, 25 April 2018 at 14:13:55 UTC, Seb wrote:
Our next D Munich Meetup will coincide with DConf to give our 
For those of you who stay at the hotel, we will be at the NH 
München Messe hotel at 18:00 and lead you towards the venue.


Awesome, I'll attend! I'm posting here for lack of a meetup 
account.


-- Simon


Re: Pre-DConf Meetup on May 1

2018-04-25 Thread Stefan Koch via Digitalmars-d-announce

On Wednesday, 25 April 2018 at 14:13:55 UTC, Seb wrote:

Hi all,

I hope you are all looking forward to DConf.

[...]


I request a lighting talk slot :)


Re: LDC 1.9.0 beta

2018-04-25 Thread meppl via Digitalmars-d-announce

On Tuesday, 24 April 2018 at 15:53:23 UTC, Joakim wrote:

On Monday, 23 April 2018 at 09:18:07 UTC, Suliman wrote:
What about Webassembly support? Latest LLVM suppport it, so 
LDC should support also.


We don't support a lot of platforms that llvm supports. It will 
require someone to work on the port, which hasn't happened. 
I've said before that I don't think it's worth it, because the 
web has been declining as a platform:


https://forum.dlang.org/post/unqvdzopebfksnxwh...@forum.dlang.org



I stumbled over this:
http://blog.qt.io/blog/2018/04/23/beta-qt-webassembly-technology-preview/
https://sdtimes.com/webdev/mozillas-webassembly-studio-enters-beta/

I dont want to argue, just throwing that in ;)