Re: silly is released - new test runner for the D programming language

2018-08-12 Thread Dechcaudron via Digitalmars-d-announce
On Sunday, 12 August 2018 at 15:07:04 UTC, Anton Fediushin wrote: Silly is a brand-new test runner with simplicity in mind. It's developed to be as simple as possible and contain no useless features. Another important goal is to provide flexible tool which can be easily integrated into

Re: emeralD - Command-line tool for template files

2018-06-18 Thread Dechcaudron via Digitalmars-d-announce
On Sunday, 17 June 2018 at 23:04:59 UTC, bauss wrote: For more information see the Github repository and for examples see the read me. Could we get a complete, simple usage example? Like target directory structure and how to invoke the program to get to it.

Re: dlangbot for Telegram - D compiler in your pocket

2018-06-11 Thread Dechcaudron via Digitalmars-d-announce
On Monday, 11 June 2018 at 05:50:56 UTC, Anton Fediushin wrote: Regarding vulnerabilities, if there are any I and authors/maintainers of dlang-tour will be interested in fixing them ASAP. After all, dlangbot uses tour's code under the hood. Then I assume all trivial vulnerabilities are taken

Re: dlangbot for Telegram - D compiler in your pocket

2018-06-10 Thread Dechcaudron via Digitalmars-d-announce
On Saturday, 9 June 2018 at 20:28:24 UTC, Anton Fediushin wrote: Hello, I am glad to announce that new Telegram bot which can execute D code is up and running! Check it out here: https://t.me/dlangbot Features: - Two compilers to choose from: dmd (default) and ldc - Support for custom

Re: unit-threaded v0.7.45 - now with more fluency

2018-05-08 Thread Dechcaudron via Digitalmars-d-announce
On Tuesday, 8 May 2018 at 03:57:25 UTC, Johannes Loher wrote: Fluent assertions have one major advantage over using pascalCase assertions: There is no ambiuguity about the order of arguments. When using e.g. assertEquals, how do you know wheter is is supposed to be assertEquals(actual,

Re: Funding for code-d/serve-d

2018-05-07 Thread Dechcaudron via Digitalmars-d-announce
On Sunday, 6 May 2018 at 16:31:02 UTC, Meta wrote: Also, does anyone have an image of the supporter t-shirts? If possible I want to donate an amount to get one of those. Please, I'm considering it as well. Also, though I use WebFreak's extension for VS code, I never really got it to work 100%

Re: serialport v1.0.0

2018-05-07 Thread Dechcaudron via Digitalmars-d-announce
On Sunday, 6 May 2018 at 22:02:05 UTC, Oleg B wrote: Stable version of serialport package I used this library for my end-of-degree project a couple years back, I'm really glad to see it come to a stable version. Congrats and thank you! * Blocking `SerialPortBlk` for classic usage *

Re: unit-threaded v0.7.45 - now with more fluency

2018-05-07 Thread Dechcaudron via Digitalmars-d-announce
On Saturday, 5 May 2018 at 15:51:11 UTC, Johannes Loher wrote: Personally, I don't like that kind of "abuse" of operators at all. I think it looks really unusual and it kind of breaks your "flow" when reading the code. Additionally, people, who don't know about the special behaviour the

Re: SecureD 1.0.0 Released!

2018-04-27 Thread Dechcaudron via Digitalmars-d-announce
On Friday, 27 April 2018 at 09:57:03 UTC, Adam Wilson wrote: As always, PR's are welcome. Link to repo?

Re: camisole supports now the D Programming Language

2018-02-13 Thread Dechcaudron via Digitalmars-d-announce
On Sunday, 11 February 2018 at 09:36:53 UTC, Andre Pany wrote: Support for D was added in the recent days. More information about camisole https://camisole.prologin.org/ Did not know about this platform. Neat!

Re: The #dbugfix Campaign

2018-02-06 Thread Dechcaudron via Digitalmars-d-announce
On Saturday, 3 February 2018 at 17:30:46 UTC, rjframe wrote: On Sat, 03 Feb 2018 15:32:41 +, Mike Parker wrote: We all have (or have had) our "favorite" issues in Bugzilla at one time or another. Some that seem to hang around like unwanted guests who never leave. The #dbugfix campaign is

Re: ArithEval v0.5.0 released

2018-01-09 Thread Dechcaudron via Digitalmars-d-announce
On Monday, 8 January 2018 at 11:45:25 UTC, rjframe wrote: But don't let anyone peer-pressure you into changing licenses. Figure out your goals and license your code accordingly. Your opinion is much appreciated. For this particular project, MIT will do just fine.

Re: ArithEval v0.5.0 released

2018-01-08 Thread Dechcaudron via Digitalmars-d-announce
On Monday, 8 January 2018 at 06:02:35 UTC, thedeemon wrote: On Sunday, 7 January 2018 at 20:41:57 UTC, Dechcaudron wrote: It allows the runtime evaluation of simple math expressions like `1 + 2 * 3` or `1 ^ foo`, with foo being given values at run time. That's a nice exercise in using

ArithEval v0.5.0 released

2018-01-07 Thread Dechcaudron via Digitalmars-d-announce
Updating this library I coded more than a year ago, so that I could use it as an optional dependency of the coming up dli library. It allows the runtime evaluation of simple math expressions like `1 + 2 * 3` or `1 ^ foo`, with foo being given values at run time. It was never announced in

Re: unit-threaded v0.7.33

2017-12-23 Thread Dechcaudron via Digitalmars-d-announce
Thanks for this library Atila. An update is always appreciated.

Re: Release 2.071.2

2016-09-20 Thread Dechcaudron via Digitalmars-d-announce
On Monday, 19 September 2016 at 11:08:33 UTC, Martin Nowak wrote: Glad to announce D 2.071.2. -Martin You guys are amazing! I love D and I love you all!

Re: ggplotd version 1.0.0 released

2016-08-20 Thread Dechcaudron via Digitalmars-d-announce
On Saturday, 20 August 2016 at 16:37:29 UTC, Edwin van Leeuwen wrote: The main addition is support for legends. I've been using your library, legends definitely come in handy. Thanks a bunch for the work!

Re: Running a D game in the browser

2016-08-03 Thread Dechcaudron via Digitalmars-d-announce
On Wednesday, 3 August 2016 at 20:26:23 UTC, Sebastien Alaiwan wrote: I finally managed to compile some D code to asm.js, using Emscripten. I know virtually nothing about compilers and even less about Emscripten, but the fact that you managed to get a D game running inside a browser is plain

Re: Article: "Profile-Guided Optimization with LDC"

2016-07-15 Thread Dechcaudron via Digitalmars-d-announce
On Friday, 15 July 2016 at 08:11:31 UTC, Johan Engelen wrote: Profile-Guided Optimization (PGO) This is dope. I'm learning a shitload about general programming and optimization techniques since I joined the D community a couple months ago. Great article :)

Re: new cpuid is ready for comments

2016-07-14 Thread Dechcaudron via Digitalmars-d-announce
On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote: Please report your CPU (GitHub/Gist) Running on Mac Pro Intel Xeon Quad-Core x2 https://gist.github.com/Dechcaudron/e6eeb17972316785d7c07c409a2ed092

Re: BulletD needs your help!

2016-07-08 Thread Dechcaudron via Digitalmars-d-announce
On Monday, 4 July 2016 at 20:03:45 UTC, BLM768 wrote: Thoughts? Concerns? Tomatoes? Hey there, I'm sad this post hasn't called anyone's attention so far. While I am defintely interested to have BulletD become a thing, I sadly can't collaborate with it so far. It's been on my mind to give

Re: Release DUB 1.0.0

2016-06-20 Thread Dechcaudron via Digitalmars-d-announce
On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote: I'm pleased to announce the release of the first stable version of the DUB package manager. Congratulations and thank you from all of us! DUB is amazing!!!

Re: Beta release DUB 1.0.0-beta.1

2016-06-09 Thread Dechcaudron via Digitalmars-d-announce
On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: [...] I've barely started using D, but dub works like a charm and