Re: Dconf - lightning talk: Excel add-ins in D

2017-05-17 Thread Laeeth Isharc via Digitalmars-d-announce

On Wednesday, 17 May 2017 at 21:17:37 UTC, jmh530 wrote:

On Wednesday, 17 May 2017 at 20:58:05 UTC, Laeeth Isharc wrote:

https://www.reddit.com/r/programming/comments/6brj2x/dconf_lighting_talk_excel_addins_in_d/?ref=share_source=link

(submitted to Hacker News - news.ycombinator.com too)


The header says it's for the lightning talk on excel add-ins, 
but the link goes to Walter's talk.


For me the link goes to the lightning talk, but Reddit displays 
inline Walter's talk.  Strange.





Re: DMD now has colorized syntax highlighting in error messages

2017-05-17 Thread Adam D. Ruppe via Digitalmars-d-announce

On Tuesday, 16 May 2017 at 14:17:41 UTC, Adam D. Ruppe wrote:
Similarly, what I want to see in the future is highlighting of 
specific parts of code where the error applies.



Fear me. I combined Walter's code with my own to form some kind 
of Voltron!


https://github.com/dlang/dmd/pull/6806


Re: Dconf - lightning talk: Excel add-ins in D

2017-05-17 Thread jmh530 via Digitalmars-d-announce

On Wednesday, 17 May 2017 at 20:58:05 UTC, Laeeth Isharc wrote:

https://www.reddit.com/r/programming/comments/6brj2x/dconf_lighting_talk_excel_addins_in_d/?ref=share_source=link

(submitted to Hacker News - news.ycombinator.com too)


The header says it's for the lightning talk on excel add-ins, but 
the link goes to Walter's talk.


Dconf - lightning talk: Excel add-ins in D

2017-05-17 Thread Laeeth Isharc via Digitalmars-d-announce

https://www.reddit.com/r/programming/comments/6brj2x/dconf_lighting_talk_excel_addins_in_d/?ref=share_source=link

(submitted to Hacker News - news.ycombinator.com too)



Re: llvm-d 2.2 Dynamic loading (yet again)

2017-05-17 Thread Stefan Koch via Digitalmars-d-announce

On Wednesday, 17 May 2017 at 14:55:12 UTC, Moritz Maxeiner wrote:
In response to a DConf 2017 request regarding this, llvm-d 
again supports dynamic loading.
The API is essentially the same as is was for llvm 1.x, though 
you have to enable it with D versions.


[...]


Many Thanks.


llvm-d 2.2 Dynamic loading (yet again)

2017-05-17 Thread Moritz Maxeiner via Digitalmars-d-announce
In response to a DConf 2017 request regarding this, llvm-d again 
supports dynamic loading.
The API is essentially the same as is was for llvm 1.x, though 
you have to enable it with D versions.


- Single shared library only (e.g. libLLVM-X.Y.Z.so)
- Switch from (dynamic/static) linking to dynamic loading by 
setting the D version LLVM_Load.
- Use LLVM.load / LLVM.unload for manual control over which 
shared library to use
- Additionally set D version LLVM_Autoload to try to load a 
platform appropriate default shared library for LLVM
- As compile time introspection is used to generate function 
pointers dynamic loading has increased compilation time.


Special thanks to everyone who provided feedback[1] on how to 
optimize the cost for the dynamic introspection


https://github.com/Calrama/llvm-d/releases/v2.2.0
https://code.dlang.org/packages/llvm-d/2.2.0

- Moritz

[1] 
http://forum.dlang.org/thread/fennfzjwzdlzcbtsj...@forum.dlang.org


Re: Harbored-mod 0.2.1 and DYaml 0.6.1 at dlang-community

2017-05-17 Thread Basile B. via Digitalmars-d-announce

On Tuesday, 16 May 2017 at 20:46:44 UTC, Basile B. wrote:
Following Brian Schott Announce [1] about the migration of his 
projects to the dlang-community, I'm pleased to announce that 
the most popular repository from Ferdinand Majerech are now 
also hosted there.


- D-YAML, a YAML parser and emitter for D (native D 
implementation)

is at https://github.com/dlang-community/D-YAML

- harbored-mod, a D documentation generator based on harbored
is at https://github.com/dlang-community/harbored-mod

So far we pushed the commits done in several forks and the two 
projects are up to date, tested by TravisCI, buildable with 
either make or DUB.


Note about D-Yaml: People who forked D-Yaml for their projects 
are encouraged to push their change to dlang-community and give 
up their fork !


[1]: 
http://forum.dlang.org/post/abbprxuwgqlmuuwdf...@forum.dlang.org


BTW, forgot to say: thanks to Ferdinand for giving the ownership 
to the organization and thanks to those who continued to maintain 
the forks, notably Sociomantic D developers for harbored-mod and 
ZombineDev for D-YAml.