egg changed the topic of #principia to: Logs: https://esper.irclog.whitequark.org/principia | <scott_manley> anyone that doubts the wisdom of retrograde bop needs to get the hell out | https://xkcd.com/323/ | <egg> calculating the influence of lamont on Pluto is a bit silly…
Raidernick has quit [Ping timeout: 189 seconds]
Raidernick has joined #principia
_whitelogger has joined #principia
UmbralRaptop has joined #principia
UmbralRaptor has quit [Ping timeout: 189 seconds]
UmbralRaptor has joined #principia
UmbralRaptop has quit [Ping timeout: 189 seconds]
UmbralRaptop has joined #principia
UmbralRaptor has quit [Ping timeout: 189 seconds]
UmbralRaptor has joined #principia
UmbralRaptop has quit [Ping timeout: 189 seconds]
_whitelogger has joined #principia
<queqiao->
⟨egg⟩ rnlahaye does https://github.com/mockingbirdnest/Principia/pull/3279 (requiring 10.14 Mojave) sound reasonable? I don’t have a good intuition of what is sensible as a version requirement for mac users.
<queqiao->
⟨rnlahaye⟩ ⟪egg⟫ rnlahaye does <https://github.com/mockin[…] ⮪ The computer I was using up until a few months ago was stuck on 10.13 High Sierra; it’s possible others are as well. On the other hand, the last update to 10.13 was over a year ago. What features do you want from Mojave?
<queqiao->
> Thankfuly, there is a implementation path available for when c++ exceptions are turned off which doesn't depend on the newer libc++ so if possible you can use that option.which sounds interesting (we don’t use exceptions).
<queqiao->
⟨egg⟩ right, and the availability attribute is _LIBCPP_AVAILABILITY_THROW_BAD_VARIANT_ACCESS which is #defined to nothing if _LIBCPP_NO_EXCEPTIONS.
<queqiao->
⟨egg⟩ ⟪rnlahaye⟫ It looks like the 10.13 dependency is […] ⮪ Indeed; we could even stay on 10.12 and compile without exceptions. Thanks for the pointers, it does indeed sound like we don’t really need 10.14 yet (at least not for that), and requiring might be a bit iffy if you were still there a couple of months ago.