root/cobra/trunk/Tests/120-classes
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| 230-readonly | 2074 | 3 years | Support constant and read-only declarations on class and struct variables. … | |
| 500-properties | 2595 | 9 months | Fixed: An indexer can be declared with variable number of arguments, but … | |
| 720-override | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … | |
| 990-errors | 2244 | 3 years | Fixed: Partial class merge problem re: inheritance. ticket:67 credit: … | |
| 100-methods.cobra | 373 bytes | 1181 | 4 years | Warn about unnecessary parens on method declarations and calls that have … |
| 102-methods.cobra | 316 bytes | 1181 | 4 years | Warn about unnecessary parens on method declarations and calls that have … |
| 110-overload-split-by-inheritance.cobra | 424 bytes | 1177 | 4 years | Importing test cases. |
| 112-overloads-change-return-type.cobra | 457 bytes | 1350 | 4 years | Fixed: Cobra sometimes picks the wrong return type when invoking an … |
| 114-overload-errors.cobra | 143 bytes | 1662 | 4 years | Added various library methods from .NET to the primitive types such as … |
| 200-fields.cobra | 330 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 202-fields.cobra | 371 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 204-fields.cobra | 226 bytes | 1177 | 4 years | Importing test cases. |
| 206-fields.cobra | 303 bytes | 1177 | 4 years | Importing test cases. |
| 208-fields.cobra | 113 bytes | 1181 | 4 years | Warn about unnecessary parens on method declarations and calls that have … |
| 210-fields.cobra | 248 bytes | 1203 | 4 years | Fixed: Initializing an explicitly typed class-level variable ("var _o as … |
| 212-fields.cobra | 202 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 214-fields.cobra | 284 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 216-fields-init-expr-method-call.cobra | 78 bytes | 1177 | 4 years | Importing test cases. |
| 218-fields-errors.cobra | 430 bytes | 2157 | 3 years | Minor improvements to the error message regarding suggestions for unknown … |
| 220-fields-error-incompatible-expr.cobra | 172 bytes | 1713 | 4 years | Minor improvs. Make BoxVar? use Expr.canBeAssignedTo rather that … |
| 224-fields-constant.cobra | 428 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 226-cannot-declare-same-name-error.cobra | 161 bytes | 1992 | 3 years | An object variable (or constant) can no longer be declared with the same … |
| 300-construct.cobra | 179 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 301-construct.cobra | 234 bytes | 2090 | 3 years | Forgot a test case for a prior checkin. |
| 302-construct.cobra | 447 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 304-construct-base-no-parens.cobra | 383 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 306-construct-error-not-first-statement.cobra | 0.6 KB | 2075 | 3 years | def main improvements. See release notes for full details. |
| 320-construct-prop-set.cobra | 1.3 KB | 2251 | 3 years | Fixed: Cannot pass a generic type as a keyword argument in instantiation. … |
| 322-construct-prop-set-error.cobra | 135 bytes | 1740 | 4 years | Fixed: Errors about unknown properties in Foo(a=1, b=2) give the wrong … |
| 324-construct-shared.cobra | 368 bytes | 2184 | 3 years | Fixed: Improper codegen for static constructors. ticket:169 credit:hopscc |
| 326-construct-inheritance.cobra | 0.9 KB | 2322 | 2 years | When no initializer is explicitly declared in a class, then inherit all … |
| 328-construct-inheritance-error.cobra | 174 bytes | 2340 | 2 years | Test case adjustments for Windows. |
| 330-nested.cobra | 262 bytes | 2177 | 3 years | Provide support for inner/nested classes and structs. ticket:178 … |
| 332-nested-multi.cobra | 0.5 KB | 2643 | 2 weeks | Minor. |
| 334-nested-idiom.cobra | 0.8 KB | 2177 | 3 years | Provide support for inner/nested classes and structs. ticket:178 … |
| 350-destruct.cobra | 255 bytes | 2000 | 3 years | Added warning that def init should be cue init: Use "cue" to declare … |
| 400-methods.cobra | 1.6 KB | 2122 | 3 years | Fixed: Invoking a _foo method with no args from within an argument list … |
| 402-methods-overload.cobra | 159 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 403-method-overload-underscored.cobra | 378 bytes | 1181 | 4 years | Warn about unnecessary parens on method declarations and calls that have … |
| 404-methods-return-this.cobra | 166 bytes | 1177 | 4 years | Importing test cases. |
| 406-method-name-bad.cobra | 176 bytes | 2000 | 3 years | Added warning that def init should be cue init: Use "cue" to declare … |
| 410-error-return-wrong-type.cobra | 250 bytes | 1304 | 4 years | Improve the error message for a return statement that returns a value in a … |
| 412-methods-error-cannot-non-nil-in-override.cobra | 183 bytes | 1832 | 3 years | Fixed: Cobra allows overriding methods to narrow parameter types by making … |
| 580-misc-empty-class.cobra | 61 bytes | 1177 | 4 years | Importing test cases. |
| 590-two-classes.cobra | 71 bytes | 1177 | 4 years | Importing test cases. |
| 600-inherits.cobra | 431 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 602-inherits-class-var-access.cobra | 143 bytes | 1181 | 4 years | Warn about unnecessary parens on method declarations and calls that have … |
| 604-inherits-partial.cobra | 355 bytes | 2244 | 3 years | Fixed: Partial class merge problem re: inheritance. ticket:67 credit: … |
| 650-implements.cobra | 0.6 KB | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 700-this.cobra | 311 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 705-implicit-this.cobra | 477 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 710-pass-this.cobra | 273 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 730-lower-case-members.cobra | 406 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 732-misc-pass-args.cobra | 221 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 734-misc-of-in-name.cobra | 124 bytes | 1464 | 4 years | Fixed: Class names containing 'of' can cause false compilation errors. |
| 740-keywords-for-method-and-prop-names.cobra | 466 bytes | 1177 | 4 years | Importing test cases. |
| 750-underscore-single.cobra | 425 bytes | 1758 | 4 years | Fix bug in ticket:61 def foo causes false compilation error. |
| 752-underscore-single-errors.cobra | 0.6 KB | 1758 | 4 years | Fix bug in ticket:61 def foo causes false compilation error. |
| 754-underscore-double.cobra | 278 bytes | 1758 | 4 years | Fix bug in ticket:61 def foo causes false compilation error. |
| 756-underscore-double-errors.cobra | 0.8 KB | 1758 | 4 years | Fix bug in ticket:61 def foo causes false compilation error. |
| 800-test.cobra | 1.1 KB | 2635 | 3 months | Support multiple test sections in methods and properties. … |
| 802-test.cobra | 1.1 KB | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 804-test.cobra | 0.7 KB | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 806-test-error.cobra | 126 bytes | 1553 | 4 years | Minor improvements in error messages. (Cannot find "x" instead of Unknown … |
| 808-test-error.cobra | 104 bytes | 1189 | 4 years | Enable abstract methods to have require, test, ensure. |
| 810-test-failure.cobra | 0.6 KB | 2341 | 2 years | Fixed: The somewhat recent improvements to the running unit tests broke … |
| 820-test-multiple.cobra | 179 bytes | 2384 | 2 years | Fixed: Only the last test of a series of tests is included in the … |
| 900-doc-strings.cobra | 87 bytes | 1290 | 4 years | Fixed: Cannot use spaces for indenting doc strings. |
| 902-doc-strings.cobra | 82 bytes | 1290 | 4 years | Fixed: Cannot use spaces for indenting doc strings. |
| 904-doc-strings.cobra | 407 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 906-doc-strings.cobra | 0.7 KB | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 908-doc-strings.cobra | 269 bytes | 1313 | 4 years | Fixed: Cannot put a comment above a file-level doc string (false compile … |
| 909-doc-strings.cobra | 506 bytes | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 910-abstract-class.cobra | 122 bytes | 1179 | 4 years | First implementation of abstract classes and methods. |
| 912-abstract-class.cobra | 0.8 KB | 1186 | 4 years | More "abstract" support including pro, get and set. Also fixed problem … |
| 914-abstract-errors-box-level.cobra | 309 bytes | 2266 | 2 years | Minor improvements. |
| 916-abstract-errors-member-level.cobra | 1.2 KB | 2000 | 3 years | Added warning that def init should be cue init: Use "cue" to declare … |
| 920-type-decl-clauses.cobra | 0.9 KB | 2291 | 2 years | Use the new Cobra.Lang.Test.TestRunner? for running inline unit tests. Fix … |
| 950-vari-args.cobra | 252 bytes | 1177 | 4 years | Importing test cases. |
| 952-vari-args.cobra | 288 bytes | 1177 | 4 years | Importing test cases. |
| 960-cross-ref-classes.cobra | 0.6 KB | 2046 | 3 years | Initializers must now start with a call to another initializer in the same … |
| 970-subclass-system-class.cobra | 289 bytes | 1831 | 3 years | Fixed: Cannot access nested types. |
Note: See TracBrowser
for help on using the browser.



