Talk:Pikmin (GC): Difference between revisions

no edit summary
No edit summary
Line 8: Line 8:
::::If we had an index of some sort of all valid builds, it could probably be done. Something that compares the revision number against the index to see if it's in there or not; if it is it returns a success, if not a fail. But that would need to hook into buildbot probably in order to keep the index up to date. - [[User:Xerxes|Xerxes]] ([[User talk:Xerxes|talk]]) 10:13, 7 January 2018 (CET)
::::If we had an index of some sort of all valid builds, it could probably be done. Something that compares the revision number against the index to see if it's in there or not; if it is it returns a success, if not a fail. But that would need to hook into buildbot probably in order to keep the index up to date. - [[User:Xerxes|Xerxes]] ([[User talk:Xerxes|talk]]) 10:13, 7 January 2018 (CET)
::::Actually maybe we could just generate an index from the git repo? I've never used git so I don't know if/how it stores the revision numbers in the format Dolphin uses, or how it handles the old SVN builds. I'll try to do some research and tinkering around with it this week, it sounds fun. - [[User:Xerxes|Xerxes]] ([[User talk:Xerxes|talk]]) 12:15, 7 January 2018 (CET)
::::Actually maybe we could just generate an index from the git repo? I've never used git so I don't know if/how it stores the revision numbers in the format Dolphin uses, or how it handles the old SVN builds. I'll try to do some research and tinkering around with it this week, it sounds fun. - [[User:Xerxes|Xerxes]] ([[User talk:Xerxes|talk]]) 12:15, 7 January 2018 (CET)
:::::I'm making hypothetical what it'll mean when we actually got full list of valid revisions off from somewhere, I've created batch file that will output count from 1 to 9000 <pre>for /l %%i in (1,1,9000) do (echo %%i>>lol.txt)</pre> then used Notepad++'s regex to replace linebreaks to add "4.0-" and then add Wiki's regex args, apparently regex can only look for ~3500 matches each, and you're looking at ~3 seconds per regex. It'd be unimaginable what it'll mean to every test entry there are on this site. [[User:Lucario|Lucario]] ([[User talk:Lucario|talk]]) 03:34, 8 January 2018 (CET)
6,576

edits