--- Log for 12.11.121 Server: sodium.libera.chat Channel: #rockbox --- Nick: rb-logbot Version: Dancer V4.16 Started: 10 days and 23 hours ago 00.19.18 Quit tchan (Ping timeout: 260 seconds) 00.32.19 Join tchan [0] (~tchan@c-98-206-141-238.hsd1.il.comcast.net) 01.00.01 *** Saving seen data "./dancer.seen" 01.31.12 Quit dconrad (Remote host closed the connection) 01.35.51 Join dconrad [0] (~dconrad@152.117.104.224) 01.40.06 Quit dconrad (Ping timeout: 245 seconds) 03.00.02 *** Saving seen data "./dancer.seen" 03.11.16 Quit richbridger (Ping timeout: 268 seconds) 03.14.27 Join richbridger [0] (~richbridg@089144202142.atnat0011.highway.a1.net) 05.00.04 *** Saving seen data "./dancer.seen" 07.00.07 *** No seen item changed, no save performed. 07.10.34 Quit paulcarroty (Quit: Bridge terminating on SIGTERM) 07.10.36 Quit blbro[m] (Quit: Bridge terminating on SIGTERM) 07.10.43 Quit kadoban (Quit: Bridge terminating on SIGTERM) 07.10.56 Quit unmanbearpig (Ping timeout: 245 seconds) 07.12.57 Join unmanbearpig [0] (~unmanbear@user/unmanbearpig) 07.27.01 Join kadoban [0] (~kadoban@user/kadoban) 07.35.15 Join paulcarroty [0] (~paulcarro@2001:470:69fc:105::216) 07.35.27 Join blbro[m] [0] (~blbrostra@2001:470:69fc:105::8f7) 07.43.29 Join massiveH [0] (~massiveH@ool-18e4ebfe.dyn.optonline.net) 07.50.43 Quit kadoban (Quit: Client limit exceeded: 20000) 07.50.58 Quit paulcarroty (Quit: Client limit exceeded: 20000) 08.00.41 Quit unmanbearpig (Ping timeout: 256 seconds) 08.02.25 Join unmanbearpig [0] (~unmanbear@user/unmanbearpig) 08.46.21 Quit massiveH (Quit: Leaving) 09.00.08 *** Saving seen data "./dancer.seen" 10.48.17 Quit danwellby (Ping timeout: 246 seconds) 10.52.19 Join johnb5 [0] (~johnb2@p5b3afb11.dip0.t-ipconnect.de) 11.00.09 *** Saving seen data "./dancer.seen" 11.05.49 Join dconrad [0] (~dconrad@152.117.104.224) 11.08.17 Join danwellby [0] (~danwellby@88.97.8.245) 11.11.02 Quit unmanbearpig (Ping timeout: 268 seconds) 11.12.28 Join unmanbearpig [0] (~unmanbear@user/unmanbearpig) 11.30.18 Quit dconrad (Remote host closed the connection) 11.53.33 Join lebellium [0] (~lebellium@2a01cb04012c09002c75ce8af04d6787.ipv6.abo.wanadoo.fr) 12.50.15 Quit johnb5 (Ping timeout: 256 seconds) 12.55.06 Join ZincAlloy [0] (~Adium@2a02:8108:943f:d824:d84:bd81:7a3d:15a8) 13.00.11 *** Saving seen data "./dancer.seen" 13.10.08 Join dconrad [0] (~dconrad@152.117.104.224) 13.58.36 Join johnb5 [0] (~johnb2@p5b3afb11.dip0.t-ipconnect.de) 14.05.33 Quit johnb5 (Ping timeout: 268 seconds) 14.13.02 Quit danwellby (Quit: Watch out For sysops carrying carpet and quicklime) 14.14.34 Join danwellby [0] (~danwellby@88.97.8.245) 14.18.53 Join S|h|a|w|n [0] (~shawn156@c-76-25-73-212.hsd1.co.comcast.net) 14.18.53 Quit S|h|a|w|n (Changing host) 14.18.53 Join S|h|a|w|n [0] (~shawn156@user/shawn/x-4432647) 14.33.23 Quit danwellby (Ping timeout: 264 seconds) 14.38.26 Quit mrkrisprolls (Ping timeout: 260 seconds) 15.00.15 *** Saving seen data "./dancer.seen" 15.02.40 Join danwellby [0] (~danwellby@88.97.8.245) 15.16.59 Join amachronic [0] (~amachroni@user/amachronic) 15.23.08 # Build Server message: 3New build round started. Revision ee27ba416f, 303 builds, 11 clients. 15.23.15 Join kadoban [0] (~kadoban@user/kadoban) 15.23.15 Join paulcarroty [0] (~paulcarro@2001:470:69fc:105::216) 15.25.51 # dconrad: (re g3960) have you tried logging the voltage it's giving during the retries? 15.31.58 # I haven't, but now that you mention it that seems like an obvious thing to do 15.33.14 # Build Server message: 3Build round completed after 606 seconds. 15.33.17 # Build Server message: 3Revision ee27ba416f result: All green 15.33.43 # i'd have to check since I haven't looked in a long time, but it should return a specific bogus value in case of i2c issues 15.36.26 # yes it's INT_MIN 15.37.42 # I'll try it a second here, just have to rearrange things a little to be able to log that 15.44.50 # hm, I get 0, 0, 4125 15.45.25 # updated the logf patchset too 15.45.28 # so I suppose it needs time to get an initial reading? 15.46.43 # I suppose... is the result from _battery_voltage() signed? so int_min would be -(2^15) or something like that 15.46.54 # in case of i2c issues 15.47.21 # hmm didn't think of that 15.48.29 # looks like it is, should get passed through as -(2^32) 15.48.56 # so 0 is actually the axp saying it hasn't gotten a reading yet 15.49.41 # -(2^32) is an overflow for 32 bit...? 15.49.57 # eh, well it's whatever INT_MIN is 15.50.45 # which should be -(2^31), obviously... 15.50.48 # der 15.50.48 # yeah it seems to act repeatably, returns 0's until a valid reading, and then goes right to ~4120 15.51.30 # so my patchset seems to work, but I suppose it's prudent to simplify it down to "wait until a nonzero value"...? 15.52.21 Join johnb5 [0] (~johnb2@p5b3afb11.dip0.t-ipconnect.de) 15.52.41 # that seems sane 15.53.05 # like the DX50/DX90 loop I suppose 15.53.39 # yeah, for some reason I just kind of assumed it was charging a cap or something and would rise gradually 15.55.07 # you may as well do a blanket enable for m3k / q1 / eros q. I'll test it on the q1. 15.55.18 # sounds good 15.59.08 # this reminds me of what i learned from one of my C mentors back in the day. signed and unsigned arithmetic in many cases are the exact same algorithm. 15.59.37 # i know that's at least the case for addition and subtraction 15.59.51 # twos complement anyway 16.02.50 Join mrkrisprolls [0] (mrkrisprol@lecturify.net) 16.03.34 # pushed an updated g3956 if you want to try it amachronic 16.04.15 # should be <= 0 not < 0 16.04.25 # minor typo :) 16.04.33 # ah ayup, good catch 16.05.46 # updated 16.10.17 Quit johnb5 (Ping timeout: 256 seconds) 16.10.39 # hooray, it didn't catch fire :) 16.10.45 # woohoo! 16.10.47 # i'll have to try pushing the timeout lower though (didn't check) 16.11.01 # (the fixed delay I mean) 16.11.06 # that's what I'm doing now, I'll check both devices with a delay of 50ms 16.11.52 # oh, the q1's already at 20ms so I don't think I'll go lower. 16.12.34 # i'll check my m3k... 16.15.28 # it works with 50ms as well. 16.16.38 # both m3k and erosq seem to be working at that delay as well here 16.18.06 # what was the original reason you said you had added that delay? something to do with the sd card? 16.18.54 # yeah, on the m3k the SD bus is powered by an off-by-default output 16.19.32 # the card doesn't initialize reliably without some delay 16.19.37 # hmm, so that wait probably has the biggest impact in the bootloader? 16.19.48 # (assuming this battery read fix) 16.20.35 # the wait in rockbox is technically redundant since the bootloader already turned everything on 16.21.47 # right, I'm just thinking how long does it need to be to ensure it doesn't break the bootloader's sd card read after the delay correction recently 16.22.05 # 50ms is probably plenty long...? 16.22.33 # it was originally 5ms, which actually meant 20ms. 16.22.48 # ok, so we're good then 16.24.09 # so i'll merge it with 50ms on the m3k and whatever is reasonable for the eros q 16.25.00 # eros q can probably be the same, I haven't tested the bootloader with that value though 16.25.59 # I'm kicking all the problems down the road to the next BL release with the m3k and q1. 16.26.14 # guess eros q has no BL release so you kinda have to keep it working :/ 16.26.20 # yeah 16.26.47 # my gut says to stay with a larger value and just leave a note about it for now 16.27.27 # agreed 16.27.44 # but it's all up to you 16.28.48 # one second, I'll upload a new patchset 16.30.46 # ok, I'll say that's good 16.31.06 # arbitrarily picked 200ms 16.31.29 # Build Server message: 3New build round started. Revision 59ef877c94, 303 builds, 11 clients. 16.31.33 # there it goes. 16.32.06 # gah, typo in the commit notes haha 16.32.17 # go figure 16.32.37 # ah well, made the same mistake myself a few times. 16.34.21 # "rename usb_drv_recv() to usb_recv_recv_nonblocking()" 16.34.32 # and I was trying to make things clearer LOL 16.34.35 # whoopsies haha 16.35.37 # what was the symptom when you didn't have the bootloader power stabilization time long enough? I think I might build the bootloader real quick and just make sure it behaves ok 16.35.48 # was it obvious? 16.35.54 # it'll be 'rockbox not found' or so 16.36.00 # ok, cool 16.38.51 # "I didn't find rockbox, but i did find missingno." 16.39.26 # that's just as good 16.41.21 # well the bootloader seems to work alright on my device at least 16.41.43 # so no harm, no foul 16.44.13 # Build Server message: 3Build round completed after 765 seconds. 16.44.14 # Build Server message: 3Revision 59ef877c94 result: All green 16.45.40 Quit amachronic (Quit: amachronic) 16.54.23 Quit amiconn (Ping timeout: 246 seconds) 16.54.30 Join amiconn_ [0] (jens@p200300ea87277000305e95fffec66ff3.dip0.t-ipconnect.de) 16.54.30 Nick amiconn_ is now known as amiconn (jens@p200300ea87277000305e95fffec66ff3.dip0.t-ipconnect.de) 16.54.44 Quit pixelma (Ping timeout: 246 seconds) 16.54.48 Join pixelma_ [0] (marianne@p200300ea87277000305e95fffec66ff3.dip0.t-ipconnect.de) 16.54.48 Nick pixelma_ is now known as pixelma (marianne@p200300ea87277000305e95fffec66ff3.dip0.t-ipconnect.de) 16.57.19 Quit mrkrisprolls (Ping timeout: 256 seconds) 16.58.07 # hmm, I suppose I could have keyed the ifdef off of HAVE_AXP_PMU instead of explicitly stating the models... oh well 16.58.57 # might come back to bite us if/when the next x1000 device port comes around 17.00.12 Quit dconrad () 17.00.18 *** Saving seen data "./dancer.seen" 17.18.42 DEBUG EOF from server (Connection timed out) (snapshot: netstuff.c line 545) 17.18.42 *** Cleanup 17.18.42 *** Cleanup 17.18.42 *** No seen item changed, no save performed. 17.18.42 *** Exit 17.18.43 *** Started Dancer V4.16 17.18.43 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.18.43 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.18.43 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.18.43 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.18.43 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.18.43 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.18.43 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.18.43 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.18.43 *** Unable to connect to irc.libera.chat on port 6667 (tried 8 times) 17.18.43 *** Cleanup 17.18.43 *** Cleanup 17.18.43 *** No seen item changed, no save performed. 17.18.43 *** Exit 17.35.16 *** Started Dancer V4.16 17.35.16 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.35.16 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.35.16 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.35.16 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.35.16 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.35.16 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.35.16 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.35.16 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.35.16 *** Unable to connect to irc.libera.chat on port 6667 (tried 8 times) 17.35.16 *** Cleanup 17.35.16 *** Cleanup 17.35.16 *** No seen item changed, no save performed. 17.35.16 *** Exit 17.51.48 *** Started Dancer V4.16 17.51.48 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.51.48 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.51.48 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.51.48 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.51.48 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.51.48 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.51.48 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 17.51.48 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 17.51.48 *** Unable to connect to irc.libera.chat on port 6667 (tried 8 times) 17.51.48 *** Cleanup 17.51.48 *** Cleanup 17.51.48 *** No seen item changed, no save performed. 17.51.48 *** Exit 18.08.20 *** Started Dancer V4.16 18.08.20 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 18.08.20 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 18.08.20 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 18.08.20 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 18.08.20 DEBUG gethostbyname(2) failed for irc.libera.chat (Resource temporarily unavailable) (snapshot: netstuff.c line 99) 18.08.20 DEBUG gethostbyname(2) failed for irc.libera.chat (Success) (snapshot: netstuff.c line 99) 18.08.20 *** Connected to irc.libera.chat on port 6667 18.08.20 *** Logfile for #rockbox started 18.21.25 Mode "rb-logbot :+i" by rb-logbot 18.21.31 *** Server message 501: 'rb-logbot :Unknown MODE flag' 18.21.31 Join rb-logbot [0] (~rockbox@archos.rockbox.org) 18.21.31 Join mrkrisprolls [0] (mrkrisprol@mrkrisprolls.orange.ircnow.org) 18.21.31 Join pixelma [0] (marianne@p200300ea87277000305e95fffec66ff3.dip0.t-ipconnect.de) 18.21.31 Join amiconn [0] (jens@p200300ea87277000305e95fffec66ff3.dip0.t-ipconnect.de) 18.21.31 Join paulcarroty [0] (~paulcarro@2001:470:69fc:105::216) 18.21.31 Join kadoban [0] (~kadoban@user/kadoban) 18.21.31 Join danwellby [0] (~danwellby@88.97.8.245) 18.21.31 Join S|h|a|w|n [0] (~shawn156@user/shawn/x-4432647) 18.21.31 Join lebellium [0] (~lebellium@2a01cb04012c09002c75ce8af04d6787.ipv6.abo.wanadoo.fr) 18.21.31 Join blbro[m] [0] (~blbrostra@2001:470:69fc:105::8f7) 18.21.31 Join richbridger [0] (~richbridg@089144202142.atnat0011.highway.a1.net) 18.21.31 Join tchan [0] (~tchan@c-98-206-141-238.hsd1.il.comcast.net) 18.21.31 Join munkis [0] (~mendel_mu@ool-ae2cb218.dyn.optonline.net) 18.21.31 Join jadzia [0] (~jadzia@2604:3d09:1b85:4200::b3d8) 18.21.31 Join yosafbridge [0] (~yosafbrid@static.38.6.217.95.clients.your-server.de) 18.21.31 Join jackie [0] (~jackie@banana-new.kilobyte22.de) 18.21.31 Join jschwart [0] (~quassel@2001:985:2c6e:0:b00b:32ff:fe28:5567) 18.21.31 Join dys [0] (~dys@user/dys) 18.21.31 Join hook54321 [0] (sid149355@user/hook54321) 18.21.31 Join zizzy [0] (sid385519@lymington.irccloud.com) 18.21.31 Join asaba [0] (~asabas@103.113.159.250) 18.21.31 Join JanC [0] (~janc@user/janc) 18.21.31 Join CasBot [0] (~matrixbot@connolly.tech) 18.21.31 Join +speachy [0] (~speachy@rockbox/developer/speachy) 18.21.31 Join j-r [0] (~j-r@p2003000623267218404207fffefd0a65.dip0.t-ipconnect.de) 18.21.31 Join berber [0] (~berber@v2202101107577140883.nicesrv.de) 18.21.31 Join Galois [0] (djao@efnet.math.uwaterloo.ca) 18.21.31 Join tertu [0] (~tertu@user/tertu) 18.21.31 Join emacsomancer [0] (~emacsoman@136.60.128.68) 18.21.31 Join braewoods [0] (~braewoods@user/braewoods) 18.21.31 Join rudi_s [0] (~simon@user/rudi-s/x-7673890) 18.21.31 Join spork [0] (topic@31-151-2-135.dynamic.upc.nl) 18.21.31 Join ddevault [0] (e7b4bb6755@sourcehut/staff/ddevault) 18.21.31 Join rogeliodh [0] (~rogeliodh@rogeliodh.dev) 18.21.31 Join Retr0id [0] (~Retr0id@user/retr0id) 18.21.31 Join TorC [0] (~Tor@fsf/member/TorC) 18.21.31 Join Ckat [0] (~Ckat@xn--z7x.xn--6frz82g) 18.21.31 Join gevaerts [0] (~fg@user/gevaerts) 18.21.31 Join user282069 [0] (user@2a01:7e00::f03c:92ff:fe7f:456d) 18.21.31 Join Pokey [0] (~pokey@spikeyCactus/hoosky) 18.21.31 Join cb_ [0] (~calvin@fctnnbsc38w-47-55-90-145.dhcp-dynamic.fibreop.nb.bellaliant.net) 18.21.31 Join funman [0] (~fun@chui-pas.net) 18.21.31 Join Skyrider [0] (~Skyrider@v220200567215119438.goodsrv.de) 18.21.31 Join bluebrother^ [0] (~dom@user/bluebrother) 18.21.31 Join Solanacean_ [0] (solanacean@176.214.16.178) 18.21.31 Join rb-bluebot [0] (~rb-bluebo@rockbox/bot/utility) 18.21.31 Join benjaoming [0] (~benjaomin@37.139.19.237) 18.21.31 Join gsora [0] (~gsora@140.238.174.213) 18.21.31 Join amdj [0] (amdj@libera/staff/amdj) 18.21.31 Join Riviera [0] (Riviera@user/riviera) 18.21.31 Join bleb [0] (~cm@user/bleb) 18.21.31 Join vup [0] (~~~~@46.101.193.235) 18.21.31 Join michaelni [0] (~michael@213-47-68-29.cable.dynamic.surfer.at) 18.21.31 Join edward [0] (~edward@user/edward) 18.21.31 Join Maxdamantus [0] (~Maxdamant@user/maxdamantus) 18.21.31 Join olspookishmagus [0] (~pookie@snf-137798.vm.okeanos.grnet.gr) 18.21.31 Join melmothX [0] (~marco@amusewiki/marco) 18.21.31 Join Arsen [0] (arsen@managarm/dev/Arsen) 18.21.31 Join reductum [0] (~reductum@2603-8000-b400-8764-dea6-32ff-fe16-a622.res6.spectrum.com) 18.21.31 Join q3k [0] (q3k@hswaw/infra/q3k) 18.21.31 Join yang [0] (~yang@fsf/member/yang) 18.21.31 Join __builtin [0] (~quassel@rockbox/developer/builtin) 18.21.31 Join dfgg [0] (~dfgg@user/dfgg) 18.21.31 Join Romster [0] (~romster@user/romster) 18.21.31 Join rasher [0] (~rasher@user/rasher) 18.21.31 Join ats_ [0] (~ats@cartman.offog.org) 18.21.31 Join SammysHP [0] (~SammysHP@faol.sammyshp.de) 18.21.31 Join GeekShadow [0] (~antoine@82-64-164-139.subs.proxad.net) 18.21.31 Join Rondom [0] (~rondom@user/rondom) 18.21.31 Join toruvinn [0] (~toruvinn@77-255-90-179.adsl.inetia.pl) 18.21.31 Join Piece_Maker [0] (~Piece_Mak@cpc95746-bolt17-2-0-cust360.10-3.cable.virginm.net) 18.21.31 Join _bilgus [0] (~bilgus@162.154.213.134) 18.21.31 Join akaWolf [0] (~akaWolf@akawolf.org) 18.21.31 Join dbohdan [0] (~dbohdan@user/dbohdan) 18.21.31 Join kirvesAxe [0] (kirvesaxe@user/kirvesaxe) 18.21.31 Join ParkerR [0] (~ParkerR@znc.withg.org) 18.21.31 Join user890104 [0] (~Venci@freemyipod/user890104) 18.21.31 Join skipwich [0] (~skipwich@user/skipwich) 18.21.31 Join wolfshappen [0] (~waff@irc.furworks.de) 18.21.31 Join advcomp2019_ [0] (~advcomp20@user/advcomp2019) 18.21.31 Join ufdm [0] (~ufdm@c-73-164-63-214.hsd1.mn.comcast.net) 18.21.31 Join kugel_ [0] (~kugel@ip5f59a293.dynamic.kabel-deutschland.de) 18.21.31 Join Xeha [0] (~Xeha@dynamic-82-220-88-142.ftth.solnet.ch) 18.25.29 Quit lebellium (Quit: Leaving) 18.28.23 Nick ats_ is now known as ats (~ats@cartman.offog.org) 20.07.35 Join massiveH [0] (~massiveH@ool-18e4ebfe.dyn.optonline.net) 20.08.23 *** Saving seen data "./dancer.seen" 20.29.40 Join cockroach [0] (~blattodea@user/cockroach) 20.58.31 # <_bilgus> dconrad 20.58.55 # <_bilgus> this you? 20.58.57 # <_bilgus> In file included from /home/bilgus/Desktop/RockboxDev/rockbox/apps/debug_menu.c:36:0: 20.58.57 # <_bilgus> enum charge_state_type 20.59.21 # <_bilgus> powermgmt.h:29:1: error: expected ‘;’, identifier or ‘(’ before ‘enum’ 21.10.34 # <_bilgus> oh nm my fault your file just happened to be needing compiling 22.08.24 *** No seen item changed, no save performed. 22.21.00 Quit cockroach (Quit: leaving) 22.43.14 Quit massiveH (Read error: Connection reset by peer) 22.50.59 Join massiveH [0] (~massiveH@ool-18e4ebfe.dyn.optonline.net) 23.06.02 Join massive_H [0] (~massiveH@ool-18e4ebfe.dyn.optonline.net) 23.07.39 Quit massive_H (Client Quit) 23.08.30 Quit massiveH (Ping timeout: 260 seconds) 23.14.09 Join massiveH [0] (~massiveH@ool-18e4ebfe.dyn.optonline.net)