{6} All Tickets By Milestone (Including closed) (281 matches)

A more complex example to show how to make advanced reports.

Ticket Summary Component Status Resolution Version Type Priority Owner Modified
#205 Renamed import is resolved to wrong name static analysis new None task blocker EricAllen 08/20/08
#33 Type inference for method calls interpreter new None task critical dr2chase 03/24/08
#57 Update ProjectStatus wiki new None 1.0 task critical dr2chase 03/24/08
#1 The ask-a-question page is getting a little unwieldy already wiki new None cleanup major somebody 04/10/07
#4 implement getters/setters interpreter new None task major dr2chase 11/09/07
#10 Implement type Object interpreter new None task major jmaessen 08/26/08
#23 in type inference at call sites, it is important to get the environment right interpreter new None cleanup major dr2chase 10/15/07
#30 Clean up definition of indexed types library new None task major jmaessen 10/31/07
#31 Make stuff that ought to be functional methods into functional methods library new None task major anybody 10/31/07
#32 Add parallel prefix operations to Generator library new None task major jmaessen 03/24/08
#37 Make a common Set type and Map type library new None 1.0 task major anybody 01/25/08
#46 Top-level array declaration does not work. interpreter new None defect major dr2chase 11/28/07
#51 Index symbolic instantiations by bounds, not textual name interpreter new None defect major dr2chase 05/29/08
#60 Ordering on sets and maps interpreter new None task major jmaessen 03/24/08
#71 Complete implementation of SEQUIV interpreter new None task major jmaessen 03/24/08
#72 Overloading check bug interpreter new None defect major dr2chase 03/26/08
#74 Move top-level operations into functional methods where appropriate interpreter assigned None task major jmaessen 05/26/08
#80 Populate Numeric hierarchy interpreter assigned None task major jmaessen 05/26/08
#98 Unsigned types interpreter new None task major dr2chase 05/02/08
#113 Overloading of local functions is not implemented. interpreter new None task major dr2chase 05/22/08
#116 Functional method should not be returned as the result of a dotted reference. interpreter new None defect major dr2chase 07/03/08
#117 Generic surprise interpreter new None defect major dr2chase 07/23/08
#120 invoking methods with the same name as a field produces a confusing error interpreter new None task major dr2chase 05/28/08
#122 Uninitialized Variable Error misleading interpreter new None defect major EricAllen 05/30/08
#123 Can't find Csr when Csr.mul(...) is overloaded interpreter new None defect major jmaessen 05/30/08
#132 I left some undone work in Abstract Syntax - missing originalName fields interpreter new None task major jdn 06/16/08
#137 Functional method operator lookup within trait method fails to find the operator interpreter new None defect major dr2chase 06/29/08
#142 cannot pass arguments to varargs function to another varargs function interpreter new None task major dr2chase 07/23/08
#144 importing two generic functions causes phase order problem interpreter new None task major dr2chase 07/02/08
#148 method call to a method defined within the same object type (which then makes call to builtinPrimitive) is not disambiguated correctly. interpreter new None defect major dr2chase 07/10/08
#158 compiler error: java.lang.OutOfMemoryError interpreter new None task major dr2chase 08/27/08
#159 List doesn't define big || library new None task major jmaessen 08/12/08
#161 Clean up fork/join to use built-in exception handling mechanism interpreter new None task major chf 08/12/08
#163 Static parameters for functional methods interpreter new None task major dr2chase 08/18/08
#168 Check that type hierarchy is acyclic (including coercions) static analysis new None enhancement major EricAllen 08/20/08
#169 Check that no coercion is from a subtype to a supertype interpreter new None enhancement major EricAllen 08/20/08
#170 Check that overloaded functional declarations are well-formed static analysis new None enhancement major EricAllen 08/20/08
#172 Check that all types in exported APIs are defined by non-private definitions and all methods in those types have appropriate signatures and modifiers static analysis new None enhancement major EricAllen 08/20/08
#173 Check that components importing an API A also import or export all APIs imported by A static analysis new None enhancement major EricAllen 08/20/08
#174 Check that all functions and top-level variables in exported APIs are defined with appropriate signatures and modifiers static analysis new None enhancement major EricAllen 08/20/08
#175 Check that all inherited abstract methods in object definitions are defined, with compatible signatures and modifiers static analysis new None enhancement major EricAllen 08/20/08
#176 Check that the object equivalence operator is not overridden (I wish this check were not so special; perhaps we need something like a final method) static analysis new None enhancement major EricAllen 08/20/08
#177 Check that all hidden field declarations are settable static analysis new None enhancement major EricAllen 09/13/08
#178 Check that all thrown checked exceptions in a functional are declared to be thrown (or one of their supertypes is declared to be thrown) static analysis new None enhancement major EricAllen 08/20/08
#180 Check that no initialization expression of a top-level variable declaration throws a checked exception static analysis new None enhancement major EricAllen 08/20/08
#181 Check that variables (static and dynamic) are not shadowed static analysis new None enhancement major EricAllen 08/20/08
#182 Check that no two explicit declarations with overlapping reaches declare the same name (much of this is handled by other checks, I believe) static analysis new None enhancement major EricAllen 08/20/08
#183 Check that all references to names are in scope (much of this is handled by other checks) static analysis new None enhancement major EricAllen 08/20/08
#184 Check that all variables are definitely assigned to before use static analysis new None enhancement major EricAllen 08/20/08
#186 Check that fields of value objects are not modified static analysis new None enhancement major EricAllen 08/26/08
#187 Check that expressions have appropriate types (includes stuff like "getter references have corresponding definitions," etc.) static analysis new None enhancement major EricAllen 08/20/08
#188 Check that expressions are dimensionally correct static analysis new None enhancement major EricAllen 08/20/08
#190 Check that variables have appropriate types and dimensions static analysis new None enhancement major EricAllen 08/20/08
#191 Check that ransient fields are not referred to in method bodies (or did we drop transient fields?) static analysis new None enhancement major EricAllen 08/20/08
#192 Check that types are well-formed static analysis new None enhancement major EricAllen 08/20/08
#193 Check that case/typecase clauses are jointly exhaustive static analysis new None enhancement major EricAllen 08/24/08
#195 Check that qualified references are unambiguous static analysis new None enhancement major EricAllen 08/20/08
#196 Check that declared APIs do not clash with the names of existing APIs static analysis new None enhancement major EricAllen 08/20/08
#197 Check that declared components do not clash with the names of existing components static analysis new None enhancement major EricAllen 08/20/08
#200 Check that there is no range expression of the form a:b:c where c is the static expression 0 static analysis new None enhancement major EricAllen 08/27/08
#204 Typecase without an explicit binding with an object parameter doesn't work. interpreter new None task major dr2chase 08/20/08
#212 Check that juxtaposition rules are respected (is this handled completely by parsing and type checking?) static analysis new None enhancement major EricAllen 08/21/08
#219 Check that no local declarations occur at grammar def sites and static analysis new None enhancement major EricAllen 08/21/08
#220 Check that all APIs imported at a grammar definition are imported at use sites static analysis new None enhancement major EricAllen 08/21/08
#221 Check that grammar extensions are acyclic static analysis new None enhancement major EricAllen 08/21/08
#222 Check that grammar productions are well-formed static analysis new None enhancement major EricAllen 08/21/08
#223 Check that template definitions have appropriate types and dimensions (we're still working out what this means, exactly) static analysis new None enhancement major EricAllen 08/21/08
#224 Check that macro use sites are well-formed and all contained expressions have appropriate types static analysis new None enhancement major EricAllen 08/21/08
#225 Check that non-test code does not refer to test code static analysis new None enhancement major EricAllen 08/21/08
#229 Check that matrix unpasting LHS's are well-formed static analysis new None enhancement major EricAllen 08/21/08
#230 Check that matrix unpastings are guarranteed to cover unpasting RHSs exactly (this is not in 1.0 beta, but we might require it to prevent runtime UnpastingExceptions) syntax abstraction new None enhancement major EricAllen 08/21/08
#232 Method contracts and overloaded functional contracts preserve substitutability under subtyping. static analysis new None task major EricAllen 08/21/08
#233 Abstract function declarations should be covered by a set of concrete function declarations in a component. static analysis new None task major EricAllen 08/21/08
#234 The union of the guarding types of a typecase expression must cover the static type of the expression(s) being bound (a tuple type if there are multiple bindings). static analysis new None task major EricAllen 08/21/08
#235 Error messages need help interpreter new None task major dr2chase 08/23/08
#238 Ensure getters and setters have appropriate types static analysis new None task major EricAllen 08/27/08
#239 Check that getters and setter names don't overlap with dotted method names, and setters aren't overloaded static analysis new None task major EricAllen 08/26/08
#241 Check that each node constructor gets the right arguments. interpreter new None task major sukyoungryu 09/04/08
#243 Check that no two import statements are identical. static analysis new None task major EricAllen 09/12/08
#244 Check that there is at most one on-demand import statement from a single API. static analysis new None task major EricAllen 09/12/08
#245 Implement multifix operators. interpreter new None task major dr2chase 09/13/08
#246 type checker gives the wrong type to a field that is declared as an abstrct field in super trait static analysis new None defect major EricAllen 09/12/08
#248 Implement the new tests story interpreter new None task major chf 09/15/08
#250 Field declarations in an API cannot have the var modifier. parser new None task major sukyoungryu 09/13/08
#252 Top-level _ declarations are allowed only in components not in objects/traits/APIs. parser new None task major sukyoungryu 10/06/08
#253 Implement the new rendering story of comments interpreter new None task major gls 09/13/08
#254