Earlier quoted context omitted.
Don't forget rake. The latest version of rake broke all versions of Rails (don't know if this got fixed yet).
Well for rake the breakage was intentional. The Object class shouldn't have been littered with the rake API. After all it was 0.8.7 to 0.9.0. In Rake 0.9.1 the global API is back, but with warnings this time. The rake 0.9 beta was out for months, so I am surprised that something as high profile as rails got broken. While framework maintainers are ultimately responsible for their own stuff, the rake maintainer could h…
SlimGems, a drop-in replacement for RubyGems -- now available
21–30 of 41 posts
Re: SlimGems, a drop-in replacement for RubyGems -- now available
#22If this is the big complaint (from the slimgems site): "Deprecations would not mean warning messages or method removal. We will work with the community to make sure library developers upgrade their code on a convenient time frame for everybody (years, not months), and that nothing breaks. No rush!" Then it's the kind of lesson that can be learned from and fixed. No need for forks.
http://blog.majesticseacreature.com/establishing-release-man...
Re: SlimGems, a drop-in replacement for RubyGems -- now available
#23Earlier quoted context omitted.
Don't forget rake. The latest version of rake broke all versions of Rails (don't know if this got fixed yet).
Well for rake the breakage was intentional. The Object class shouldn't have been littered with the rake API. After all it was 0.8.7 to 0.9.0. In Rake 0.9.1 the global API is back, but with warnings this time. The rake 0.9 beta was out for months, so I am surprised that something as high profile as rails got broken. While framework maintainers are ultimately responsible for their own stuff, the rake maintainer could h…
Strike my "0.8.7 to 0.9.0" rationale.
Re: SlimGems, a drop-in replacement for RubyGems -- now available
#24If this is the big complaint (from the slimgems site): "Deprecations would not mean warning messages or method removal. We will work with the community to make sure library developers upgrade their code on a convenient time frame for everybody (years, not months), and that nothing breaks. No rush!" Then it's the kind of lesson that can be learned from and fixed. No need for forks.
I agree. But, to be fair, it's hard to hope for the project to be improved and fixed when someone responsibly brings up the issue on the RubyGems issue tracker and gets the following response from a RubyGems developer:
> Really? Don't you have anything better to do than to post inflammatory shit to this tracker?
Re: SlimGems, a drop-in replacement for RubyGems -- now available
#25RubyGems 1.8.5 actually breaks Rails 2.3.11. Just to be really clear there: the package manager breaks the 4 month old release of the most important framework for that language, on a branch that until rather recently was still the preferred production stack (and is still used by a bazillion websites). I was flabbergasted. Really? Nobody thought to check to make sure the package manager release doesn't break Rails 2 c…
Essentially, what I mean to ask is if this kind of breakage is expected in JRuby anytime soon.
Re: SlimGems, a drop-in replacement for RubyGems -- now available
#26If this is the big complaint (from the slimgems site): "Deprecations would not mean warning messages or method removal. We will work with the community to make sure library developers upgrade their code on a convenient time frame for everybody (years, not months), and that nothing breaks. No rush!" Then it's the kind of lesson that can be learned from and fixed. No need for forks.
> Then it's the kind of lesson that can be learned from and fixed. No need for forks. I agree. But, to be fair, it's hard to hope for the project to be improved and fixed when someone responsibly brings up the issue on the RubyGems issue tracker and gets the following response from a RubyGems developer: > Really? Don't you have anything better to do than to post inflammatory shit to this tracker?
No, that's not a great solution. But neither is supporting a fork by someone who's been working on this for three weeks when the current RubyGems core team has members on it with over 4 years of experience with the codebase. At the very least, this needs to stop being emotional and the technical points need to be laid out cleanly on white paper.
Re: SlimGems, a drop-in replacement for RubyGems -- now available
#27Before you make a decision for or against SlimGems, please be sure to check out my series on RubyGems, in particular note the following things that happened in the last week: * RubyGems now promises to stay API compatible with whatever version of gems ships with the latest point release of Ruby 1.9. That means if RubyGems 1.8 ships with Ruby 1.9.3, the RubyGems 1.8 API will be preserved at a minimum until Ruby 1.9.4…
Has anyone discussed emailing the authors specified in the gemspecs of the gems that will be breaking with these upcoming changes?
Re: SlimGems, a drop-in replacement for RubyGems -- now available
#28Before you make a decision for or against SlimGems, please be sure to check out my series on RubyGems, in particular note the following things that happened in the last week: * RubyGems now promises to stay API compatible with whatever version of gems ships with the latest point release of Ruby 1.9. That means if RubyGems 1.8 ships with Ruby 1.9.3, the RubyGems 1.8 API will be preserved at a minimum until Ruby 1.9.4…
So far I'm not really a fan of forking RubyGems, but I am concerned with the solution you mentioned for compatibility with Rails (which I take as a good metaphor for any large Ruby project) — a new point release. How is that going to work for people on Rails 2.2 or other projects with incompatibilities? Has anyone discussed emailing the authors specified in the gemspecs of the gems that will be breaking with these up…
Re: SlimGems, a drop-in replacement for RubyGems -- now available
#29Packaging is one of those things like indentation style and text editors: nobody can ever agree. I know this is mostly designed to be Internet Drama ("I've saved the Ruby community from the RubyGems Cowboys! Yay for me! I'm cooler than _why!!"), but the reality is, everyone wants their own package manager. Every Linux distribution has their own. Perl has three CPAN clients, two of which are in the core! Anyway, I thi…
Re: SlimGems, a drop-in replacement for RubyGems -- now available
#30Earlier quoted context omitted.
Don't forget rake. The latest version of rake broke all versions of Rails (don't know if this got fixed yet).
Well for rake the breakage was intentional. The Object class shouldn't have been littered with the rake API. After all it was 0.8.7 to 0.9.0. In Rake 0.9.1 the global API is back, but with warnings this time. The rake 0.9 beta was out for months, so I am surprised that something as high profile as rails got broken. While framework maintainers are ultimately responsible for their own stuff, the rake maintainer could h…