Re: New DConf Online 2020 Lightning Talk and a new Task Bounty

2020-11-02 Thread Seb via Digitalmars-d-announce
On Monday, 2 November 2020 at 17:54:48 UTC, Mike Parker wrote: My mistake was assuming that because it's an open issue, it still hasn't been resolved. Had I checked the release tags and the dates, For the dub registry releases aren't generally tagged, but often released from master. I

Re: New DConf Online 2020 Lightning Talk and a new Task Bounty

2020-11-02 Thread Seb via Digitalmars-d-announce
On Monday, 2 November 2020 at 14:05:07 UTC, Mike Parker wrote: An anonymous donor has seeded a new Task Bounty with $400. The task: execute a new release of the dub-registry project. Tagging was never a problem as registry is/was building fine from master:

Re: Release D 2.094.0

2020-10-01 Thread Seb via Digitalmars-d-announce
On Thursday, 1 October 2020 at 21:09:55 UTC, Meta wrote: On Thursday, 1 October 2020 at 20:40:39 UTC, Seb wrote: [...] Okay, fair enough. Should this still not have had approval from either Walter or Atila before being merged in? Or is that not the case for changes behind -preview?

Re: Release D 2.094.0

2020-10-01 Thread Seb via Digitalmars-d-announce
On Thursday, 1 October 2020 at 18:29:14 UTC, Meta wrote: On Thursday, 1 October 2020 at 17:29:56 UTC, Mathias LANG wrote: On Thursday, 1 October 2020 at 16:47:37 UTC, Meta wrote: [...] Yes we have a 3rd way. Because `auto ref` just doesn't cut it for most usages, and

Re: DIP 1028--Make @safe the Default--Formal Assessment

2020-05-21 Thread Seb via Digitalmars-d-announce
On Thursday, 21 May 2020 at 13:51:34 UTC, Mike Parker wrote: DIP 1028, "Make @safe the Default", has been accepted without comment. https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1028.md "without comment" - even though there were a lot of unaddressed problems :/ Great! So

Re: Interfacing D with C: Arrays and Functions (Arrays Part 2)

2020-04-28 Thread Seb via Digitalmars-d-announce
On Tuesday, 28 April 2020 at 14:45:37 UTC, Mike Parker wrote: I've finally gotten around to publishing the next article in my D and C series on the D blog. This is the second post about arrays, focusing on properly declaring in D functions from C that accept array parameters. The blog:

Re: Beta 2.090.0

2019-12-23 Thread Seb via Digitalmars-d-announce
On Sunday, 22 December 2019 at 20:30:06 UTC, berni44 wrote: On Sunday, 22 December 2019 at 19:00:15 UTC, Eugene Wissner wrote: Probably differen email addresses. You can set an email address locally for the repository in .git/config. Or just add an alias:

Re: Blog Post: Beating std::visit Without Really Trying

2019-10-06 Thread Seb via Digitalmars-d-announce
On Sunday, 6 October 2019 at 07:16:03 UTC, Joseph Rushton Wakeling wrote: On Sunday, 6 October 2019 at 03:47:25 UTC, Seb wrote: My earlier post tried to point out that SumType is an excellent candidate for v2. Sorry, Seb, but I don't get this. There's no reason to wait for a v2 to introduce

Re: Blog Post: Beating std::visit Without Really Trying

2019-10-05 Thread Seb via Digitalmars-d-announce
On Sunday, 6 October 2019 at 02:33:15 UTC, Walter Bright wrote: On 10/5/2019 6:58 AM, Seb wrote: Phobos is essentially dead/frozen (feature-wise). I beg to disagree. A couple cases in point: https://github.com/dlang/phobos/pull/7211 which is a re-imagining, rethinking of hexString. I'm

Re: Blog Post: Beating std::visit Without Really Trying

2019-10-05 Thread Seb via Digitalmars-d-announce
On Saturday, 5 October 2019 at 06:40:35 UTC, Arun Chandrasekaran wrote: On Saturday, 5 October 2019 at 02:59:58 UTC, Paul Backus wrote: I was curious how C++17's std::variant compared to the options we have in D, like Algebraic and SumType, so I did a simple comparison of the generated

Re: SoAC

2019-08-13 Thread Seb via Digitalmars-d-announce
On Sunday, 11 August 2019 at 19:16:22 UTC, Tiberiu Lepadatu wrote: Hi everyone, I want to participate to Symmetry Autumn of Code 2019 with either the project "Solve dependency hell" or "Implement Reactive programming into D". I have some experience with programming languages mainly Rust,

Re: Release D 2.087.0

2019-07-15 Thread Seb via Digitalmars-d-announce
On Monday, 15 July 2019 at 14:00:23 UTC, Mike Franklin wrote: On Monday, 15 July 2019 at 13:00:08 UTC, Vladimir Panteleev wrote: We are trying to implement many of those `extern(C)` runtime hooks as templates. Those templates need to be implicitly imported through object.d. That means code

Re: Release D 2.087.0

2019-07-15 Thread Seb via Digitalmars-d-announce
On Monday, 15 July 2019 at 11:49:31 UTC, Vladimir Panteleev wrote: On Monday, 15 July 2019 at 11:33:44 UTC, Mike Franklin wrote: I discussed that briefly on Slack with a couple other developers. My understanding is the `rt` is the language implementation and `core` is the low level library

Re: Beta 2.087.0

2019-06-17 Thread Seb via Digitalmars-d-announce
On Monday, 17 June 2019 at 02:30:45 UTC, Nicholas Wilson wrote: On Sunday, 16 June 2019 at 22:47:57 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.087.0 release, ♥ to the 66 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.087.0.html As

Re: Beta 2.086.1

2019-06-13 Thread Seb via Digitalmars-d-announce
On Thursday, 13 June 2019 at 03:48:05 UTC, Eugene Wissner wrote: On Wednesday, 12 June 2019 at 23:51:39 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.086.1 point release, ♥ to the 20 contributors. http://dlang.org/download.html#dmd_beta

Re: nogc v0.5.0 - DIP1008 works!

2019-05-24 Thread Seb via Digitalmars-d-announce
On Friday, 24 May 2019 at 11:41:12 UTC, Atila Neves wrote: I'd been holding off on announcing this until DIP1008 actually got implemented, and now it has: [...] Awesome!! Now we just need to get to compile Druntime and Phobos with -preview=dip1008, s.t. we can enable it by default :) See

dlang/projects: A collection of impact D projects

2019-05-23 Thread Seb via Digitalmars-d-announce
Hi everyone, at DConf one common concern raised was that it's hard to track the progress on important high-level projects. Furthermore, its also hard for interested contributors to find such projects and judge which ones really matter to the D community. Lastly, the existing wiki pages

Re: Phobos is now compiled with -preview=dip1000

2019-05-16 Thread Seb via Digitalmars-d-announce
On Thursday, 16 May 2019 at 10:03:42 UTC, Kagamin wrote: On Thursday, 16 May 2019 at 05:22:42 UTC, Seb wrote: Yes that sounds like the culprit. Btw as mentioned on DConf, the dip1000 switch contains a few other breaking changes which will make it even harder to adopt too. Well, it's an

Re: Phobos is now compiled with -preview=dip1000

2019-05-15 Thread Seb via Digitalmars-d-announce
On Thursday, 16 May 2019 at 05:14:39 UTC, Nicholas Wilson wrote: [...] Yes that sounds like the culprit. Btw as mentioned on DConf, the dip1000 switch contains a few other breaking changes which will make it even harder to adopt too.

Re: Release D 2.086.0

2019-05-07 Thread Seb via Digitalmars-d-announce
On Tuesday, 7 May 2019 at 17:29:34 UTC, Daniel N wrote: On Tuesday, 7 May 2019 at 15:13:05 UTC, Andrea Fontana wrote: import std; void main() { std.file.write("/tmp/test", "hello"); } How should I fix this? import std; import file = std.file; void main() { file.write("/tmp/test",

Re: Containerize Your D Server Application

2019-04-19 Thread Seb via Digitalmars-d-announce
On Friday, 19 April 2019 at 20:45:12 UTC, Valeriy Fedotov wrote: On Thursday, 14 March 2019 at 12:38:30 UTC, Mike Parker wrote: [...] Seems that multithe tutorial no longer works. ``` The dependency resolution process is taking too long. The dependency graph is likely hitting a pathological

Re: New DConf Blog Post

2019-04-16 Thread Seb via Digitalmars-d-announce
On Tuesday, 16 April 2019 at 23:12:43 UTC, aberba wrote: On Sunday, 7 April 2019 at 06:19:31 UTC, Mike Parker wrote: On Saturday, 6 April 2019 at 22:30:58 UTC, bauss wrote: The design is terrible and it really looks unprofessional. While the old site wasn't responsive, the design was at

Re: New DConf Blog Post

2019-04-08 Thread Seb via Digitalmars-d-announce
On Monday, 8 April 2019 at 16:42:50 UTC, matheus wrote: On Sunday, 7 April 2019 at 07:03:34 UTC, bauss wrote: [...] Design is a complicated matter and thankfully I'm mostly back-end developer. [...] Please move this discussions and ideas to DFeed ;-) https://github.com/CyberShadow/DFeed

Re: New DConf Blog Post

2019-04-06 Thread Seb via Digitalmars-d-announce
On Saturday, 6 April 2019 at 22:30:58 UTC, bauss wrote: Just going to respond to this: "If you haven’t visited the site in a while, you’ll surely notice that it’s been redesigned. The old version was not responsive and was quite annoying to manipulate on small screens." The design is

Re: The D Programming Language has been accepted as a GSoC 2019 organization

2019-03-19 Thread Seb via Digitalmars-d-announce
On Thursday, 7 March 2019 at 10:01:33 UTC, Seb wrote: On Tuesday, 26 February 2019 at 22:34:45 UTC, Seb wrote: Hi all, I have some very exciting news to share. The D Language Language got accepted as a Google Summer of Code organization! The official GSoC page provides a few initial

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-19 Thread Seb via Digitalmars-d-announce
On Monday, 18 March 2019 at 21:34:40 UTC, Per Nordlöw wrote: On Monday, 18 March 2019 at 12:33:12 UTC, Seb wrote: [1] https://github.com/dlang/installer Does this include a script for building dmd with ldc or this not yet possible? Well, you don't really need a script: git clone

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread Seb via Digitalmars-d-announce
On Monday, 18 March 2019 at 11:02:55 UTC, aliak wrote: On Monday, 18 March 2019 at 10:05:40 UTC, Jacob Carlborg wrote: On 2019-03-17 21:09, Per Nordlöw wrote: I thought that already is the case... No, the official binaries are built with DMD as the host compiler. How come they're not

Re: The D Programming Language has been accepted as a GSoC 2019 organization

2019-03-07 Thread Seb via Digitalmars-d-announce
On Tuesday, 26 February 2019 at 22:34:45 UTC, Seb wrote: Hi all, I have some very exciting news to share. The D Language Language got accepted as a Google Summer of Code organization! The official GSoC page provides a few initial pointers and details:

Re: Release D 2.085.0

2019-03-02 Thread Seb via Digitalmars-d-announce
On Saturday, 2 March 2019 at 19:37:08 UTC, Cym13 wrote: On Saturday, 2 March 2019 at 18:19:37 UTC, Martin Nowak wrote: [...] In the -preview/-revert it is said: As of now, DMD offers these reverts: -preview=dip25: Reverts DIP25 changes -revert=import: Revert to single phase name

The D Programming Language has been accepted as a GSoC 2019 organization

2019-02-26 Thread Seb via Digitalmars-d-announce
Hi all, I have some very exciting news to share. The D Language Language got accepted as a Google Summer of Code organization! The official GSoC page provides a few initial pointers and details: https://summerofcode.withgoogle.com/organizations/6103365956665344 Below, I will try to

Re: Beta 2.085.0

2019-02-16 Thread Seb via Digitalmars-d-announce
On Saturday, 16 February 2019 at 19:21:12 UTC, Suliman wrote: -verrors=context Why this is not default behavior? It's the first release with them and the implementation may not be perfect (e.g. mixins and other corner cases).

Re: DCD 0.11.0 released

2019-02-12 Thread Seb via Digitalmars-d-announce
On Tuesday, 12 February 2019 at 19:46:29 UTC, notna wrote: On Tuesday, 12 February 2019 at 17:55:46 UTC, Basile B. wrote: On Monday, 11 February 2019 at 20:40:32 UTC, notna wrote: Installing DCD Downloading from

Re: Google Summer of Code 2019

2019-02-06 Thread Seb via Digitalmars-d-announce
On Sunday, 25 November 2018 at 13:58:25 UTC, Mike Parker wrote: The time has come to start thinking about GSoC 2019. The application deadline for mentoring organizations is on February 6. I'd like to get a solid list of project ideas for potential student applications. I've set up a new page

Re: Beta 2.084.1

2019-02-05 Thread Seb via Digitalmars-d-announce
On Tuesday, 5 February 2019 at 17:41:50 UTC, Johan Engelen wrote: On Tuesday, 5 February 2019 at 04:18:55 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.084.1 point release, Any chance of getting this in? https://github.com/dlang/phobos/pull/6814 ->

Re: Release D 2.084.0

2019-01-05 Thread Seb via Digitalmars-d-announce
On Saturday, 5 January 2019 at 08:44:42 UTC, Mike Parker wrote: On Wednesday, 2 January 2019 at 13:25:25 UTC, Martin Nowak wrote: Glad to announce D 2.084.0, ♥ to the 53 contributors. This release comes with individual control over runtime checks, debuggable string mixins, and an experimental

Re: D compilation is too slow and I am forking the compiler

2018-11-21 Thread Seb via Digitalmars-d-announce
On Wednesday, 21 November 2018 at 13:05:27 UTC, Nicholas Wilson wrote: On Wednesday, 21 November 2018 at 11:58:25 UTC, Vladimir Panteleev wrote: Have we tried disabling -unittest for modules that aren't on the compiler's command line yet (or, in case of -i, not excluded)? Not that I know of,

Re: RFC: initial release of dtoh

2018-08-22 Thread Seb via Digitalmars-d-announce
On Wednesday, 22 August 2018 at 11:01:02 UTC, Mihails wrote: https://gitlab.com/mihails.strasuns/dtoh Cool!! Sadly can't put it on code.dlang.org right now because there are no tagged versions of http://code.dlang.org/packages/dmd to depend on, thus have to resort to submodule. Yeah, the

Re: Optional and NotNull version 0.5.0 - swift optional like and scala option like

2018-08-20 Thread Seb via Digitalmars-d-announce
On Thursday, 16 August 2018 at 12:25:14 UTC, aliak wrote: Hi See: https://optional.dub.pm [...] That looks pretty cool! I added optional to run.dlang.io (e.g. https://run.dlang.io/is/912kVG) and the project tester (https://github.com/dlang/ci/pull/288).

Re: sumtype 0.5.0

2018-08-08 Thread Seb via Digitalmars-d-announce
On Thursday, 9 August 2018 at 00:07:05 UTC, Seb wrote: (It uses the version from DUB and updates itself once daily, but somehow dub still lists 0.4.1 at the moment) It looks like you didn't push the git tag to GitHub: https://github.com/pbackus/sumtype/releases

Re: sumtype 0.5.0

2018-08-08 Thread Seb via Digitalmars-d-announce
On Wednesday, 8 August 2018 at 20:54:13 UTC, Paul Backus wrote: SumType is a generic sum type for modern D. It is meant as an alternative to `std.variant.Algebraic`. Features: - Pattern matching, including support for structural matching (*) - Self-referential types, using `This` -

Re: Dpp on run.dlang.io

2018-08-04 Thread Seb via Digitalmars-d-announce
On Saturday, 4 August 2018 at 01:27:49 UTC, Laeeth Isharc wrote: Thanks to Seb and Atila it is now very easy to show a D program just #includeing C headers. If just works. Modulo bugs. In time I am hopeful Atila will start to have more of C++ headers working too.

Re: stri: string format/interpolation library for D. how to embed variables into string like shell scripts

2018-07-29 Thread Seb via Digitalmars-d-announce
On Sunday, 29 July 2018 at 14:55:46 UTC, Shigeki Karita wrote: This library is very similar to Scala or shell scripts. - https://github.com/ShigekiKarita/stri/tree/master - https://docs.scala-lang.org/overviews/core/string-interpolation.html ## example import stri : s; //

Re: Symmetry Autumn of Code

2018-07-22 Thread Seb via Digitalmars-d-announce
On Sunday, 22 July 2018 at 16:33:10 UTC, Zheng (Vic) Luo wrote: I'm interested in the "Graphics library for resource constrained embedded systems" project and have some spare time this autumn, but I have some questions: - Does this project aim at creating a hardware-agnostic rasterizer

Re: The dub documentation is now on dub.pm

2018-07-19 Thread Seb via Digitalmars-d-announce
On Thursday, 19 July 2018 at 13:10:01 UTC, Martin Tschierschke wrote: There should be a big section for well done dub.sdl / dub.json examples. Yes, there should be! As always it just requires someone to step up, collect and add these examples. FWIW the dub and vibe.d repositories both contain

The dub documentation is now on dub.pm

2018-07-19 Thread Seb via Digitalmars-d-announce
tl;dr: The dub documentation got split from the dub-registry repository and now lives on https://dub.pm (https://github.com/dlang/dub-docs). Motivation: --- - makes building the dub-registry faster - people hosting a mirror or a private instance don't need to host the documentation

Re: Symmetry Autumn of Code

2018-07-14 Thread Seb via Digitalmars-d-announce
On Saturday, 14 July 2018 at 06:02:37 UTC, Mike Parker wrote: Thanks to the sponsorship of Symmetry Investments, the D Language Foundation is happy to announce the Symmetry Autumn of Code! We're looking for three university students to hack on D this autumn, from September - January. We're

Re: D Security Team has been initiated

2018-07-11 Thread Seb via Digitalmars-d-announce
On Wednesday, 11 July 2018 at 13:58:42 UTC, bauss wrote: On Wednesday, 11 July 2018 at 05:28:45 UTC, Seb wrote: If you have a security-related concern or issue and feel like this shouldn't be discussed in public, please don't hesitate to contact us in private at: https://dlang.org/security

D Security Team has been initiated

2018-07-10 Thread Seb via Digitalmars-d-announce
If you have a security-related concern or issue and feel like this shouldn't be discussed in public, please don't hesitate to contact us in private at: https://dlang.org/security

Deploy your own Dub Registry to Heroku via one click

2018-07-10 Thread Seb via Digitalmars-d-announce
Ever wanted to run your own Dub registry and were too lazy to set it up? It's now one click away. Simply go to the Dub Registry (https://github.com/dlang/dub-registry) and press "Deploy to Heroku". Provided you have a Heroku account, everything else will automagically work. Note that Heroku

Re: LDC 1.11.0 beta

2018-07-07 Thread Seb via Digitalmars-d-announce
On Wednesday, 4 July 2018 at 20:38:54 UTC, kinke wrote: Glad to announce the first beta for LDC 1.11. * Based on D 2.081.0. * Prebuilt packages now using LLVM 6.0.1 and including additional cross-compilation targets (MIPS, MSP430, RISC-V and WebAssembly). Full release log and downloads:

Re: docker images

2018-06-29 Thread Seb via Digitalmars-d-announce
On Thursday, 28 June 2018 at 17:54:45 UTC, Radu wrote: Created a couple of docker images useful for dlang dev. LDC cross compiler for ARM - https://hub.docker.com/r/rracariu/ldc-linux-armhf/ This image allows one to easily cross compile to ARM. Main use-case is continuous integration

Re: Phobos and the Tools repo are now on DUB

2018-06-25 Thread Seb via Digitalmars-d-announce
On Monday, 25 June 2018 at 21:34:43 UTC, Seb wrote: Phobos ... I forgot the links to the DUB registry: https://phobos.dub.pm https://dtools.dub.pm

Phobos and the Tools repo are now on DUB

2018-06-25 Thread Seb via Digitalmars-d-announce
Phobos -- It's now possible to access the latest version of Phobos's experimental packages through dub: ``` #!/usr/bin/env dub /++dub.sdl: dependency "phobos:checkedint" version="~master" +/ void main(string[] args) { import stdx.checkedint; // From latest Phobos import

Re: iopipe v0.1.0 - now with Windows support!

2018-06-21 Thread Seb via Digitalmars-d-announce
On Tuesday, 19 June 2018 at 13:04:24 UTC, Steven Schveighoffer wrote: On 6/19/18 7:18 AM, Jacob Carlborg wrote: On 2018-06-11 16:45, Steven Schveighoffer wrote: I just pushed v0.1.1 -- I realized that I never *actually* compiled on windows, and there were a couple things that didn't work.

Re: Beta 2.081.0

2018-06-17 Thread Seb via Digitalmars-d-announce
On Sunday, 17 June 2018 at 05:20:51 UTC, Manu wrote: The biggest highlight in this release for C++ users like myself is a huge amount of work relating to extern(C++). I think this is the biggest step forward since it was introduced in 2012. Mixed-language class hierarchies are now supported,

Re: AppVeyor-D: Project to track recommended appveyor.yml (Win CI)

2018-05-31 Thread Seb via Digitalmars-d-announce
On Thursday, 31 May 2018 at 11:03:43 UTC, jmh530 wrote: On Thursday, 31 May 2018 at 08:31:21 UTC, Nick Sabalausky (Abscissa) wrote: [snip] One nice thing about this (compared to the DWiki page) is that its actually being tested by AppVeyor itself. Plus, it now has full GitHub Issues/PR

DConf hackathon track document

2018-05-04 Thread Seb via Digitalmars-d-announce
As the DConf hackathon is coming up soon, we created a quick document to list the tracks people will be working: https://docs.google.com/document/d/1qrn7JZS62hzsylpGM1VhaT6YW2I1NVDDGQsANv5b1GQ/edit If you already have an idea or want to start a new group, now is the time to add yourself to

DUB registry is now Boost licensed

2018-05-04 Thread Seb via Digitalmars-d-announce
Just a quick heads-up at all those people how were considering of rolling a customized dub in-house (or on your favorite PaaS provider). You can now modify it without needing to publish all your patches which the GPL license before required. Of course, improvement patches (aka PRs) are still

DConf Slack channel

2018-05-02 Thread Seb via Digitalmars-d-announce
Hey everyone, the DConf Slack channel is at dconf.slack.com If you haven't joined yet, visit the invite bot to get an invite: https://dconf-slack-invite.herokuapp.com

C++ Meetup @ DConf on Thursday, May 3rd (7pm)

2018-05-01 Thread Seb via Digitalmars-d-announce
We are very happy to announce another special event at this year's DConf. For the first time, DConf will host a C++ Meetup. On Thursday evening (7pm) (i.e. after all official talks and enough time to have dinner), the C++ folks will invade the DConf territory. There will be a main talk by

Things to do in Munich

2018-04-30 Thread Seb via Digitalmars-d-announce
As I live in Munich and there have been a few threads about things to do in Munich, I thought I quickly share a few selected activities + current events. Activities -- A few highlights: - over 80 museums (best ones: Museum Brandhost, Pinakothek der Moderne, Haus der Kunst, Deutsches

Re: Pre-DConf Meetup on May 1

2018-04-30 Thread Seb 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. 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

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

2018-04-27 Thread Seb via Digitalmars-d-announce
On Friday, 27 April 2018 at 15:20:15 UTC, Jacob Carlborg wrote: On 2018-04-27 09:43, baz@dlang-community wrote: DCD 0.9.4 is available now. Same link. How come there are no binaries for macOS? Seems to be a release script and Travis CI configuration for macOS. Because the DCD release

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

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

2018-04-23 Thread Seb via Digitalmars-d-announce
On Monday, 23 April 2018 at 17:04:09 UTC, Baz @dlang-community wrote: Time to update your favorite D completion daemon and D linter since previous patch were not announced. Changelogs: - https://github.com/dlang-community/DCD/releases - https://github.com/dlang-community/D-Scanner/releases

Re: DUB packages announce Telegram bot

2018-04-23 Thread Seb via Digitalmars-d-announce
On Sunday, 22 April 2018 at 08:41:36 UTC, Denis Feklushkin wrote: On Sunday, 22 April 2018 at 07:59:11 UTC, Seb wrote: On Sunday, 22 April 2018 at 07:49:00 UTC, Denis Feklushkin wrote: Hi! I also made a tool which periodically monitors code.dlang.org for new packages and a notifies its

Re: DUB packages announce Telegram bot

2018-04-22 Thread Seb via Digitalmars-d-announce
On Sunday, 22 April 2018 at 07:49:00 UTC, Denis Feklushkin wrote: Hi! I also made a tool which periodically monitors code.dlang.org for new packages and a notifies its Telegram subscribers. To subscribe just write something to @dlang_announce_bot Also it can be added to groups. Code:

Re: #include C headers in D code

2018-04-10 Thread Seb via Digitalmars-d-announce
On Tuesday, 10 April 2018 at 16:51:57 UTC, Atila Neves wrote: If you get to the point where you can #include , it will be doubly impressive! Not *if*, *when*. ;) Atila FYI people have been fighting with this for a long time: https://github.com/dlang/druntime/pull/1316

Re: Dockerfile with cross-compiler targeting Windows x64

2018-04-07 Thread Seb via Digitalmars-d-announce
On Saturday, 7 April 2018 at 12:24:54 UTC, kinke wrote: Any MS libs that can be bundled "legally"? That's the problem. If there were, they'd be bundled with the LDC Windows packages, so that LDC on Windows wouldn't require a Visual C++ installation anymore and just work out of the box. To

Re: Dockerfile with cross-compiler targeting Windows x64

2018-04-05 Thread Seb via Digitalmars-d-announce
On Thursday, 5 April 2018 at 22:10:08 UTC, WebFreak001 wrote: On Thursday, 5 April 2018 at 11:46:42 UTC, Jacob Carlborg wrote: I've created a Dockerfile [1] containing LDC, configured for cross-compiling targeting Windows x64. It's based on the instructions provided by kinke here [2]. Note,

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread Seb via Digitalmars-d-announce
On Wednesday, 4 April 2018 at 06:36:41 UTC, WebFreak001 wrote: On Tuesday, 3 April 2018 at 23:50:24 UTC, Arredondo wrote: I could not get this to work for me in the past (I'm using Windows 10). I saw this announcement so I decided to try again. After reinstalling code-d I got this in the

Re: Need a fancy domain for your project? .dub.pm has you covered!

2018-04-03 Thread Seb via Digitalmars-d-announce
On Tuesday, 3 April 2018 at 21:28:01 UTC, Tony wrote: Not a big deal since the same table is on code.dlang.org, but on the https://dub.pm/index.htm table, the headings "Name", "Registered" and "Score" are all active links, but the sort is not currently working. Yes, that's expected. dub.pm

Re: Need a fancy domain for your project? .dub.pm has you covered!

2018-03-31 Thread Seb via Digitalmars-d-announce
On Thursday, 23 February 2017 at 14:16:35 UTC, Seb wrote: Hey all, As I own dub.pm since a year and it hasn't been used much, I have just configured automatic sub-domain rewriting, s.t. everyone can have nice and fancy URLs. All sub-domains get redirected to their respective DUB package

Re: Beta 2.079.0

2018-03-30 Thread Seb via Digitalmars-d-announce
On Tuesday, 20 February 2018 at 08:43:50 UTC, Martin Nowak wrote: On Monday, 19 February 2018 at 15:58:57 UTC, Joakim wrote: 17. Allow multiple selective imports from different modules in a single import statement I have a bad feeling that that one is going to be a source of a raft of bugs

Re: Vulkan ErupteD breaking changes and transition strategy

2018-03-26 Thread Seb via Digitalmars-d-announce
On Monday, 26 March 2018 at 09:04:20 UTC, Anton Fediushin wrote: On Monday, 26 March 2018 at 07:51:31 UTC, Seb wrote: On Monday, 26 March 2018 at 07:04:00 UTC, Anton Fediushin wrote: This is a *bad* idea and you shouldn't do that. Just increase MAJOR version and start from there: 2.0.0 -

Re: Vulkan ErupteD breaking changes and transition strategy

2018-03-26 Thread Seb via Digitalmars-d-announce
On Monday, 26 March 2018 at 07:04:00 UTC, Anton Fediushin wrote: This is a *bad* idea and you shouldn't do that. Just increase MAJOR version and start from there: 2.0.0 - Changing how binding works, Vulkan v1.0.69 2.1.0 - Vulkan 1.0.70 ...And so on. This way semver is followed and you don't

Re: Why think unit tests should be in their own source code hierarchy instead of side-by-side

2018-03-22 Thread Seb via Digitalmars-d-announce
On Thursday, 22 March 2018 at 12:25:59 UTC, bauss wrote: On Thursday, 22 March 2018 at 11:47:34 UTC, Alexandru Ermicioi wrote: On Thursday, 22 March 2018 at 11:19:46 UTC, Basile B. wrote: On Thursday, 22 March 2018 at 11:00:31 UTC, Atila Neves wrote: On Thursday, 22 March 2018 at 10:59:56 UTC,

OT: Coffee prices [was Re: The D Language Foundation at Open Collective]

2018-03-15 Thread Seb via Digitalmars-d-announce
On Thursday, 15 March 2018 at 12:36:24 UTC, Meta wrote: On Wednesday, 14 March 2018 at 12:00:42 UTC, Seb wrote: Yeah, the idea is that 5$ a month isn't much (~ one coffee in most countries), but if 500 people donate one coffee a month, you get the entire coffee machine with a warp engine :)

Re: State of D 2018 Survey

2018-03-15 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 07:37:02 UTC, Seb wrote: On Sunday, 11 March 2018 at 18:34:57 UTC, Seb wrote: On Wednesday, 28 February 2018 at 13:41:56 UTC, Mike Parker wrote: About a month ago, Sebastian Wilzbach sent an email out to a few of the core D folks asking for feedback on a survey

Re: Proposal for a standard Decimal type in alpha

2018-03-14 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 14:23:44 UTC, Jordi Gutiérrez Hermoso wrote: On Friday, 12 January 2018 at 15:44:01 UTC, Jack Stouffer wrote: On Thursday, 21 December 2017 at 13:59:28 UTC, Jack Stouffer wrote: ... While I believe my library has certain API advantages, I'm really not

Re: The D Language Foundation at Open Collective

2018-03-14 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 11:51:04 UTC, Martin Tschierschke wrote: On Tuesday, 13 March 2018 at 15:45:51 UTC, Mike Parker wrote: On Tuesday, 13 March 2018 at 15:26:24 UTC, Martin Tschierschke wrote: The Website needs the link, too!: https://dlang.org/foundation/donate.html Yes,

Re: Added Wiki page Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices

2018-03-14 Thread Seb via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 09:29:26 UTC, dangbinghoo wrote: hello there, Just added a paper for cross compiling D on arm linux devices. https://wiki.dlang.org/Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices Great article! How about making a blog post for the DBlog out of this?

Re: State of D 2018 Survey

2018-03-14 Thread Seb via Digitalmars-d-announce
On Sunday, 11 March 2018 at 18:34:57 UTC, Seb wrote: On Wednesday, 28 February 2018 at 13:41:56 UTC, Mike Parker wrote: About a month ago, Sebastian Wilzbach sent an email out to a few of the core D folks asking for feedback on a survey he had put together. He thought it would be useful for

Re: The D Language Foundation at Open Collective

2018-03-12 Thread Seb via Digitalmars-d-announce
On Monday, 12 March 2018 at 14:37:40 UTC, rikki cattermole wrote: Can you guys add another donation package, which is basically pay what you want towards a more long term issue? To incentivize fixing. Monetary wise I shouldn't donate but I do care about shared library support enough that I

Re: Vision document for H1 2018

2018-03-11 Thread Seb via Digitalmars-d-announce
On Monday, 12 March 2018 at 04:54:22 UTC, Jonathan M Davis wrote: On Monday, March 12, 2018 03:37:11 Laeeth Isharc via Digitalmars-d-announce wrote: On Sunday, 11 March 2018 at 19:58:51 UTC, rumbu wrote: > [...] Why are you adding -j8 ? Does it say to do so in the instructions ? Try without

Re: State of D 2018 Survey

2018-03-11 Thread Seb via Digitalmars-d-announce
On Wednesday, 28 February 2018 at 13:41:56 UTC, Mike Parker wrote: About a month ago, Sebastian Wilzbach sent an email out to a few of the core D folks asking for feedback on a survey he had put together. He thought it would be useful for the Foundation to use in order to make decisions about

Re: Vision document for H1 2018

2018-03-11 Thread Seb via Digitalmars-d-announce
On Sunday, 11 March 2018 at 16:15:22 UTC, rumbu wrote: On Sunday, 11 March 2018 at 14:37:28 UTC, bachmeier wrote: And this clarifies the source of your confusion. The D programming language is an open source project, not a for-profit company. D is not the language you're looking for. There

Re: Release D 2.079.0

2018-03-06 Thread Seb via Digitalmars-d-announce
On Tuesday, 6 March 2018 at 19:57:13 UTC, Steven Schveighoffer wrote: On 3/6/18 2:30 PM, Martin Nowak wrote: On Tuesday, 6 March 2018 at 12:21:41 UTC, Steven Schveighoffer wrote: But if needed, you could have your dub package depend on a prior version.

Re: Release D 2.079.0

2018-03-05 Thread Seb via Digitalmars-d-announce
On Monday, 5 March 2018 at 15:16:14 UTC, Atila Neves wrote: On Saturday, 3 March 2018 at 01:50:25 UTC, Martin Nowak wrote: Glad to announce D 2.079.0. This release comes with experimental `@nogc` exception throwing (-dip1008), a lazily initialized GC, better support for minimal runtimes, and

Re: State of D 2018 Survey

2018-02-28 Thread Seb via Digitalmars-d-announce
On Wednesday, 28 February 2018 at 20:24:00 UTC, JN wrote: On Wednesday, 28 February 2018 at 20:01:16 UTC, Seb wrote: Thanks! I hope so too! Is there some way to access the results without retaking the survey? Yeah the link TypeForm generates at the end is permanent:

Re: State of D 2018 Survey

2018-02-28 Thread Seb via Digitalmars-d-announce
On Wednesday, 28 February 2018 at 19:31:27 UTC, Cym13 wrote: If that were to be done again here are a few points that I'd improve: - there are many occurences of open questions where I entered a text only to find that the next fixed-choice question was about what I had written. I therefore

Re: State of D 2018 Survey

2018-02-28 Thread Seb via Digitalmars-d-announce
On Wednesday, 28 February 2018 at 17:42:29 UTC, H. S. Teoh wrote: I can't access the survey. It causes my browser to hang at 100% CPU because of some JS issues, and it doesn't work without JS. Not that's not a bug, but a feature (aka filter) ;-) No seriously, this shouldn't happen

Re: State of D 2018 Survey

2018-02-28 Thread Seb via Digitalmars-d-announce
On Wednesday, 28 February 2018 at 14:53:23 UTC, bachmeier wrote: If you ask about tabs vs spaces but not Emacs vs vi, nobody will take the language seriously. And why are there no questions about beards? I thought one "fun" question is enough. Maybe next year we get more creative ;-)

Re: State of D 2018 Survey

2018-02-28 Thread Seb via Digitalmars-d-announce
On Wednesday, 28 February 2018 at 15:07:51 UTC, jmh530 wrote: On Wednesday, 28 February 2018 at 13:41:56 UTC, Mike Parker wrote: [snip] A few comments 1) How about an N/A or does not apply option? You can simply skip the questions. All questions are optional. 2) The progress bar was

d.godbolt.org now supports DMD

2018-02-23 Thread Seb via Digitalmars-d-announce
Thanks to the work of Rabs Rincon [1] DMD is now supported on https://d.godbolt.org A simple example of comparing DMD's object code with LDC's + GDC's output: https://godbolt.org/g/EQCTNy [1] https://github.com/mattgodbolt/compiler-explorer/issues/306

Re: Beta 2.079.0

2018-02-23 Thread Seb via Digitalmars-d-announce
On Friday, 23 February 2018 at 17:47:08 UTC, Kagamin wrote: auto result = foo(), bar(); Doesn't look like it works. --- int f(int a){ return a; } int main() { int a=f(0),f(1); //doesn't compile return 0; } --- int f(int a){ return a; } int main() { int a; a=f(0),f(1);

Re: Beta 2.079.0

2018-02-22 Thread Seb via Digitalmars-d-announce
On Friday, 23 February 2018 at 03:20:22 UTC, psychoticRabbit wrote: compared to the current change in beta. FWIW the change is almost gone from the beta: https://github.com/dlang/dmd/pull/7939

Re: Beta 2.079.0

2018-02-22 Thread Seb via Digitalmars-d-announce
On Friday, 23 February 2018 at 01:34:54 UTC, Rubn wrote: On Friday, 23 February 2018 at 00:05:59 UTC, Martin Nowak wrote: - each imported module should be on it's own line That's your opinion, my opinion is that importing 6 symbols from 6 different modules for a tiny cli tool sucks and

Re: Beta 2.079.0

2018-02-22 Thread Seb via Digitalmars-d-announce
On Thursday, 22 February 2018 at 13:35:00 UTC, aliak wrote: barring a revert, Who says we can't revert it? https://github.com/dlang/dmd/pull/7939 On the contrary, imho if it's so controversial it should be reverted now, s.t. it doesn't accidentally end up in 2.079 and we would be stuck

Re: Beta 2.079.0

2018-02-19 Thread Seb via Digitalmars-d-announce
On Monday, 19 February 2018 at 18:30:56 UTC, Ali Çehreli wrote: On 02/19/2018 02:49 AM, Martin Nowak wrote: Thanks Martin! You can add at least the following aliases for the contributor list: acehreli: Ali Çehreli aldacron: Mike Parker Ali ... or you could have used your actual name for

  1   2   3   >