{2} Active Tickets by Version (4241 matches)

This report shows how to color results by priority, while grouping results by version.

Last modification time, description and reporter are included as hidden fields for useful RSS export.

Results (101 - 150 of 4241)

1 2 3 4 5 6 7 8 9 10 11 12 13

1.4.0 (1 match)

Ticket Summary Component Version Type Owner Status Created
#923 Make RNG algorithm used by rand dynop pluggable core 1.4.0 bug new 08/15/09

1.5.0 (5 matches)

Ticket Summary Component Version Type Owner Status Created
#943 Real counterparts of some trig functions not defined core 1.5.0 bug Paul C. Anagnostopoulos new 08/24/09
#946 Order-of-destruction error with Scheduler PMC GC 1.5.0 bug new 08/25/09
#987 Make breakpoints actually work in parrot_debugger tools 1.5.0 bug Paul C. Anagnostopoulos assigned 09/07/09
#985 proper Configure.pl-time check for hires timers profiling 1.5.0 todo cotto new 09/07/09
#959 Auto-generate #include dependency graphs in docs/ at build. docs 1.5.0 todo new 08/30/09

1.6.0 (25 matches)

Ticket Summary Component Version Type Owner Status Created
#1015 clone_p_p segfaults with self-referential Hash pmc. core 1.6.0 bug whiteknight new 09/17/09
#1044 Configure.pl relies too heavily on perl5 ccflags settings. configure 1.6.0 bug jkeenan assigned 09/21/09
#1045 parrot needs a shared library even if configured with --parrot_is_shared=0. configure 1.6.0 bug new 09/21/09
#1046 Configure.pl allows sizeof(INTVAL) != sizeof(void *), but parrot requires them to be equal. configure 1.6.0 bug new 09/21/09
#1048 [TODO] Configure.pl needs a has_function() function. configure 1.6.0 bug new 09/21/09
#1050 [TODO] [C] Use strerror_r instead of strerror core 1.6.0 bug new 09/21/09
#1054 Some documents at docs.parrot.org are missing data. website 1.6.0 bug new 09/21/09
#1055 t/pmc/complex.t: sinh_of_complex_numbers: some tests fail on Win32 core 1.6.0 bug new 09/21/09
#1074 Parrot fails to build with gcc when using --optimize on OpenSolaris configure 1.6.0 bug new 09/29/09
#1078 Parrot goes into infinite loop when attempting to test exceptions with throws_like() testing 1.6.0 bug new 09/30/09
#1086 [BUG] Test::More doesn't support plan('no_plan') testing 1.6.0 bug chromatic new 10/02/09
#1088 Multidispatch 'concatenate_str' does not handle LHS undef core 1.6.0 bug new 10/03/09
#1108 Subs in "built-in PMC" namespaces are treated as PMC methods none 1.6.0 bug new 10/13/09
#1109 MultiSub PMC does not support get_namespace method none 1.6.0 bug new 10/13/09
#1112 Subject: Draft Parrot Book chapters no longer available on docs.parrot.org docs 1.6.0 bug new 10/15/09
#1024 [CAGE] OpenGL deprecations in Mac OS 10.6 library 1.6.0 cage new 09/20/09
#1120 [CAGE] More rigorous testing for constant tables across threads testing 1.6.0 cage new 10/19/09
#1056 inter::progs ought to be smarter about finding linker configure 1.6.0 patch new 09/21/09
#1156 add_sub should append to a MultSub none 1.6.0 RFC new 10/28/09
#1052 [TODO] Add --target=pbc to HLLCompiler PCT 1.6.0 todo bacek new 09/21/09
#1094 Unify VTABLE_invoke semantics between PMC types core 1.6.0 todo new 10/05/09
#1157 Whitespace before/after the dot in a methodcall is disallowed none 1.6.0 todo new 10/28/09
#1160 t/compilers/tge/grammar.t: failure in 'two rules of the same name' testing 1.6.0 todo new 10/29/09
#1164 Update Tutorials in http://www.parrotblog.org/ website 1.6.0 todo new 10/30/09
#1089 rewrite tests for resizableintegerarray as PIR, plus add new tests testing 1.6.0 patch new 10/04/09

1.7.0 (19 matches)

Ticket Summary Component Version Type Owner Status Created
#1168 PMC to Float conversion not working as documented core 1.7.0 bug new 11/01/09
#1176 Configure-time check for whether to use powl() or pow(), since powl() is an optional posix extension build 1.7.0 bug new 11/02/09
#1204 Implement all TODO comments in t/pmc/parrotio.t testing 1.7.0 bug new 11/05/09
#1237 docs/parrotbyte.pod && docs/pdds/pdd13_bytecode.pod are either incorrect/unclear none 1.7.0 bug new 11/08/09
#1243 Parrot::Test with --run-exec assumes "." is in $PATH testing 1.7.0 bug new 11/08/09
#1246 Extra libraries on CC build command configure 1.7.0 bug new 11/09/09
#1253 [BUG] hash iterator interface changed, needs errata or deprecation notice core 1.7.0 bug new 11/09/09
#1254 Update PIR Book with new (post 1.4.0) HashIteratorKey Syntax and Semantics docs 1.7.0 bug new 11/09/09
#1306 Various failures on bogus string used as argname (1.7) none 1.7.0 bug new 11/18/09
#1175 Get external Perl5 modules out of the parrot repo configure 1.7.0 cage new 11/02/09
#1239 configuration: define MIN/MAX macros for all integral typedefs none 1.7.0 cage new 11/08/09
#1192 [RFE] Redesign Parrot NCI callback functionality none 1.7.0 feature new 11/03/09
#1188 [RFC] Modify build directories to more closely match the install directories build 1.7.0 RFC new 11/03/09
#1177 test buffer_size in t/pmc/parrotio.t testing 1.7.0 todo new 11/02/09
#1178 Test get_fd in t/pmc/parrotio.t testing 1.7.0 todo new 11/02/09
#1205 Test exporting MMD subroutines in t/pmc/exporter.t testing 1.7.0 todo new 11/05/09
#1206 Test more return values in t/pmc/io_iterator.t testing 1.7.0 todo new 11/05/09
#1223 Parrot_find_name_op() should walk up the scopes core 1.7.0 todo whiteknight new 11/07/09
#1226 Increase code coverage of json library 1.7.0 todo dukeleto new 11/07/09
1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracReports for help on using and creating reports.