egg changed the topic of #principia to: READ THE FAQ: http://goo.gl/gMZF9H; The current version is Cesàro. 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/
awang has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
awang has joined #principia
MrSavage has joined #principia
e_14159 has quit [Ping timeout: 183 seconds]
e_14159 has joined #principia
icefire has quit [Remote host closed the connection]
uj8efdjkfdshf has joined #principia
Rokker has joined #principia
MrSavage has quit [Remote host closed the connection]
lamont_ has joined #principia
lamont has quit [Ping timeout: 186 seconds]
lamont_ is now known as lamont
awang has quit [Killed (NickServ (GHOST command used by awang_))]
uj8efdjkfdshf has quit [Quit: Connection closed for inactivity]
uj8efdjkfdshf has joined #principia
awang has joined #principia
WetLemons has quit [Ping timeout: 186 seconds]
WetLemons has joined #principia
WetLemons has quit [Ping timeout: 198 seconds]
ferram4 has quit [Ping timeout: 186 seconds]
ferram4 has joined #principia
Asymptote has joined #principia
awang has quit [Ping timeout: 204 seconds]
Rokker has quit [Quit: Connection closed for inactivity]
icefire has joined #principia
NolanSyKinsley has quit [Remote host closed the connection]
<egg|zzz|egg>
awang: if there are pragma onces in cpp files, that's because someone was daft and typed that mechanically
<egg|zzz|egg>
awang: yeah, gmock and override is annoyingly noisy
<awang>
Are unused variables worth removing?
<awang>
And when going through warnings, should I leave code in the deps/ directory alone?
<egg|zzz|egg>
awang: nah, ignore unused variables for now, a lot of that is stuff for testing, documents what the expression is
<awang>
Excuse to used [[maybe_unused]]?
<egg|zzz|egg>
hmm, not sure whether that'll work with MSVC
<awang>
What version of MSVC are you targeting?
<egg|zzz|egg>
2015, bug in 2017 prevents switching
<awang>
:(
<awang>
Bug still present in 15.3?
<egg|zzz|egg>
awang: please make one pull request per type of warning btw, so that if one is spammy we can just discard that without affecting the rest
<awang>
Since that was released relatively recently, I think?
<awang>
Also, what about warnings about deprecated definition of implicit copy/move ctors/etc.?
<awang>
Oh ho, this is new
<awang>
clang apparently has thread safety warnings now
NolanSyKinsley has joined #principia
<egg|zzz|egg>
awang: yeah, I know about the thread safety warning (we try to put annotations like GUARDED_BY), requires the libs to have corresponding annotations though.
<egg|zzz|egg>
awang: uhm the auto const p doesn't look intentional
Jesin has quit [Quit: Leaving]
Rokker has quit [Quit: Connection closed for inactivity]
<egg|zzz|egg>
UmbralRaptor: can you use the principia libraries for eggsoplanets :-p
<GH>
[Principia] pleroy opened pull request #1574: Fix plotting of predictions (master...Predictions) https://git.io/vdUiD
<UmbralRaptor>
Probably?
<egg|zzz|egg>
UmbralRaptor: clearly you should do that (and 古在!)
<UmbralRaptor>
Uh, still mostly getting beat up by the problems in Goldstein at the moment.
<UmbralRaptor>
Also poking at eggsoplanet observations.
Jesin has joined #principia
<UmbralRaptor>
(which sadly involve very little physics)
<egg|zzz|egg>
UmbralRaptor: try poking bofh for eggsplanations of the more abstract aspects of the structures underlying this stuff (the exercises themselves mostly look like a lot of calculation, but knowing what goes on at a higher level can be useful)