{6} All Tickets By Milestone (Including closed) (159 matches)
A more complex example to show how to make advanced reports.
Results (101 - 159 of 159)
0.1.3 (10 matches)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #95 | Parse error with lists | Source Parser | closed | fixed | 0.1.2 | defect | blocker | erikd | 08/04/09 |
| #94 | Fix option parser to be more forgiving | Compilation Driver | closed | fixed | 0.1.2 | defect | normal | 07/31/09 | |
| #93 | Module names need to be filtred in generated C code | Compilation Driver | closed | fixed | 0.1.2 | defect | trivial | benl | 07/30/09 |
| #59 | Parsing fails when a block comment ends on an import line | Source Parser | closed | fixed | 0.1.2 | defect | blocker | 06/24/09 | |
| #62 | Parsing or desugaring of field initialisers is broken | Source Desugarer | closed | fixed | 0.1.2 | defect | blocker | 06/24/09 | |
| #65 | Parsing problems with where/irrefutable patterns | Source Parser | closed | fixed | 0.1.2 | defect | blocker | 06/24/09 | |
| #64 | Parsing problems with when/irrefutable patterns | Source Parser | closed | fixed | 0.1.2 | defect | blocker | 06/22/09 | |
| #66 | Fix parsing and printing of Bot for effect and closures. | Source Parser | closed | fixed | 0.1.2 | defect | blocker | 06/22/09 | |
| #57 | Don't try and make a module that doesn't include main | Compilation Driver | closed | fixed | 0.1.2 | defect | blocker | 06/22/09 | |
| #61 | Desugaring pattern matches with guards is broken | Source Desugarer | closed | fixed | 0.1.2 | defect | blocker | benl | 06/22/09 |
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #17 | Check profiling and ticky counters in runtime system and add tests | Runtime System | new | None | newbie | normal | 08/25/10 | ||
| #24 | Allow resumption of tests in bin/war test driver | Build System | new | None | enhancement | normal | 02/07/10 | ||
| #37 | Fix closure trimming of data types containing functions. | Source Type Inferencer | new | None | defect | normal | 05/13/09 | ||
| #47 | Package DDC into Cabal, and streamline install process. | Build System | new | None | task | normal | 05/13/09 | ||
| #186 | Source.Defix.hs: Non-exhaustive patterns in lambda | Source Semantics | new | None | newbie | normal | 08/25/10 | ||
| #187 | Write tests for Data,ArrayU module. | Runtime System | new | None | newbie | normal | 08/26/10 | ||
| #3 | Check Shape witnesses in core | Core Type Checker | new | None | enhancement | minor | 05/12/09 | ||
| #4 | Check for unsound erasure of type lambdas in core to sea translation | Core to Sea Translation | new | None | enhancement | minor | 05/12/09 | ||
| #6 | Check format of source pragmas. | Source Parser | new | None | 0.1.2 | defect | minor | 05/12/09 | |
| #18 | Refactor Core.Exp to push XPrim calls into new data type | Core Transforms | new | None | refactor | minor | 05/12/09 | ||
| #29 | Check well-formedness of bound witnesses in letregion | Build System | new | None | enhancement | minor | 05/13/09 | ||
| #32 | Don't panic if user Control-C's GCC | Compilation Driver | new | None | enhancement | minor | 04/15/10 | ||
| #38 | Refactor Util.Pretty to use Data.Seq instead of Data.List | Compilation Driver | new | None | refactor | minor | 05/13/09 | ||
| #46 | Compile base libraries into .so | Compilation Driver | new | None | enhancement | minor | 05/13/09 | ||
| #85 | Create large pinned memory blocks automatically | Runtime System | new | None | enhancement | minor | 05/14/09 | ||
| #145 | Add a point free case expression | Source Parser | new | None | enhancement | minor | 11/18/09 | ||
| #185 | Refactor function ddcCompile to use ddcMake | Build System | new | None | refactor | minor | 07/17/10 | ||
| #30 | Emit a better error message when reading an empty interface file. | Compilation Driver | new | None | defect | trivial | 11/18/09 | ||
| #8 | Add a full set of unboxed casting operators. | Libraries | new | None | enhancement | project | 05/13/09 | ||
| #12 | Revisit exception mechanism | Source Type Inferencer | new | None | task | project | 05/12/09 | ||
| #13 | Share GC stack slots in Sea code | Core to Sea Translation | new | None | enhancement | project | 05/12/09 | ||
| #14 | Implement full laziness transform | Core Transforms | new | None | enhancement | project | 05/12/09 | ||
| #22 | Mask mutability constraints on fresh data | Source Type Inferencer | new | None | enhancement | project | 05/12/09 | ||
| #23 | Mask effects on fresh data | Source Type Inferencer | new | None | enhancement | project | 05/13/09 | ||
| #25 | Investigate support for polymorphic recursion | Source Type Inferencer | new | None | task | project | 05/13/09 | ||
| #27 | Rewrite primitive functions from RTS in Disciple | Libraries | new | None | refactor | project | 05/13/09 | ||
| #28 | When defining projections, auto-open the other fns in the projection | Source Parser | new | None | enhancement | project | 05/13/09 | ||
| #31 | Implement dictionary passing. | Source to Core Translation | new | None | enhancement | project | 10/12/10 | ||
| #35 | Allow embedded mutually recursive definitions. | Source Type Inferencer | new | None | enhancement | project | 05/13/09 | ||
| #44 | Fix elaboration of recursive data types. | Source Type Inferencer | new | None | defect | project | 02/22/10 | ||
| #48 | Make a better graphics library | Libraries | new | None | task | project | 05/13/09 | ||
| #49 | Add monadic do expressions. | Source Parser | new | None | enhancement | project | 05/13/09 | ||
| #54 | Allow non-effectful CAFs to be recursive. | Build System | new | None | task | project | 05/13/09 | ||
| #63 | Mask closure terms which are constant | Source Type Inferencer | new | None | task | project | 11/12/09 | ||
| #70 | Implement operator sectioning | Source Parser | new | None | enhancement | project | erikd | 05/04/10 | |
| #51 | Refactor representation of Effects and Closures to use Sets | Source Type Inferencer | closed | fixed | refactor | normal | 08/07/10 | ||
| #184 | Main function not generated when needed using 'bin/ddc -c Module,ds' | Compilation Driver | closed | fixed | defect | blocker | erikd | 07/17/10 | |
| #176 | Race condition in war test driver / build all libraries before running tests. | Build System | closed | fixed | defect | normal | 03/22/10 | ||
| #10 | Rewrite Core.Lint with Core.Trans | Core Transforms | closed | wontfix | refactor | minor | 03/17/10 | ||
| #146 | Report error on instance redefinition | Source Parser | closed | fixed | 0.1.2 | defect | blocker | erikd | 02/13/10 |
| #156 | Refactor Quickcheck tests into a separate test binary | Build System | closed | fixed | task | normal | erikd | 02/06/10 | |
| #109 | Quickcheck tests pass with quickcheck1, fail with quickcheck2. | Unknown | closed | fixed | 0.1.2 | defect | blocker | erikd | 02/06/10 |
| #36 | Give better source location info for Const/Write errors. | Source Type Inferencer | closed | fixed | 0.1.2 | defect | normal | 01/12/10 | |
| #105 | Strange error for list comprehension | Source Type Inferencer | closed | fixed | defect | normal | 11/01/09 | ||
| #106 | Add support for Int64 and Float64 types. | Libraries | closed | fixed | defect | blocker | erikd | 09/01/09 | |
| #103 | Not able to parse 'a, b, c :: Type' style type signatures | Source Parser | closed | fixed | defect | blocker | erikd | 08/13/09 | |
| #101 | Lazy list still results in stack overflow | Build System | closed | invalid | defect | normal | None | 08/03/09 | |
| #21 | Don't allow tab characters in string literals. | Source Parser | closed | fixed | enhancement | trivial | 08/03/09 | ||
| #98 | No executable produced for 'ddc -make whatever.ds -o whatever' | Compilation Driver | closed | fixed | defect | normal | None | 07/31/09 |
Note:
See TracReports for help on using and creating reports.
