Custom Query (135 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 100 of 135)

1 2
Ticket Summary Status Owner Type Priority Version
#199 Only Forward Declare Concrete Instantiations When Needed new enhancement trivial 1.0
#234 Resolver allows assignment to declared function new defect trivial 1.0
#276 Cannot give outermost array-param's length from earlier param new defect trivial 1.0
#5 Undeclared variable with MRV/tuple function composition assigned defect minor 1.0
#7 CFA Assertion Error: CodeGenerator visits TypeExpr in trait/genaric type new defect minor 1.0
#11 Compiler uses all Resources when Copying from Generic Function Result new defect minor 1.0
#20 zero_t doesn't work well with default arguments new defect minor 1.0
#33 Updating Exception Built-ins to CFA Code (Requires Virtual) new enhancement minor 1.0
#34 Incorrect Support for Two Argument ?: Operator new defect minor 1.0
#46 Enum constants are lvalues assigned Rob Schluntz defect minor 1.0
#57 UniqueExprs with same ID are resolved independently assigned Rob Schluntz defect minor 1.0
#82 Wrong Overload Chosen assigned a3moss defect minor 1.0
#85 character types new defect minor 1.0
#87 Inconsistent Assertion Ordering new defect minor 1.0
#88 Arrays of references new defect minor 1.0
#91 Assignment to bool, not a boolean context new defect minor 1.0
#93 New builtin types _FloatN and _FloatNx new defect minor 1.0
#108 tuple overloading problem new defect minor 1.0
#113 void & type new defect minor 1.0
#125 Warning for uninitialised fields new enhancement minor 1.0
#130 Flexible array member of struct crashes CFA compiler when element type is generic new defect minor 1.0
#135 Modify SizeofExpr argument new task minor 1.0
#138 Reference parameter in constructor with "new" initialization new defect minor 1.0
#139 Unification with less cloning new task minor 1.0
#141 conditional expression warning new defect minor 1.0
#145 Subscript in tuple fails new defect minor 1.0
#146 Tuple member access new defect minor 1.0
#147 Can't initialize const member of struct new defect minor 1.0
#148 Incorrect "Initializer is too deep" error new defect minor 1.0
#153 Compiler error when referencing a polymorphic type from within a polymorphic method which uses a trait whose methods operate on that same polymorphic type new defect minor 1.0
#155 Missing error message new defect minor 1.0
#156 Warning for "returning address of local variable" does not catch polymorphic functions new defect minor 1.0
#157 Initializing functions new defect minor 1.0
#175 Instantiated generic struct layout is reused across different instantiating array sizes new defect minor 1.0
#177 typeof not being handled correctly by resolver new defect minor 1.0
#179 Bad Error Message if Missing sized in struct forall. new defect minor 1.0
#180 Assertion Failure Due to Missing sized new defect minor 1.0
#181 Add Support for Opaque Polymorphic Types new enhancement minor 1.0
#183 Polymorphic Variable Name Reuse Causes Crash new defect minor 1.0
#184 Struct in forall cannot have member named same as an assertion new defect minor 1.0
#185 Cannot declare generic struct with zero type parameters new defect minor 1.0
#187 Exiting from catch Leaks Exception Memory new defect minor 1.0
#188 Aliasing C names with Cforall Names new enhancement minor 1.0
#191 Resolve For Assertions/Traits new enhancement minor 1.0
#207 Safe const variations are not considered for assertion satisfaction new enhancement minor 1.0
#208 Zero-pointer literal does not work as an argument for a const parameter new defect minor 1.0
#209 Mutable reference to constant is not forbidden new defect minor 1.0
#210 Should string literals be const, like in C++? new enhancement minor 1.0
#211 Mutable Initializers are not Detected new enhancement minor 1.0
#213 Cannot assign static-length array to VLA new defect minor 1.0
#216 Update Virtual Table Copy (Waiting on Copy Type Fix) new defect minor 1.0
#219 Forall Typedef new enhancement minor 1.0
#231 Cannot print tuple literal containing 0 or 1 new defect minor 1.0
#233 Colliding Exceptions Not Detected new defect minor 1.0
#240 nested anonymous enum fails new defect minor 1.0
#243 Add warning for thread casts in constructors new enhancement minor 1.0
#244 Cannot construct a struct with a volatile array member new defect minor 1.0
#245 Reference-to-reference misses required implicit dereference new defect minor 1.0
#246 Increase Control of AutoGenerated Routines new enhancement minor 1.0
#247 Wrong result type for sizeof(-) new defect minor 1.0
#251 C Array within tuple crashes the compiler new defect minor 1.0
#252 Designator problem with arrays new defect minor 1.0
#257 Pointer arithmetic silently adds narrowing conversions new defect minor 1.0
#258 Unclear intended type for char literal new defect minor 1.0
#262 Extra declaration of deleted autogen routines new defect minor 1.0
#264 Can't compile direct call of a function pointer that's a member of a struct returned by reference new defect minor 1.0
#270 No NoCtor new defect minor 1.0
#271 Compiler crash on valid typename--identifier pun new defect minor 1.0
#273 Comma expression wrecks typechecking for address of array element new defect minor 1.0
#275 Array length accepts implicit conversion from non-int new defect minor 1.0
#279 Compound Literal Construction Runs with Incorrect Timing new defect minor 1.0
#281 createBitwiseAssignment has an Internal Root new defect minor 1.0
#284 Cannot have multiple forward declarations of a polymorphic type new defect minor 1.0
#285 Parameter given as typeof( ({-}) ) gets unpredictable compiler error new defect minor 1.0
#10 Cannot declare anonymous union around generic type assigned mlbrooks defect major 1.0
#28 Look at automatically generating ?==?, ?!=? for all structs new enhancement major 1.0
#50 Assertion failure with tuple constructor-expressions assigned Rob Schluntz defect major 1.0
#66 Function and variable name collision for if new defect major 1.0
#95 Incorrect consideration of global and local variables in resolving waitfor mutex object. assigned defect major 1.0
#101 Multi operators on tuples new enhancement major 1.0
#104 Tuple assertion generate bad C code new defect major 1.0
#120 dtype problem new defect major 1.0
#132 Remove reference cost from resolution new task major 1.0
#133 Better signature for copy constructors. new enhancement major 1.0
#134 Unification is not the right logic for assertion resolution new enhancement major 1.0
#136 PtrsAssignable Rework new enhancement major 1.0
#143 Extended Designator Syntax for Arrays new enhancement major 1.0
#159 Static expression evaluation new defect major 1.0
#162 Member access of reference broken in goto statement assigned Thierry Delisle defect major 1.0
#163 Incorrect cast in polymorphique returns of builtins assigned Thierry Delisle defect major 1.0
#166 Cannot get reference to generic member of generic struct assigned mlbrooks defect major 1.0
#168 Plan-9 inheritance is not considered for satisfying a trait's assertion new defect major 1.0
#172 Anonymous struct can conflict across translation unit new defect major 1.0
#174 Cannot Check Exception Trait new defect major 1.0
#176 Assignment fails for union structure field new defect major 1.0
#186 Cannot add extra assertion on a constructor new defect major 1.0
#193 Monomorphization Failures outside of Functions new defect major 1.0
#194 Ambiguous reference vs pointer return [from ticket #70] new defect major 1.0
#195 Unnecessary dereference leads to segfault [from ticket #70] new defect major 1.0
#197 Generated constructor calls copy ctor twice on tuple elements new defect major 1.0
1 2
Note: See TracQuery for help on using queries.