egg|zzz|egg changed the topic of #principia to: READ THE FAQ: http://goo.gl/gMZF9H; The current version is Clifford. We currently target 1.2.2, and 1.3.1. <scott_manley> anyone that doubts the wisdom of retrograde bop needs to get the hell out | https://xkcd.com/323/
Raidernick has quit [Read error: Connection reset by peer]
Majiir is now known as Snoozee
Raidernick has joined #principia
Raidernick has quit [Client Quit]
Raidernick has joined #principia
egg has quit [Read error: Connection reset by peer]
Rokker has quit [Quit: Connection closed for inactivity]
NolanSyKinsley has quit [Remote host closed the connection]
Mike` has quit [Ping timeout: 190 seconds]
Mike` has joined #principia
Bigcheese has quit [Ping timeout: 195 seconds]
Bigcheese has joined #principia
egg has joined #principia
NolanSyKinsley has joined #principia
Rokker has joined #principia
egg|cell|egg has joined #principia
egg|phone|egg has quit [Ping timeout: 190 seconds]
egg|phone|egg has joined #principia
egg|cell|egg has quit [Read error: Connection reset by peer]
egg|cell|egg has joined #principia
egg|phone|egg has quit [Ping timeout: 186 seconds]
egg|phone|egg has joined #principia
egg|cell|egg has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
awang has quit [Ping timeout: 198 seconds]
awang has joined #principia
egg|phone|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has joined #principia
egg|cell|egg has joined #principia
egg|phone|egg has quit [Read error: Connection reset by peer]
egg|phone|egg has joined #principia
egg|mobile|egg has joined #principia
egg|phone|egg has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
egg|cell|egg has quit [Ping timeout: 190 seconds]
Technicalfool has quit [Quit: rebuuuuuut]
egg|phone|egg has joined #principia
egg|mobile|egg has quit [Read error: Connection reset by peer]
egg|cell|egg has joined #principia
egg|phone|egg has quit [Read error: Connection reset by peer]
awang has quit [Ping timeout: 186 seconds]
awang has joined #principia
awang has quit [Killed (NickServ (GHOST command used by awang_))]
awang_ has joined #principia
Technicalfool has joined #principia
egg|phone|egg has joined #principia
egg|phone|egg has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
egg|phone|egg has joined #principia
egg|cell|egg has quit [Read error: Connection reset by peer]
egg|cell|egg has joined #principia
egg|phone|egg has quit [Ping timeout: 190 seconds]
Hypergolic_Skunk has joined #principia
egg|phone|egg has joined #principia
egg|cell|egg has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
<GH> [Principia] pleroy commented on issue #1750: retest this please https://git.io/vxt7E
egg is now known as egg|nomz|egg
egg|nomz|egg is now known as egg
<awang_> egg: Do you know if linux has the extra dlls?
<egg> it doesn't last Sarbian checked
<awang_> Dangit
<egg> awang_: anyway I think mono says the OS is Unix in both cases
<egg> oh
<egg> right this might be an issue
<GH> [Principia] pleroy opened pull request #1757: Upgrade to VS2017 preview 15.7 (master...VS2017.15.7) https://git.io/vxqJI
* awang_ shakes fist at Squad
<egg> awang_: otoh we don't have warnings as errors on linux so shrug
<awang_> Hey, VS finally fixed enough bugs?
<awang_> lol
<awang_> Alright, guess that works
<Sarbian> Did you find out if a Win compiled dll works on Mac with those new files ?
<awang_> It does
<awang_> Or it did for me, unless I screwed something up
Hypergolic_Skunk has quit [Quit: Connection closed for inactivity]
<Qboid> [#1757] title: Upgrade to VS2017 preview 15.7 | | https://github.com/mockingbirdnest/Principia/issues/1757
<egg> awang_: the second 3 gets turned into 0
<egg> awang_: yay miscompilation
<egg> awang_: but now at least it's good enough that we can upgrade
<awang_> egg: wat
<awang_> ...How
<awang_> Anyways, so c++17 features? :D
<egg> or at least more 14
<egg> we'll have to see exactly what works
<egg> (there's the issue that we have an ancient libc++ on linux even though we have a recentish clang though)
<egg> awang_: if you have questions about phl's code feel free to comment on the pull requests btw
<egg> more eyeballs is good :D
<awang_> Oh, does libc++ not get updated that frequently? Or just a matter of not yet pulled down the updates
pizzaoverhead has joined #principia
<awang_> And what's broken about the old libc++?
<awang_> egg: Figured that the GH comments should be saved for actual code review stuff
<egg> awang_: yeah but you're free to jump in and review
<egg> awang_: well it doesn't have newer things
<egg> awang_: e.g. eggsperimental/filesystem works around the lack of filesystem
pizzaoverhead has quit [Client Quit]
<egg> and then on some versions you have actual brokenness but that's a different question
pizzaoverhead has joined #principia
<awang_> Doubt I'll have anything helpful to say, since much of the subject matter is way over my head
<awang_> But I'll give it a shot
<awang_> Eventually
Jesin has joined #principia
<awang_> Time to bundle libc++ with Principia? :D
<egg> aaaaaaa
<egg> (although, we have been discussing using a custom libm, so,)
<GH> [Principia] pleroy commented on issue #1750: Thanks for your contribution. https://git.io/vxqIu
<GH> [Principia] pleroy pushed 4 new commits to master: https://git.io/vxqIz
<GH> Principia/master 64d72e4 Alex Wang: Update to KSP 1.4.1
<GH> Principia/master 657a24e Alex Wang: Add references to DLLs only present on macOS...
<GH> Principia/master fba04c5 Alex Wang: Load Unity split DLLs only on non-Windows systems...
<GH> [Principia] pleroy closed pull request #1750: Get ksp_plugin_adapter compiling with KSP 1.4.1 (master...add-ksp-1.4.0-compatibility) https://git.io/vAjx1
<awang_> For that all-important reproducibility?
<egg> eggsactly
<egg> also while we're at it we could use one that's correctly-rounded
<egg> we don't care about the perf of stuff that calls libm
Jesin has quit [Quit: Leaving]
<awang_> Wait, isn't libm required to be correctly rounded?
<awang_> s/m r/m already r/
<Qboid> awang_ meant to say: Wait, isn't libm already required to be correctly rounded?
<egg> no, it's an IEEE recommendation, not a requirement, and for transcendental functions it's hard
<egg> (in edge cases it may require multiprecision)
<awang_> Ah
<awang_> Oh, just curious
<awang_> How does Principia deal with denormals?
<awang_> If it does at all
<egg> what do you mean
<egg> by "deal with"
<awang_> Un
<awang_> s/n/h
<Qboid> awang_ meant to say: Uh
<awang_> Do anything specifically meant to handle denormals
<awang_> e.g. flush to zero
awang_ has quit [Ping timeout: 190 seconds]
awang has joined #principia
<egg> awang: why the hell would we do that