Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@smls
Last active May 8, 2016 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smls/eed26639e60f199613495a114856f41c to your computer and use it in GitHub Desktop.
Save smls/eed26639e60f199613495a114856f41c to your computer and use it in GitHub Desktop.

Perl 6 RT ticket searches

rt.perl.org is notoriously had to navigate, so here are some search links I have bookmarked, which may be useful to others as well.

All these searches only include tickets in the perl6 queue.
Results are sorted by the time the tickets were last updated (most recent first), and use an output format / column arrangement which I find friendlier than the RT default.
EDIT: Except that the RT system's overzealous "cross-site request forgery" protection screws it up. Grrrr. The searches still work (you have to follow the "click here to resume your request" link in the page it shows you), but you'll see the search results in the default sort order and output format, which is not so nice. If anyone knows a work-around, please let me know.

By status

By RT tag

(Only new, open and stalled tickets.)

Tag Description
testneeded tickets that can be closed once a test is added to Roast

By title tag

(Only new, open and stalled tickets.)

Tag Description
BUILD issues with the build system
CONC concurrency-related issues --I confirmed that all of these are still reproducible as of May 6, 2016)
GLR fallout from the Great List Refactor which was done in the fall of 2015
JVM issues with Rakudo's JVM backend
LHF low-hanging fruit, i.e. issues which a newbie could fix
LTA less-than-awesome error messages or warnings
META tickets for grouping/referencing other tickets
NYI specced but not-yet-implemented features
OSX issues specific to the OSX platform
PATCH tickets that have a patch attached
PERF performance-related issues
POD issues with the Perl 6 POD documentation language
PRECOMP issues with precompilation
RFC request for comments, regarding language changes / feature additions
SEGV VM crashes
SPESH issues with the dynamic optimizer
STAR issues with the Rakudo Star distribution
TODO reminders for things that should be implemented
UNI Unicode-related issues
WEIRD tickets about particularly strange bugs/behaviors

Misc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment