HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/plain; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 00:59:28 GMT Content-length: 1566 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) -- ## 26: Win32 Tickets ## -- -- Open Win32 tickets in Trac -- -- Original email by Jim Keenan: -- In recent weeks Paul C. Anagnostopoulos has become a very active contributor. Among other things, he responded favorably to my request to look at older tickets on the Windows platform and see if there are issues that can be cleared up with a little testing. -- -- But why should Paul have all the fun? -- -- Here's a query which will show you all new, open and reopened tickets which list Win32 as the platform. (I threw in the cygwin platform as well in the hope that if we clear up a problem on win32 it might clear up a cygwin problem as well.) -- -- -- Original TracQuery by Jim Keenan: -- http://trac.parrot.org/parrot/query?status=assigned&status=new&status=reopened&order=id&platform=win32&platform=cygwin&col=id&col=summary&col=status&col=type&col=component SELECT id AS ticket, summary, status, t.type AS type, component, priority, version, time AS created, c.value AS platform, owner, -- underscore fields only show up when report is downloaded. changetime AS _changetime, reporter AS _reporter, description AS _description FROM ticket t LEFT JOIN enum p ON p.name = t.type LEFT JOIN ticket_custom c ON c.ticket = t.id AND c.name = 'platform' WHERE status <> 'closed' AND ( c.value = 'win32' OR c.value = 'cygwin' ) ORDER BY id aLink="false">http://tra