Re: LDC 1.18.0-beta1

2019-09-12 Thread GreatSam4sure via Digitalmars-d-announce
On Thursday, 12 September 2019 at 23:49:04 UTC, kinke wrote: Glad to announce the first beta for LDC 1.18: * Based on D 2.088.0+ (yesterday's stable). * Bundled dub upgraded to v1.17.0+ with improved LDC support, incl. cross-compilation. * Init symbols of zero-initialized structs are no longer

LDC 1.18.0-beta1

2019-09-12 Thread kinke via Digitalmars-d-announce
Glad to announce the first beta for LDC 1.18: * Based on D 2.088.0+ (yesterday's stable). * Bundled dub upgraded to v1.17.0+ with improved LDC support, incl. cross-compilation. * Init symbols of zero-initialized structs are no longer emitted. * druntime: DMD-compatible {load,store}Unaligned

Re: setup-dmd GitHub action

2019-09-12 Thread kinke via Digitalmars-d-announce
On Thursday, 12 September 2019 at 20:46:42 UTC, Dennis wrote: On Thursday, 12 September 2019 at 19:07:30 UTC, WebFreak001 wrote: ... So I've seen GitHub actions pop-up suddenly but I can't figure out what it is. Googling it gives me some high-level generic description about "workflow

Re: setup-dmd GitHub action

2019-09-12 Thread WebFreak001 via Digitalmars-d-announce
On Thursday, 12 September 2019 at 20:46:42 UTC, Dennis wrote: On Thursday, 12 September 2019 at 19:07:30 UTC, WebFreak001 wrote: ... So I've seen GitHub actions pop-up suddenly but I can't figure out what it is. Googling it gives me some high-level generic description about "workflow

Re: setup-dmd GitHub action

2019-09-12 Thread Dennis via Digitalmars-d-announce
On Thursday, 12 September 2019 at 19:07:30 UTC, WebFreak001 wrote: ... So I've seen GitHub actions pop-up suddenly but I can't figure out what it is. Googling it gives me some high-level generic description about "workflow automation" but I don't see what concrete problem it's trying to

setup-dmd GitHub action

2019-09-12 Thread WebFreak001 via Digitalmars-d-announce
I made a GitHub Actions action and published it on the GitHub marketplace which sets up DMD on Windows, Linux and OSX in the virtual environment on a GitHub Actions runner. It supports any stable release (theoretically also below 2.064) and any pre-release denoted with the -beta.1 suffix for

Re: Github Action: cross-platfrom D compiler installation

2019-09-12 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 12 September 2019 at 13:52:14 UTC, Mihails wrote: https://github.com/marketplace/actions/d-compiler-installation https://github.com/mihails-strasuns/setup-dlang [...] Fantastic, thanks a lot for your work! Kind regards Andre

Github Action: cross-platfrom D compiler installation

2019-09-12 Thread Mihails via Digitalmars-d-announce
https://github.com/marketplace/actions/d-compiler-installation https://github.com/mihails-strasuns/setup-dlang Main difference from https://forum.dlang.org/thread/lrbcmnblvfplkpfao...@forum.dlang.org is that this is written using Github Action Typescript API instead of a docker container and