***ad___latebras is now known as the_essential_le
***the_essential_le is now known as essential_lemur
<joolean>What are the Cool Kids (i.e., people on master) doing to inspect SCMs in GDB these days? It looks like gdb_print was removed. <joolean>Specifically, it looks like wingo removed it with a5d0c1 <nalaginrut>I think Content-Length:0 bug was fixed in master, right? I know it's fixed in stable-2.0 <nalaginrut>if-none-match can't accept a normal string as etag? <ijp>./stdio.h:1034:1: error: 'gets' undeclared here (not in a function) _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); ^ <ijp>never seen that one before <ijp>maybe I'll clear my config cache and try again *stis__ is feeling the power of mother nature (thunder and lightning) <ijp>yeah, seems it was just a stale cache <ArneBab>I wrote a script which uses binomial expansion, and when my numbers get too big, it returns +nan.0 <ArneBab>do you know how I can make it cope with huge numbers? <lloda>.02 is inexact, so it'll be done in floating point. Try 1/50 or #e.02 (?) <ArneBab>it was originally intended for n up to 20 and min_players up to 9 <ArneBab>but it proved to be extremely useful for quick probability checking… <lloda>if the big numbers only appear in the intermediate steps, there should be a better way to compute that, but I don't know <ArneBab>first observation: the memory usage rises <ArneBab>with floats: 14MiB, with (/ 1 50) it’s already at 30MiB. <ArneBab>something weird happened there… I got a huge number in return <ArneBab>seems that it was just the exact representation ***essential_lemur is now known as EvilTheCat
*wingo found a nice bug in soft ports <wingo>source locations at the repl are almost always wrong <dsmith-work>wingo: That last update fixed the last error I saw. But added a new one. coverage.test now fails. <wingo>dsmith-work: yep, working on that <wingo>in a local branch i patched the reader to add source info to the spine of lists, not just the head <wingo>maybe that will give us source info for lone symbols and immediates <wingo>tough to plumb it through psyntax though ***EvilTheCat is now known as Turkish_pizza
*dsmith-work ducks before wingo can swing <civodul>dsmith-work: you'll have to ping him again :-)