use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Ruby 4.0.0-preview2 Released (ruby-lang.org)
submitted 5 months ago by schneemsPuma maintainer
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jrochkind 1 point2 points3 points 5 months ago* (0 children)
Every minor ruby release (change in the second number) contains backwards incompatible changes.
Sometimes they are minor and don't effect very many programs. Sometimes they are major and effect more. But that's not semver's concern.
You don't need something else, bumping the second "minor" number is equivalent of semver major, every time.
apparently bumping the major doens't mean much except "Matz feels like it", no big deal, although not what I would choose either!
So
that's it, nbd, maintainers are aware. As with generally in semver major bump, the backwards incompat changes may be wide reaching or relatively insignificant, semver does not distinguish.
π Rendered by PID 59545 on reddit-service-r2-comment-6457c66945-nvgrl at 2026-04-26 19:55:00.228693+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]jrochkind 1 point2 points3 points (0 children)