Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2024-07-20

00:08:42rb-bluebotBuild Server message: New build round started. Revision 072228bb70, 338 builds, 9 clients.
00:08:43rb-bluebot[feature] playlist. show search progressbar when iterating playlist entries by William Wilgus
00:20:57 Quit jacobk (Ping timeout: 276 seconds)
00:23:30 Quit othello7 (Ping timeout: 252 seconds)
00:23:41rb-bluebotBuild Server message: Build round completed after 901 seconds.
00:23:42rb-bluebotBuild Server message: Revision 072228bb70 result: All green
01:00
01:08:07 Quit massiveH (Quit: Leaving)
01:54:16***Saving seen data "./dancer.seen"
02:00
02:40:28 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
02:40:29 Quit pixelma (Quit: .)
02:41:23 Join pixelma [0] (marianne@p4fe76325.dip0.t-ipconnect.de)
02:41:24 Join amiconn [0] (jens@p4fe76325.dip0.t-ipconnect.de)
03:00
03:19:29 Join lebellium [0] (~lebellium@2a01cb0405d07f0088b5074dc3ab026e.ipv6.abo.wanadoo.fr)
03:25:16 Quit SammysHP (Ping timeout: 245 seconds)
03:25:21 Join SammysHP_ [0] (~SammysHP@faol.sammyshp.de)
03:25:44 Nick SammysHP_ is now known as SammysHP (~SammysHP@faol.sammyshp.de)
03:27:04 Quit TorC (Ping timeout: 245 seconds)
03:27:16 Join TorC [0] (~Tor@fsf/member/TorC)
03:34:09 Quit _bilgus (Read error: Connection reset by peer)
03:34:40 Join _bilgus [0] (~bilgus@syn-162-154-213-134.res.spectrum.com)
03:54:18***Saving seen data "./dancer.seen"
05:00
05:54:19***No seen item changed, no save performed.
07:00
07:24:35_bilgusOk I have the cue_playlist plugin working now, I still need to figure out a way to call it for the current playlist since it doesn't really have an openwith directive
07:25:04_bilgusprobably just add a stub plugin shortcut to apps
07:25:54_bilgus(since its in viewers it makes it impossible for a user to call it without parameters unless they use the file browser
07:25:59_bilgus)
07:29:50rb-bluebotBuild Server message: New build round started. Revision 7e90760a48, 338 builds, 9 clients.
07:29:50rb-bluebot[Feature] Playlis to cue plugin by William Wilgus
07:31:02_bilgusI'll work on the cue viewer next, I think I can make it a plugin and only carry minimal code for it in core
07:45:46rb-bluebotBuild Server message: Build round completed after 958 seconds.
07:45:47rb-bluebotBuild Server message: Revision 7e90760a48 result: All green
07:46:08speachy_bilgus: I found an interesting bug last night in the filetree code
07:46:47speachythe tl;dr: of it is that entries for secondary drives/volumes show up in the plugin browser list
07:47:16_bilgus that sounds.. interesting
07:47:35speachytrivial to reproduce on the sim −− use one that supports an extdisk (x3, clip+, etc), browse into plugins/games, and hit 'e' to toggle the extdisk. you'll see the entries for the extdisk show up
07:48:16_bilgusI've also seen stuff about the db not being ready on USB unplug that makes me wonder about that data abort
07:48:25speachyit was too late last night to figure out where this was coming from, but I think the reason is that the filetree thinks the plugin stuff is looking at the root/toplevel.
07:49:18_bilgusi'll look
07:49:23speachythe logic it uses to determine to show/hide the links to secondary drives is missing something.
07:50:16speachymy commits last night were releated to this −− I was seeing links to <HD1/HD2/HD3> show up on the ipod sim
07:50:26_bilgusits likely something to do with the way the plugins list is generated/the way it sorts categories
07:50:56speachyit's not on the toplevel plugin screen (ie games/apps/demos), but on the levels that show the actual plugins.
07:51:18_bilgusits not really given any context at the top
07:53:18speachythanks
07:53:47speachyI'm still trying to tie off a bajillion little loose ends
07:54:23***No seen item changed, no save performed.
07:54:56_bilgusOH I know whatr this is
07:55:19_bilgusthis is the tail end of enabling folders in the viewer
07:55:29speachyyeah I figured as much
07:55:40_bilgusthey were always there
07:55:46speachyjust didn't have the functioning braincells to work out _where_ it was coming from
07:56:03_bilgusmy bug anyway :)
07:59:59speachyso instead I fixed _my_ regressions that resulted in the sim showing entries for 3-7 extra storage volumes that were never going to be present.
08:00
08:00:46speachyall of this started when I tried to do a hosted target build with the 64-bit storage patch.
08:01:31speachyCPP is amazingly useful/powerful but can lead to some pretty hairy combinatorial messes.
08:01:43speachy(it went boom because of doom, of all things..)
08:11:30_bilgusmy dap is just not somewhere fun to play doom then again I like really small DAPs
08:22:36rb-bluebotBuild Server message: New build round started. Revision f24271c73c, 338 builds, 9 clients.
08:22:36rb-bluebot[Bugfix] Plugin Viewer Don't display SYSTEM folders or Volumes by William Wilgus
08:23:18_bilgusthat should do it
08:34:25_bilgusso like I said the plugin viewer is kinda called weird and w/o context at the top level but I think there is atleast one other place that calls the filetree in a similar manner if you happen to see that elsewhere in your travels
08:36:58rb-bluebotBuild Server message: Build round completed after 863 seconds.
08:36:59rb-bluebotBuild Server message: Revision f24271c73c result: All green
08:37:02rb-bluebotBuild Server message: New build round started. Revision 66b0280bb1, 338 builds, 9 clients.
08:37:03rb-bluebotFS #13445: Fix AI regression in Superdom (Uwe Schächterle) by Solomon Peachy
08:50:07rb-bluebotBuild Server message: Build round completed after 785 seconds.
08:50:08rb-bluebotBuild Server message: Revision 66b0280bb1 result: All green
08:50:11rb-bluebotBuild Server message: New build round started. Revision fe5bee50be, 338 builds, 10 clients.
08:50:12rb-bluebotMultivolume: Hosted targets are also limited to just one volume per "drive" by Solomon Peachy
09:00
09:01:36rb-bluebotBuild Server message: Build round completed after 685 seconds.
09:01:37rb-bluebotBuild Server message: Revision fe5bee50be result: All green
09:13:44rb-bluebotBuild Server message: New build round started. Revision 4e953434c3, 338 builds, 10 clients.
09:13:44rb-bluebotFS #13446 - Updated Korean translation (Hoseok Seo) by Solomon Peachy
09:25:22rb-bluebotBuild Server message: Build round completed after 699 seconds.
09:25:23rb-bluebotBuild Server message: Revision 4e953434c3 result: All green
09:54:27***No seen item changed, no save performed.
09:57:30 Join jjs0077018310196 [0] (~jjs007@host86-191-170-180.range86-191.btcentralplus.com)
10:00
10:16:36 Quit jjs0077018310196 (Quit: The Lounge - https://thelounge.chat)
10:19:19 Join jjs0077018310196 [0] (~jjs007@host86-191-170-180.range86-191.btcentralplus.com)
10:41:38rb-bluebotBuild Server message: New build round started. Revision 6bfcba4422, 338 builds, 10 clients.
10:41:38rb-bluebotFS #13450: 100% Chinese-Simplified translation (Medu Hedan) by Solomon Peachy
10:52:58rb-bluebotBuild Server message: Build round completed after 680 seconds.
10:52:59rb-bluebotBuild Server message: Revision 6bfcba4422 result: All green
11:00
11:13:36 Quit Moriar (Ping timeout: 252 seconds)
11:18:30rb-bluebotBuild Server message: New build round started. Revision e0b34a5c4d, 338 builds, 10 clients.
11:18:30rb-bluebotFS #13449: Generate standalone voice clips in rbutil by Solomon Peachy
11:29:12rb-bluebotBuild Server message: Build round completed after 644 seconds.
11:29:13rb-bluebotBuild Server message: Revision e0b34a5c4d result: All green
11:29:17rb-bluebotBuild Server message: New build round started. Revision 2b7b4c24d5, 338 builds, 10 clients.
11:29:17rb-bluebotFS #13448: Ignore directories with 'talkclips.ignore' file by Solomon Peachy
11:40:44rb-bluebotBuild Server message: Build round completed after 687 seconds.
11:40:45rb-bluebotBuild Server message: Revision 2b7b4c24d5 result: All green
11:46:16 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
11:54:31***Saving seen data "./dancer.seen"
12:00
12:31:00_bilgusWELL that was a rabbit hole it turns out dirbrowse() USUALLY returns a GO_TO_xxx enum but if it reaches then end it returns 'true' which is '1' in this case and interpreted as GO_TO_DBBROWSER
12:47:54_bilgusand I think I finally found the data abort on USB unplug
12:51:20_bilgusreproducible in the sim if anyone wants to play along, go to the plugin browser and toggle the USB with U and bam SEGV
12:59:11 Quit lebellium (Quit: Leaving)
13:00
13:54:32***Saving seen data "./dancer.seen"
15:00
15:54:33***No seen item changed, no save performed.
17:00
17:41:38 Join Moriar [0] (~moriar@107-200-193-159.lightspeed.stlsmo.sbcglobal.net)
17:54:36***No seen item changed, no save performed.
19:00
19:07:58 Join massiveH [0] (~massiveH@pool-173-63-97-164.nwrknj.fios.verizon.net)
19:32:40 Join Trzyzet_ [0] (~Trzyzet@live-34-b2-v4wan-169259-cust832.vm29.cable.virginm.net)
19:32:51 Join ursa-major_ [0] (114efe6c39@2a03:6000:1812:100::11f3)
19:33:00 Join wLLm_ [0] (~wLLm@45.83.5.161)
19:33:03 Quit wLLm (Read error: Connection reset by peer)
19:33:04 Nick wLLm_ is now known as wLLm (~wLLm@45.83.5.161)
19:33:09 Quit Natch (Ping timeout: 258 seconds)
19:33:11 Quit sam_d (Read error: Connection reset by peer)
19:33:17 Quit ursa-major (Read error: Connection reset by peer)
19:33:55 Quit Trzyzet (Ping timeout: 258 seconds)
19:33:56 Nick Trzyzet_ is now known as Trzyzet (~Trzyzet@live-34-b2-v4wan-169259-cust832.vm29.cable.virginm.net)
19:33:58 Join sam_d [0] (~sam@user/sam-d/x-8933526)
19:34:41 Quit vup (Ping timeout: 258 seconds)
19:34:56 Join vup [0] (~~~~@46.101.193.235)
19:37:07 Nick ursa-major_ is now known as ursa-major (114efe6c39@2a03:6000:1812:100::11f3)
19:37:44 Join Natch [0] (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
19:51:50 Join npmania [0] (~npmania@210.123.73.190)
19:54:37***Saving seen data "./dancer.seen"
21:00
21:02:26 Join IPG [0] (~InvoxiPla@2.122.6.66)
21:16:11 Quit baltazar (Ping timeout: 255 seconds)
21:17:52 Join baltazar [0] (~baltazar@user/baltazar)
21:54:39***Saving seen data "./dancer.seen"
22:00
22:12:36 Quit Moriar (Quit: Leaving.)
22:15:42 Join jacobk [0] (~quassel@2601:380:837f:3520:b413:1241:5e3:eebd)
22:36:47 Join Everything [0] (~Everythin@37.115.197.188)
23:00
23:19:54 Quit Everything (Quit: leaving)
23:54:43***Saving seen data "./dancer.seen"

Previous day | Next day