Re: LDC 1.6.0

2017-12-04 Thread Ivan Butygin via Digitalmars-d-announce
On Monday, 4 December 2017 at 12:47:35 UTC, data pulverizer wrote: where `newFunction()` is constructed at dynamic compile-time (during runtime) and its return type as well as the return type of `myDynamicFunction()` is only known once the dynamic compilation is done? So could I call

Re: LDC 1.6.0

2017-12-04 Thread data pulverizer via Digitalmars-d-announce
On Sunday, 3 December 2017 at 12:50:26 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.6. The highlights of this version in a nutshell: * Based on D 2.076.1. * Experimental support for dynamic codegen at runtime ('manual JIT'). * Many std.math functions

Re: LDC 1.6.0-beta1

2017-12-03 Thread Jacob Carlborg via Digitalmars-d-announce
On 2017-12-03 12:52, kinke wrote: Working on that. It's not that simple though; we use a custom LLVM, which Travis doesn't manage to build alone in a dedicated job (only ~66% before timing out). Hmm, I would need to do that as well for DStep :(. That's disappointing. Would caching help [1]?

LDC 1.6.0

2017-12-03 Thread kinke via Digitalmars-d-announce
Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.6. The highlights of this version in a nutshell: * Based on D 2.076.1. * Experimental support for dynamic codegen at runtime ('manual JIT'). * Many std.math functions are now CTFE-able. Full release log and downloads:

Re: LDC 1.6.0-beta1

2017-12-03 Thread kinke via Digitalmars-d-announce
On Saturday, 2 December 2017 at 23:08:50 UTC, David Nadlinger wrote: On Saturday, 2 December 2017 at 15:47:23 UTC, Jacob Carlborg wrote: On 2017-12-02 13:41, kinke wrote: Nope, unfortunately still waiting for one of my compadres to create and upload the OSX package. Have you thought of

Re: LDC 1.6.0-beta1

2017-12-03 Thread Jacob Carlborg via Digitalmars-d-announce
On 2017-12-03 00:08, David Nadlinger wrote: That would be a good idea. Also, I uploaded the OS X package just now. (Didn't realise it wasn't built yet…). —David Here's the Travis CI script for one of my projects [1] that uploads to a GitHub release, both for Linux and macOS. [1]

Re: LDC 1.6.0-beta1

2017-12-02 Thread David Nadlinger via Digitalmars-d-announce
On Saturday, 2 December 2017 at 15:47:23 UTC, Jacob Carlborg wrote: On 2017-12-02 13:41, kinke wrote: Nope, unfortunately still waiting for one of my compadres to create and upload the OSX package. Have you thought of automatically build and upload packages using Travis CI? That would be

Re: LDC 1.6.0-beta1

2017-12-02 Thread Jacob Carlborg via Digitalmars-d-announce
On 2017-12-02 13:41, kinke wrote: Nope, unfortunately still waiting for one of my compadres to create and upload the OSX package. Have you thought of automatically build and upload packages using Travis CI? -- /Jacob Carlborg

Re: LDC 1.6.0-beta1

2017-12-02 Thread kinke via Digitalmars-d-announce
On Saturday, 2 December 2017 at 12:13:55 UTC, Basile B. wrote: Hello, it seems that you've forgot to announce the final release. Nope, unfortunately still waiting for one of my compadres to create and upload the OSX package.

Re: LDC 1.6.0-beta1

2017-12-02 Thread Basile B. via Digitalmars-d-announce
On Sunday, 12 November 2017 at 15:57:19 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce the first beta for LDC 1.6. The highlights of this version in a nutshell: * Based on D 2.076.1. * Experimental support for dynamic codegen at runtime ('manual JIT'). *

Re: LDC 1.6.0-beta1

2017-11-13 Thread codephantom via Digitalmars-d-announce
On Monday, 13 November 2017 at 13:37:20 UTC, Joakim wrote: I explained why, the last time we put out a stable release for FreeBSD, ldc 1.2, it only got 4 downloads: http://www.somsubhra.com/github-release-stats/?username=ldc-developers=ldc By comparison, the Win32 build got 282 downloads.

Re: LDC 1.6.0-beta1

2017-11-13 Thread Joakim via Digitalmars-d-announce
On Monday, 13 November 2017 at 02:35:11 UTC, Brian wrote: On Sunday, 12 November 2017 at 15:57:19 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce the first beta for LDC 1.6. The highlights of this version in a nutshell: * Based on D 2.076.1. * Experimental

Re: LDC 1.6.0-beta1

2017-11-12 Thread Brian via Digitalmars-d-announce
On Sunday, 12 November 2017 at 15:57:19 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce the first beta for LDC 1.6. The highlights of this version in a nutshell: * Based on D 2.076.1. * Experimental support for dynamic codegen at runtime ('manual JIT'). *

Re: LDC 1.6.0-beta1

2017-11-12 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 12 November 2017 at 15:57:19 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce the first beta for LDC 1.6. The highlights of this version in a nutshell: * Based on D 2.076.1. * Experimental support for dynamic codegen at runtime ('manual JIT'). *