egg changed the topic of #principia to: READ THE FAQ: http://goo.gl/gMZF9H; The current version is Чебышёв. We currently target both 1.2.2 and 1.3. <scott_manley> anyone that doubts the wisdom of retrograde bop needs to get the hell out | https://xkcd.com/323/
<egg|zzz|egg> lamont: you did remove the -mmacosx-version-min=10.7 when building on 10.12 right?
e_14159 has quit [Ping timeout: 195 seconds]
e_14159 has joined #principia
TechnicallySleeping is now known as Technicalfool
UmbralRaptor is now known as NomalRaptor
Moistmelon is now known as Wetmelon
<lamont> egg: yeah i had to do that
<lamont> it also had the same error when compiled with that flag, before you added the shared mutexes — so that flag doesn’t make any difference either way for the compile error on 10.12
icefire has quit [Read error: Connection reset by peer]
sdrodge has quit [Ping timeout: 195 seconds]
uj8efdjkfdshf has joined #principia
sdrodge has joined #principia
NomalRaptor is now known as UmbralRaptor
<GH> [Principia] pleroy closed pull request #1563: Remove Cayley plotting (master...RemoveCayleyPlotting) https://git.io/v5Fmx
Wetmelon has quit [Ping timeout: 183 seconds]
Moistmelon has joined #principia
<GH> [Principia] eggrobin created Cesàro-MacOS from Cesàro-MacOS (+0 new commits): https://git.io/v5F5V
<GH> [Principia] eggrobin opened pull request #1566: No shared_mutex on MacOS. (Cesàro-MacOS...MacOS) https://git.io/v5F51
<GH> [Principia] eggrobin closed pull request #1566: No shared_mutex on MacOS. (Cesàro-MacOS...MacOS) https://git.io/v5F51
<GH> [Principia] eggrobin opened pull request #1567: No shared_mutex on MacOS (master...Cesàro-MacOS) https://git.io/v5F5Q
<egg|zzz|egg> !tell lamont ok, try compiling the branch https://github.com/mockingbirdnest/Principia/tree/Ces%C3%A0ro-MacOS
<Qboid> egg|zzz|egg: I'll redirect this as soon as they are around.
Moistmelon has quit [Read error: Connection reset by peer]
Technicalfool has quit [Ping timeout: 204 seconds]
awang has joined #principia
<awang> egg|zzz|egg: Vast majority of the test failures I'm seeing appear to be integrator test errors
<awang> Actual results off by some number of ULPs?
<egg|zzz|egg> as long as those numbers are smol that sounds okish
<egg|zzz|egg> awang: we made a commit without shared_mutex so lamont can build on 10.11
<egg|zzz|egg> (and so people can use principia pre-10.12 too)
<egg|zzz|egg> lamont will build that later I think
<awang> egg|zzz|egg: Partial logs before I killed the test: https://pastebin.com/QWJvd7eR
<awang> I got it to build by using "real" Clang
<awang> Not Apple's version
<awang> Have yet to actually install
<awang> Need to finish a launch first
<awang> Will this release require a new save?
<egg|zzz|egg> nah
<awang> Also, SO MANY WARNINGS
<egg|zzz|egg> :D
<egg|zzz|egg> awang: what's your version header?
<egg|zzz|egg> cat base/version.generated.cc
<awang> 2017082119-Чебышёв-19-g82b0fa27e3acc98a4219a8ad47b27f5a097f6c07-dirty
<awang> Oh wait
<awang> Last pulled August 17
<awang> Oops
<egg|zzz|egg> awang: uuuuuuuh
<egg|zzz|egg> awang: yeah, try building from Cesàro
<awang> My bad...
<awang> Hmmm
<awang> These warnings about "moving a local object in a return statement prevents copy elision"
<awang> Are those worth fixing?
<awang> Or are those wrong?
<egg|zzz|egg> the warnings are correct, we should fix them
Asymptote has joined #principia
<awang> Wonder if I can find time this weekend...
<egg|zzz|egg> awang: hadn't you found some weirdness with a decltype somewhere in our codebase btw?
<awang> Uhhhh
<awang> Let me check my logs
<awang> Don't remember off the top of my head
<egg|zzz|egg> awang: ah yes #RO.log:Aug 13 00:45:49 <awang> egg: geometry/barycentre_calculator.hpp:24
<egg|zzz|egg> you should make an issue about that one too
<egg|zzz|egg> also I should go to work
egg|zzz|egg is now known as egg|afk|egg
<awang> Ah, right, I need to replace that with Product<>
<awang> I'll put that on the list of things to do this weekend
<awang> Or earlier
<awang> egg|afk|egg: I'm now getting SIGILL when running the test suite o_O
egg|work|egg has joined #principia
awang has quit [Ping timeout: 195 seconds]
NolanSyKinsley has quit [Remote host closed the connection]
awang has joined #principia
awang has quit [Ping timeout: 183 seconds]
awang has joined #principia
awang has quit [Ping timeout: 383 seconds]
awang has joined #principia
awang has quit [Ping timeout: 383 seconds]
awang has joined #principia
awang has quit [Ping timeout: 204 seconds]
awang has joined #principia
Rokker has quit [Quit: Connection closed for inactivity]
awang has quit [Ping timeout: 183 seconds]
Jesin has quit [Quit: Leaving]
Jesin has joined #principia
awang has joined #principia
awang has quit [Ping timeout: 186 seconds]
Technicalfool has joined #principia
Rokker has joined #principia
Wetmelon has joined #principia
regex has joined #principia
awang has joined #principia
Jesin has quit [Quit: Leaving]
Jesin has joined #principia
UmbralRaptor is now known as AberrantRaptor
regex_ has joined #principia
regex_ has quit [Remote host closed the connection]
regex has quit [Remote host closed the connection]
<lamont> In file included from tools/generate_configuration.cpp:13:
<Qboid> lamont: egg|zzz|egg left a message for you in #principia [18.09.2017 07:50:03]: "ok, try compiling the branch https://github.com/mockingbirdnest/Principia/tree/Ces%C3%A0ro-MacOS"
<lamont> In file included from ./physics/solar_system.hpp:13:
<lamont> In file included from ./physics/ephemeris.hpp:12:
<lamont> ./base/shared_lock_guard.hpp:33:32: error: use of class template 'std::lock_guard' requires template arguments
<lamont> using shared_lock_guard = std::lock_guard;
<lamont> ^
<lamont> class _LIBCPP_TYPE_VIS_ONLY lock_guard
<lamont> ^
<lamont> fatal error: too many errors emitted, stopping now [-ferror-limit=]
<lamont> 2 errors generated.
<lamont> make: *** [obj/tools/generate_configuration.o] Error 1
regex has joined #principia
egg|work|egg has quit [Ping timeout: 180 seconds]
egg|work|egg_ has joined #principia
Daz has joined #principia
Hypergolic_Skunk has joined #principia
NolanSyKinsley has joined #principia
NolanSyKinsley has quit [Remote host closed the connection]
NolanSyKinsley has joined #principia
<egg|afk|egg> lamont: phl screwed up and didn't test, will fix asap :-p
egg|afk|egg is now known as egg
<egg> apologies for the inconvenience
<egg> lamont: will do that after dinner, in ~ 1 h
egg is now known as egg|nomz|egg
AberrantRaptor is now known as NomalRaptor
<GH> [Principia] pleroy opened pull request #1568: Verify that the MacOS code compiles (Cesàro-MacOS...MacOS) https://git.io/v5NvA
<GH> [Principia] pleroy pushed 2 new commits to Cesàro-MacOS: https://git.io/v5Nvj
<GH> Principia/Cesàro-MacOS e9740c6 pleroy: Verify that the MacOS code compiles.
<GH> Principia/Cesàro-MacOS a5b69fc Pascal Leroy: Merge pull request #1568 from pleroy/MacOS...
<egg|nomz|egg> !tell lamont try again
<Qboid> egg|nomz|egg: I'll redirect this as soon as they are around.
egg|nomz|egg is now known as egg
uj8efdjkfdshf has quit [Quit: Connection closed for inactivity]
<egg> !wpn lamont
* Qboid gives lamont a singular varistor-like ordinal
icefire has joined #principia
icefire has quit [Remote host closed the connection]
icefire has joined #principia
Wetmelon has quit [Ping timeout: 183 seconds]
* egg stabs timezones
egg is now known as egg|zzz|egg
egg|phone|egg has joined #principia
Hypergolic_Skunk has quit [Quit: Connection closed for inactivity]
SilverFox has quit [Ping timeout: 200 seconds]
SilverFox has joined #principia
awang has quit [Read error: Connection reset by peer]
awang has joined #principia
Wetmelon has joined #principia
Asymptote has quit [Ping timeout: 383 seconds]
<lamont> mmm yes, compiling sorry, distracted
<Qboid> lamont: egg|nomz|egg left a message for you in #principia [18.09.2017 18:42:22]: "try again"
<lamont> clang++ -c -std=c++1z -stdlib=libc++ -O3 -g -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer -Wall -Wpedantic -DPROJECT_DIR='std::experimental::filesystem::path("ksp_plugin_adapter/")' -DSOLUTION_DIR='std::experimental::filesystem::path("./")' -DTEMP_DIR='std::experimental::filesystem::path("/tmp")' -DNDEBUG -mmacosx-version-min=10.7 -arch x86_64 -I. -Ideps/glog/src -Ideps/protobuf/src -Ideps/Optional
<lamont> -Ideps/eggsperimental_filesystem/ -Ideps/googletest/googlemock/include -Ideps/googletest/googletest/include -Ideps/googletest/googlemock/ -Ideps/googletest/googletest/ -Ideps/benchmark/include ksp_plugin_test/mock_plugin.cpp -o obj/ksp_plugin_test/mock_plugin.o
<lamont> In file included from ksp_plugin_test/mock_plugin.cpp:2:
<lamont> In file included from ./ksp_plugin_test/mock_plugin.hpp:9:
<lamont> In file included from ./ksp_plugin/plugin.hpp:15:
<lamont> In file included from ./base/thread_pool.hpp:52:
<lamont> ./base/thread_pool_body.hpp:19:13: error: no function template matches function template specialization 'ExecuteAndSetValue'
<lamont> inline void ExecuteAndSetValue<void>(std::function<void()> const& function,
Asymptote has joined #principia
Asymptote has quit [Ping timeout: 195 seconds]
regex has quit [Remote host closed the connection]
NomalRaptor is now known as UmbralRaptor
Wetmelon has quit [Ping timeout: 183 seconds]