www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - LDC in Homebrew stuck at version 1.13.0

reply Dennis Cote <private secret.com> writes:
Does anyone know why LDC is stuck at version 1.13.0 in home-brew? 
LDC 1.14.0 was released two weeks ago, and the updates on 
Homebrew have always happened quite quickly in the past.
Mar 02 2019
parent reply Seb <seb wilzba.ch> writes:
On Sunday, 3 March 2019 at 02:04:47 UTC, Dennis Cote wrote:
 Does anyone know why LDC is stuck at version 1.13.0 in 
 home-brew? LDC 1.14.0 was released two weeks ago, and the 
 updates on Homebrew have always happened quite quickly in the 
 past.
I'm guessing that no one got around updating the home brew formula and looking at the history of who did: https://github.com/Homebrew/homebrew-core/pulls?utf8=✓&q=Ldc It looks like the contributors changed often over time. Maybe the Homebrew contributor experience is pretty frustrating? In any case, AFAICT everyone can submit a PR to update a package (have a look at the existing PRs. They just change the hash and version number).
Mar 02 2019
next sibling parent Alex <sascha.orlov gmail.com> writes:
On Sunday, 3 March 2019 at 03:32:00 UTC, Seb wrote:
 On Sunday, 3 March 2019 at 02:04:47 UTC, Dennis Cote wrote:
 Does anyone know why LDC is stuck at version 1.13.0 in 
 home-brew? LDC 1.14.0 was released two weeks ago, and the 
 updates on Homebrew have always happened quite quickly in the 
 past.
I'm guessing that no one got around updating the home brew formula and looking at the history of who did: https://github.com/Homebrew/homebrew-core/pulls?utf8=✓&q=Ldc It looks like the contributors changed often over time. Maybe the Homebrew contributor experience is pretty frustrating?
It is just boring ;)
 In any case, AFAICT everyone can submit a PR to update a 
 package (have a  look at the existing PRs. They just change the 
 hash and version number).
Could this be built into some delivering process? I assume somewhere along publishing the link to the image on the website...
Mar 03 2019
prev sibling parent Dennis Cote <private secret.com> writes:
On Sunday, 3 March 2019 at 03:32:00 UTC, Seb wrote:
 In any case, AFAICT everyone can submit a PR to update a 
 package (have a  look at the existing PRs. They just change the 
 hash and version number).
I took a stab at doing this, but ran into issues with homebrew. I have now resolved the issues, but in the meantime one of the other users updated the ldc formula to install 1.14.0. I should be able to do it for the next version of ldc.
Mar 04 2019