LDC 0.16.0 beta1 is out! We highly appreciate your feedback!
extrawurst via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Mon Sep 28 23:25:08 PDT 2015
On Tuesday, 29 September 2015 at 05:20:27 UTC, John Colvin wrote:
> On Tuesday, 29 September 2015 at 02:09:39 UTC, extrawurst wrote:
>> On Monday, 28 September 2015 at 19:09:39 UTC, Kai Nacke wrote:
>>> LDC 0.16.0 beta1 is out! We highly appreciate your feedback!
>>>
>>> Hi everyone!
>>>
>>> [...]
>>
>> Looks great so far, I have tested most of my code on github
>> using travis-ci (awesome that the current versions are on
>> there).
>> Great work so far!
>>
>> Now I wanted to go the lazy way on my osx using brew:
>>
>> ```
>> ldc: stable 0.15.2-beta2 (bottled)
>> Portable D programming language compiler
>> http://wiki.dlang.org/LDC
>> /usr/local/Cellar/ldc/0.15.2-beta2 (267 files, 66M) *
>> Poured from bottle
>> From:
>> https://github.com/Homebrew/homebrew/blob/master/Library/Formula/ldc.rb
>> ```
>>
>> could you update the formular there ?
>>
>> -- Stephan
>
> Under normal circumstances you would get 0.15.1 there, but it
> won't build with recent llvm, hence the beta. If you want the
> latest development version (0.16.0-beta1), do this:
>
> brew reinstall ldc --devel
Well... that did not work out like expected:
```
$ brew reinstall ldc --devel
==> Reinstalling ldc
==> Downloading
https://homebrew.bintray.com/bottles/ldc-0.15.2-beta2.yosemite.bottle.tar.gz
Already downloaded:
/Library/Caches/Homebrew/ldc-0.15.2-beta2.yosemite.bottle.tar.gz
==> Pouring ldc-0.15.2-beta2.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/ldc/0.15.2-beta2: 267 files, 66M
```
I even ran brew update before?!
More information about the digitalmars-d-ldc
mailing list