Jump to page: 1 2
Thread overview
Tagging of 1.1.0-beta3
Aug 27, 2016
Kai Nacke
Aug 28, 2016
Johan Engelen
Aug 30, 2016
Kai Nacke
Oct 07, 2016
Kai Nacke
Oct 07, 2016
Johan Engelen
Oct 08, 2016
Kai Nacke
Oct 09, 2016
Johan Engelen
Oct 09, 2016
Johan Engelen
Oct 09, 2016
Kai Nacke
Oct 09, 2016
Kai Nacke
Oct 09, 2016
Johan Engelen
Nov 18, 2016
Dsby
August 27, 2016
Hi all,

I plan do tag the 1.1.0-beta3 version on Sunday (August 28) after 18h (UTC+2).
Before tagging, I'll merge the master branch into the release-1.1.0 branch to get latest fixes.

In my view, the 1.1.0-beta2 release was very successful. Some severe errors were discovered and fixed. A big thank to all testers!

I plan to provide only binaries based on the LLVM 3.9.0rc3 release.

Regards,
Kai

August 28, 2016
On Saturday, 27 August 2016 at 11:03:57 UTC, Kai Nacke wrote:
>
> I plan to provide only binaries based on the LLVM 3.9.0rc3 release.

At least on Mac, 1.1.0-beta2+LLVM3.9 cannot compile a simple vibe.d app (LLVM 3.8 is fine).

https://github.com/ldc-developers/ldc/issues/1712
August 30, 2016
On Sunday, 28 August 2016 at 17:07:36 UTC, Johan Engelen wrote:
> On Saturday, 27 August 2016 at 11:03:57 UTC, Kai Nacke wrote:
>>
>> I plan to provide only binaries based on the LLVM 3.9.0rc3 release.
>
> At least on Mac, 1.1.0-beta2+LLVM3.9 cannot compile a simple vibe.d app (LLVM 3.8 is fine).
>
> https://github.com/ldc-developers/ldc/issues/1712

Yes, I am aware of this issue. Thanks for pointing to it.

Regards,
Kai
October 07, 2016
On Saturday, 27 August 2016 at 11:03:57 UTC, Kai Nacke wrote:
> Hi all,
>
> I plan do tag the 1.1.0-beta3 version on Sunday (August 28) after 18h (UTC+2).
> Before tagging, I'll merge the master branch into the release-1.1.0 branch to get latest fixes.
>
> In my view, the 1.1.0-beta2 release was very successful. Some severe errors were discovered and fixed. A big thank to all testers!
>
> I plan to provide only binaries based on the LLVM 3.9.0rc3 release.
>
> Regards,
> Kai

Hi all!

I now have new development hardware. :-) As a nice test I like to create the beta3 version on Saturday.

Regards,
Kai
October 07, 2016
On Friday, 7 October 2016 at 05:48:32 UTC, Kai Nacke wrote:
>
> Hi all!
>
> I now have new development hardware. :-) As a nice test I like to create the beta3 version on Saturday.

Excellent!

I'd like to rename the new option "-ir2obj-cache" to "-cache", because I'm working on a complementary caching scheme that should just reuse the cache directory. I'll submit a PR in a few seconds. It's not critical for beta3, but I do want to resolve it before releasing 1.1.0.


October 08, 2016
On Friday, 7 October 2016 at 13:34:54 UTC, Johan Engelen wrote:
> Excellent!

It's tagged now.

Regards,
Kai
October 09, 2016
On Saturday, 8 October 2016 at 18:14:58 UTC, Kai Nacke wrote:
> On Friday, 7 October 2016 at 13:34:54 UTC, Johan Engelen wrote:
>> Excellent!
>
> It's tagged now.

I have uploaded the OS X binary package.

I built the Mac binaries with LLVM 3.9.0 and Dub version v1.1.0-beta.1.
For LLVM 3.9, I had to bump the MACOSX_DEPLOYMENT_TARGET to 10.8 (up from 10.7). 10.8 was released July 2012.

-Johan


October 09, 2016
On Saturday, 8 October 2016 at 18:14:58 UTC, Kai Nacke wrote:
> On Friday, 7 October 2016 at 13:34:54 UTC, Johan Engelen wrote:
>> Excellent!
>
> It's tagged now.

Kai, can you do a quick release of LDC 0.17.2 (based on current ltsmaster)?
The current bootstrap procedure when building with LLVM3.9 requires building LLVM3.8 too, because LDC 0.17.1 does not support LLVM3.9. Very annoying, and other people are also running into this problem, e.g. https://github.com/Homebrew/homebrew-core/pull/4579.

Thanks,
  Johan
October 09, 2016
On Sunday, 9 October 2016 at 10:02:54 UTC, Johan Engelen wrote:
> On Saturday, 8 October 2016 at 18:14:58 UTC, Kai Nacke wrote:
>> On Friday, 7 October 2016 at 13:34:54 UTC, Johan Engelen wrote:
>>> Excellent!
>>
>> It's tagged now.
>
> Kai, can you do a quick release of LDC 0.17.2 (based on current ltsmaster)?
> The current bootstrap procedure when building with LLVM3.9 requires building LLVM3.8 too, because LDC 0.17.1 does not support LLVM3.9. Very annoying, and other people are also running into this problem, e.g. https://github.com/Homebrew/homebrew-core/pull/4579.
>
> Thanks,
>   Johan

Good point. I do.

Regards,
Kai
October 09, 2016
On Sunday, 9 October 2016 at 12:09:38 UTC, Kai Nacke wrote:
> On Sunday, 9 October 2016 at 10:02:54 UTC, Johan Engelen wrote:
>> On Saturday, 8 October 2016 at 18:14:58 UTC, Kai Nacke wrote:
>>> On Friday, 7 October 2016 at 13:34:54 UTC, Johan Engelen wrote:
>>>> Excellent!
>>>
>>> It's tagged now.
>>
>> Kai, can you do a quick release of LDC 0.17.2 (based on current ltsmaster)?
>> The current bootstrap procedure when building with LLVM3.9 requires building LLVM3.8 too, because LDC 0.17.1 does not support LLVM3.9. Very annoying, and other people are also running into this problem, e.g. https://github.com/Homebrew/homebrew-core/pull/4579.
>>
>> Thanks,
>>   Johan
>
> Good point. I do.
>
> Regards,
> Kai

Tag for 0.17.2 is created.

Regards,
Kai
« First   ‹ Prev
1 2