Matrix is pretty good too. Bridging slack/irc is also available. It's also used by some large groups (govs, mozilla, etc), via riot/element.io
Is there anyone here running macOS < 10.11 (El Capitan)? Just curious
That would be seriously old @borkdude — I got away by staying on Sierra/High Sierra for a few years, was too busy to upgrade 🙂
OK. I set 10.11 as the minimum version for babashka. 10.10 didn't work. I guess that's ok then.
Oh, I guess I could even make it 10.13 as 10.12 is already EOL
I just checked an my “routing” computer is at 10.11.5
but I don’t think anyone would use an un-updated 2009 macbook pro as a development thing (docker doesn’t run easily on that either)
I just accidentally :w
'd in the #announcements channel, and it was deleted in less than two seconds 😆 was that automation or an admin??? impressive
@borkdude I'm still on 10.12 FYI. I'm tired of Apple breaking my dev env every time I upgrade, so I never moved on from 10.12 😐
that's EOL now :)
I know. brew
squawks at me every time I install something. But macOS upgrades have always been horribly painful for me with Apple just deciding to randomly break stuff (or even delete user files in the past!).
Last couple of upgrades everything pretty much just worked for me
Though I had the brew problem a couple of years ago
@seancorfield I'm very curious though, could I get you to try a bb binary that's compiled with targeting minimal 10.13 at your 10.12 system just to see if it crashes?
if yes, this is the link: https://11871-201467090-gh.circle-artifacts.com/0/release/babashka-0.2.1-SNAPSHOT-macos-amd64.zip
(ex: $ bb '(+ 1 2 3)'
)
Xcode 12 still support back to 10.11 so I could lower the number if there's actually people using bb on these older systems
Downloading...
It runs without complaint on 10.12.
(I don't use bb
so I would only be affected if clj-kondo
stopped running on 10.12)
yeah for clj-kondo it's the same thing. thanks for testing!