Re: [neovim/vim] ncm2/ncm2-d autocompletion source for d

2018-12-28 Thread David via Digitalmars-d-announce
On Friday, 28 December 2018 at 12:41:27 UTC, David wrote: On Thursday, 27 December 2018 at 21:50:04 UTC, David wrote: sorry - I was wrong! It works as expected :-) - very nice! It probably conflicted with deoplete (or something else) which may still have been in the cache ... Now, I am

Re: DLS (D Language Server) v0.20

2018-12-28 Thread Laurent Tréguier via Digitalmars-d-announce
On Friday, 28 December 2018 at 20:44:30 UTC, Per Nordlöw wrote: Nice! Great work! Thanks! How does DLS compare to the features of DCD? DLS actually uses DCD as a library. There is some custom handling to be able to find multiple declarations for methods with multiple overloads and such

Re: DConf 2019: Shepherd's Pie Edition

2018-12-28 Thread Steven Schveighoffer via Digitalmars-d-announce
On 12/28/18 11:31 AM, Adam D. Ruppe wrote: But I'm telling you, DConf can learn from this stuff. Joakim is doing the community a service by trying to get you all to try some changes. Even baby step compromises can yield results at low risk. Note that the proposals always ask for format

Re: DLS (D Language Server) v0.20

2018-12-28 Thread Per Nordlöw via Digitalmars-d-announce
On Friday, 28 December 2018 at 11:14:01 UTC, Laurent Tréguier wrote: Hello, and merry Christmas! (a bit late, but whatever) https://forum.dlang.org/post/jytsaamhiglkmeixx...@forum.dlang.org [2] https://github.com/d-language-server/dls [3] https://github.com/Pure-D/serve-d Nice! Great work!

Re: DConf 2019: Shepherd's Pie Edition

2018-12-28 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Friday, 28 December 2018 at 16:31:01 UTC, Adam D. Ruppe wrote: For last year's meeting, my manager (the team I'm on has done our meetings differently for a while) convinced the CEO to try a more interactive approach for the org-wide meeting too. We did that speaker intro, small random group

Re: DLS (D Language Server) v0.20

2018-12-28 Thread Paolo Invernizzi via Digitalmars-d-announce
On Friday, 28 December 2018 at 18:50:39 UTC, David Gileadi wrote: On 12/28/18 4:14 AM, Laurent Tréguier wrote: Hello, and merry Christmas! (a bit late, but whatever) This is an excellent update--the update Just Works™ with VSCode on my mac, and functions very nicely too. Thanks! I might

ldexp and frexp benchmark between Mir, C and Phobos

2018-12-28 Thread 9il via Digitalmars-d-announce
ldexp and frexp are base building blocks for a lot of math functions. Here is a small benchmark that compares Mir, C and Phobos implementations: https://github.com/libmir/mir-core/blob/master/bench_ldexp_frexp.d Mir ldexp is 2.5 (5.5 - dmd) times faster for double and float.

Re: DLS (D Language Server) v0.20

2018-12-28 Thread Laurent Tréguier via Digitalmars-d-announce
On Friday, 28 December 2018 at 18:50:39 UTC, David Gileadi wrote: This is an excellent update--the update Just Works™ with VSCode on my mac, and functions very nicely too. Thanks! You're welcome; it's a relief to hear that, as I don't have a mac to actually test it on macOS! I might suggest

Re: now it's possible! printing floating point numbers at compile-time

2018-12-28 Thread ketmar via Digitalmars-d-announce
Stefan Koch wrote: Hi Guys, during my research on floating point numbers I came across a short and efficient implementation[0] of the grisu2 algorithm for converting floating point numbers into strings. Which I then ported into CTFEable D code. Thus enabling you to convert doubles into

Re: DLS (D Language Server) v0.20

2018-12-28 Thread David Gileadi via Digitalmars-d-announce
On 12/28/18 4:14 AM, Laurent Tréguier wrote: Hello, and merry Christmas! (a bit late, but whatever) This is an excellent update--the update Just Works™ with VSCode on my mac, and functions very nicely too. Thanks! I might suggest that you perhaps rename the VSCode extension to remove

Re: DConf 2019: Shepherd's Pie Edition

2018-12-28 Thread Adam D. Ruppe via Digitalmars-d-announce
On Friday, 28 December 2018 at 07:08:19 UTC, Dejan Lekic wrote: While I admire your persistence I fail to understand why you simply don't ignore stuff you do not like. If you do not like conferences fine - do not go there, and let us who do like them and think they are useful have some fun!

Re: [neovim/vim] ncm2/ncm2-d autocompletion source for d

2018-12-28 Thread David via Digitalmars-d-announce
On Thursday, 27 December 2018 at 21:50:04 UTC, David wrote: On Wednesday, 26 December 2018 at 00:42:25 UTC, viniarck wrote: [...] looks nice but the behavior is a bit strange, as it suggest also functions which are not imported. E.g. import std.stdio: writeln; completion for "wri" also

DLS (D Language Server) v0.20

2018-12-28 Thread Laurent Tréguier via Digitalmars-d-announce
Hello, and merry Christmas! (a bit late, but whatever) At the end of March of this year, I had made a post [1] about this project, aimed at helping with D development on various editors (VSCode, Atom, Sublime text, vim...) [2]. In a nutshell, it's a bit like serve-d [3], albeit with fewer

Re: Beta 2.084.0

2018-12-28 Thread Basile B. via Digitalmars-d-announce
On Tuesday, 25 December 2018 at 18:26:16 UTC, Andre Pany wrote: On Monday, 24 December 2018 at 22:33:27 UTC, Martin Nowak wrote: On 12/17/18 10:38 PM, Martin Nowak wrote: Second beta live now. Basile B. solved the spurious NOLOGO bug. Can you include it in 2.084?