www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - Tagging of 1.1.0-beta3

reply Kai Nacke <kai redstar.de> writes:
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
Aug 27 2016
next sibling parent reply Johan Engelen <j j.nl> writes:
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
Aug 28 2016
parent Kai Nacke <kai redstar.de> writes:
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
Aug 29 2016
prev sibling next sibling parent reply Kai Nacke <kai redstar.de> writes:
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
Oct 06 2016
parent reply Johan Engelen <j j.nl> writes:
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.
Oct 07 2016
parent reply Kai Nacke <kai redstar.de> writes:
On Friday, 7 October 2016 at 13:34:54 UTC, Johan Engelen wrote:
 Excellent!
It's tagged now. Regards, Kai
Oct 08 2016
next sibling parent Johan Engelen <j j.nl> writes:
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
Oct 09 2016
prev sibling parent reply Johan Engelen <j j.nl> writes:
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
Oct 09 2016
parent reply Kai Nacke <kai redstar.de> writes:
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
Oct 09 2016
parent reply Kai Nacke <kai redstar.de> writes:
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
Oct 09 2016
parent Johan Engelen <j j.nl> writes:
On Sunday, 9 October 2016 at 13:22:42 UTC, Kai Nacke wrote:
 Tag for 0.17.2 is created.
Nice, OS X package is on Github! -Johan
Oct 09 2016
prev sibling parent Dsby <dushibaiyu yahoo.com> writes:
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
when will release the 1.1 ?
Nov 17 2016